]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make hotplug use new device_add where possible
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 26 Jan 2010 17:40:19 +0000 (17:40 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 2 Feb 2010 16:31:46 +0000 (16:31 +0000)
commit264e98d6a85bb467f364006c1dac3993688691ce
tree8176a5b607d4162b53540576e0430c31141f06d8
parent5ec6cf7fb87082b623f29ff873c9f0654a43b0c9
Make hotplug use new device_add where possible

Since QEMU startup uses the new -device argument, the hotplug
code needs todo the same. This converts disk, network and
host device hotplug to use the device_add command

* src/qemu/qemu_driver.c: Use new device_add monitor APIs
  whereever possible
src/qemu/qemu_driver.c