]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add support for virt machine type with virtio-mmio devices on armv7
authorClark Laughlin <clark.laughlin@linaro.org>
Tue, 19 Nov 2013 21:49:40 +0000 (21:49 +0000)
committerCole Robinson <crobinso@redhat.com>
Wed, 20 Nov 2013 19:31:17 +0000 (14:31 -0500)
commitc7ccd2c44be99b81ffce29374faeab3d1644a151
tree0843926bf04760676783202c1e49f198db0c958b
parent78b139b0bdfa67874d9565c8522445624a84172b
qemu: Add support for virt machine type with virtio-mmio devices on armv7

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@linaro.org>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-arm-virt-virtio.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-arm-virt-virtio.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c