]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove use of -netdev arg with QEMU
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 29 Jan 2010 18:07:04 +0000 (18:07 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 2 Feb 2010 16:31:47 +0000 (16:31 +0000)
commit49a0f6cd999232491138423e50707c9aff7f0db0
tree6620ada617c3d11eceac46532e52ad7b77a6f1b9
parentd8acc44672727129f10f22ebebe46da502677f2b
Remove use of -netdev arg with QEMU

The QEMU 0.12.x tree has the -netdev command line argument, but not
corresponding monitor command. We can't enable the former, without
the latter since it will break hotplug/unplug.

* src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: Disable -netdev usage
  until 0.13 at earliest
* tests/qemuxml2argvtest.c: Add test for -netdev syntax
* tests/qemuxml2argvdata/qemuxml2argv-net-virtio-netdev.args,
  tests/qemuxml2argvdata/qemuxml2argv-net-virtio-netdev.xml: Test
  data files for -netdev syntax
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-device.args
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-netdev.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-netdev.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c