On Thu, Nov 06, 2014 at 03:04:03PM +0100, Boris Fiuczynski wrote:
Commit ef8da2a "qemu: Allow use of iothreads for disk
definitions" added
iothread support for disk devices to libvirt.
This patch series fixes a checking logic for virtio-pci and adds virtio-ccw
to the supported disk types.
Boris Fiuczynski (2):
qemu: Correct disk type checking logic for iothreads
qemu: Allow use of iothreads for virtio ccw disk definitions
docs/formatdomain.html.in | 6 ++--
src/qemu/qemu_command.c | 10 +++++--
.../qemuxml2argv-iothreads-disk-virtio-ccw.args | 14 +++++++++
.../qemuxml2argv-iothreads-disk-virtio-ccw.xml | 34 ++++++++++++++++++++++
tests/qemuxml2argvtest.c | 2 ++
tests/qemuxml2xmltest.c | 1 +
6 files changed, 61 insertions(+), 6 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-iothreads-disk-virtio-ccw.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-iothreads-disk-virtio-ccw.xml
ACK series, will push in a while,
Martin