On Tue, Jul 07, 2015 at 05:30:40PM +0200, Boris Fiuczynski wrote:
Adding support and a test for virtio-9p-ccw.
Changing the default from virtio-9p-pci to virtio-9p-ccw for
s390-ccw-virtio machines.
Boris Fiuczynski (3):
qemu: Support for virtio-9p-ccw
qemu: Make virtio-9p-ccw the default for s390-ccw-virtio machines
qemu: Test for virtio-9p-ccw support
src/qemu/qemu_command.c | 14 ++++++++-
tests/qemuxml2argvdata/qemuxml2argv-fs9p-ccw.args | 16 ++++++++++
tests/qemuxml2argvdata/qemuxml2argv-fs9p-ccw.xml | 36 +++++++++++++++++++++++
tests/qemuxml2argvtest.c | 4 +++
4 files changed, 69 insertions(+), 1 deletion(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-fs9p-ccw.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-fs9p-ccw.xml
ACK series.
I have pushed it to master.
Jan