[libvirt] [PATCH v2 0/2] Add support for virtio-scsi controllers with ioeventfd

Martin Kletzander mkletzan at redhat.com
Mon Aug 10 08:23:47 UTC 2015


Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1150484

v2:
 - Changed one occurence virTristateBool to virTristateSwitch as it should be
 - wrapped one line to be <= 80 characters long
 - Rebased on top of current master (with laine's patches pushed)


Martin Kletzander (2):
  conf: Add ioeventfd option for controllers
  qemu: Enable ioeventfd usage for virtio-scsi controllers

 docs/formatdomain.html.in                          |  8 ++++++
 docs/schemas/domaincommon.rng                      |  3 +++
 src/conf/domain_conf.c                             | 20 +++++++++++++--
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_command.c                            |  7 ++++++
 .../qemuxml2argv-disk-virtio-scsi-ioeventfd.args   |  9 +++++++
 .../qemuxml2argv-disk-virtio-scsi-ioeventfd.xml    | 29 ++++++++++++++++++++++
 tests/qemuxml2argvtest.c                           |  3 +++
 tests/qemuxml2xmltest.c                            |  1 +
 9 files changed, 79 insertions(+), 2 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-disk-virtio-scsi-ioeventfd.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-disk-virtio-scsi-ioeventfd.xml

--
2.5.0




More information about the libvir-list mailing list