libvirt/src/qemu
Wolfgang Mauerer da9d937b94 Implement SCSI controller hotplug/unplug for QEMU
This patch allows for explicit hotplug/unplug of SCSI controllers.
Ordinarily this is not required, since QEMU/libvirt will attach
a new SCSI controller whenever one is required. Allowing explicit
hotplug of controllers though, enables the caller to specify a
static PCI address, instead of auto-assigning the next available
PCI slot. Or it will when we have static PCI addressing.

This patch is derived from Wolfgang Mauerer's disk controller
patch series.

* src/qemu/qemu_driver.c: Support hotplug & unplug of SCSI
  controllers
* src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h,
  src/qemu/qemu_monitor_json.c, src/qemu/qemu_monitor_json.h,
  src/qemu/qemu_monitor_text.c, src/qemu/qemu_monitor_text.h: Add
  new API for attaching PCI SCSI controllers
2010-01-18 12:44:50 +00:00
..
libvirtd_qemu.aug Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
qemu_bridge_filter.c Removes the ebtablesSaveRules() function 2009-11-09 15:30:15 +01:00
qemu_bridge_filter.h add MAC address based port filtering to qemu 2009-11-03 23:44:48 +01:00
qemu_conf.c Specify bus/unit instead of index for disks with QEMU 2010-01-15 17:55:59 +00:00
qemu_conf.h Split code for building QEMU -drive arg in separate method 2010-01-15 17:55:58 +00:00
qemu_driver.c Implement SCSI controller hotplug/unplug for QEMU 2010-01-18 12:44:50 +00:00
qemu_driver.h Move QEMU driver to src/qemu/ 2009-09-21 14:41:43 +01:00
qemu_monitor_json.c Implement SCSI controller hotplug/unplug for QEMU 2010-01-18 12:44:50 +00:00
qemu_monitor_json.h Implement SCSI controller hotplug/unplug for QEMU 2010-01-18 12:44:50 +00:00
qemu_monitor_text.c Implement SCSI controller hotplug/unplug for QEMU 2010-01-18 12:44:50 +00:00
qemu_monitor_text.h Implement SCSI controller hotplug/unplug for QEMU 2010-01-18 12:44:50 +00:00
qemu_monitor.c Implement SCSI controller hotplug/unplug for QEMU 2010-01-18 12:44:50 +00:00
qemu_monitor.h Implement SCSI controller hotplug/unplug for QEMU 2010-01-18 12:44:50 +00:00
qemu.conf disable mac_filter config switch by default 2009-11-11 13:02:57 +01:00
test_libvirtd_qemu.aug Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
THREADS.txt Release driver and domain lock when running monitor commands 2009-11-10 13:27:18 +00:00