On 11/19/2013 04:49 PM, Clark Laughlin wrote:
These changes allow the correct virtio-blk-device and
virtio-net-device
devices to be used for the 'virt' machine type for armv7 rather than the
PCI virtio devices.
A test case was added to qemuxml2argvtest for this change.
Signed-off-by: Clark Laughlin <clark.laughlin(a)linaro.org>
---
Resend with test case added
---
src/qemu/qemu_command.c | 4 +-
src/qemu/qemu_domain.c | 3 ++
.../qemuxml2argv-arm-virt-virtio.args | 14 +++++++
.../qemuxml2argv-arm-virt-virtio.xml | 45 ++++++++++++++++++++++
tests/qemuxml2argvtest.c | 5 +++
5 files changed, 70 insertions(+), 1 deletion(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-arm-virt-virtio.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-arm-virt-virtio.xml
ACK, pushed now.
- Cole