]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Convert QEMU driver all hotunplug code from pci_del to device_del
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Mar 2010 15:42:53 +0000 (15:42 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 5 Mar 2010 15:02:40 +0000 (15:02 +0000)
commit84a25570cbc04ae196b99b52f0858e6ea21a0198
tree588cbdefd1530f00fe81ab651513849af6e37d37
parent8c82479d8334a0cc6a6748dfcb6319c86b27551c
Convert QEMU driver all hotunplug code from pci_del to device_del

The pci_del command is not being ported to QMP. Convert all the
QEMU hotplug code over to use device_del whenever it is available
to avoid the pci_del problem

* src/qemu/qemu_driver.c: Convert unplug code to device_del
src/qemu/qemu_driver.c