]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix networking for ARM guests
authorCole Robinson <crobinso@redhat.com>
Tue, 30 Jul 2013 22:51:30 +0000 (18:51 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 2 Sep 2013 20:53:40 +0000 (16:53 -0400)
commit54a77c6df3c483864463f602c4c6f435d50bd79e
treeb0002f17fb9a04e690102d992db39e802490c7ce
parent3730353f6300eee5a3be5ecb5b139cc532240e1b
qemu: Fix networking for ARM guests

Similar to the chardev bit, ARM boards depend on the old style '-net nic'
for actually instantiating net devices. But we can't block out
-netdev altogether since it's needed for upcoming virtio support.

And add tests for working ARM XML with console, disk, and networking.
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-arm-vexpressa9-basic.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-arm-vexpressa9-basic.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c