Today, hotplug of a SCSI hostdev relies on the presence of an existing
SCSI controller, which can be defined in the initial domain XML.  Hotplug
of a SCSI controller relies on the presence of a PCI bus, which does not
work in all environments.

These patches correct this behavior, in order to allow hotplug (and unplug)
work without incident.

Reviewed-by: Viktor Mihajlovski <mihaj...@linux.vnet.ibm.com> 

Eric Farman (3):
  qemu: Rename controller hotplug functions to not be PCI-specific
  qemu: Separate calls based on controller bus type
  qemu: Auto-generate controller for hotplugged hostdev

 src/qemu/qemu_driver.c  |    4 +--
 src/qemu/qemu_hotplug.c |   62 ++++++++++++++++++++++++++++++++---------------
 src/qemu/qemu_hotplug.h |   12 ++++-----
 3 files changed, 50 insertions(+), 28 deletions(-)

-- 
1.7.9.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to