[libvirt] [PATCH v2 0/2] qemu: Default to virtio-net where available

Andrea Bolognani abologna at redhat.com
Wed Sep 2 16:13:58 UTC 2015


This new version of the patch addresses Martin's comments
by using capabilities to detect whether virtio-net can be
used, and if that is the case, does so on all architectures.

Plus, the commit messages are slightly less terse this time
around :)

Cheers.


Andrea Bolognani (2):
  qemu: Introduce QEMU_CAPS_DEVICE_VIRTIO_NET capability
  qemu: Default to virtio-net where available

 src/qemu/qemu_capabilities.c                  |  7 ++++++-
 src/qemu/qemu_capabilities.h                  |  1 +
 src/qemu/qemu_domain.c                        | 19 ++++++++++++++-----
 tests/qemucapabilitiesdata/caps_1.2.2-1.caps  |  1 +
 tests/qemucapabilitiesdata/caps_1.3.1-1.caps  |  1 +
 tests/qemucapabilitiesdata/caps_1.4.2-1.caps  |  1 +
 tests/qemucapabilitiesdata/caps_1.5.3-1.caps  |  1 +
 tests/qemucapabilitiesdata/caps_1.6.0-1.caps  |  1 +
 tests/qemucapabilitiesdata/caps_1.6.50-1.caps |  1 +
 tests/qemucapabilitiesdata/caps_2.1.1-1.caps  |  1 +
 tests/qemuhelptest.c                          | 18 ++++++++++++------
 11 files changed, 40 insertions(+), 12 deletions(-)

-- 
2.4.3




More information about the libvir-list mailing list