]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Build correct command line for PCI NICs on ARM
authorPavel Fedin <p.fedin@samsung.com>
Fri, 17 Jul 2015 11:27:46 +0000 (14:27 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Aug 2015 12:25:02 +0000 (14:25 +0200)
commit8b78ec011ceba55d1da416e6bc5736a62b45d77f
tree66e816f6549a217f72049e6fc9665b772071456d
parente8d55172544c1fafe31a9e09346bdebca4f0d6f9
qemu: Build correct command line for PCI NICs on ARM

Legacy -net option works correctly only with embedded device models, which
do not require any bus specification. Therefore, we should use -device for
PCI hardware

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
src/qemu/qemu_command.c