libvirt/src/qemu
Chris Lalancette 7cc5410bfd Fix a crash when restarting libvirtd.
If you shutdown libvirtd while a domain with PCI
devices is running, then try to restart libvirtd,
libvirtd will crash.

This happens because qemuUpdateActivePciHostdevs() is calling
pciDeviceListSteal() with a dev of 0x0 (NULL), and then trying
to dereference it.  This patch fixes it up so that
qemuUpdateActivePciHostdevs() steals the devices after first
Get()'ting them, avoiding the crash.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
2010-01-25 16:25:47 -05:00
..
libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00: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 qemu: Search binaries in PATH instead of hardcoding /usr/bin 2010-01-25 21:38:28 +01:00
qemu_conf.h Introduce a new DAC security driver for QEMU 2010-01-21 14:00:16 +00:00
qemu_driver.c Fix a crash when restarting libvirtd. 2010-01-25 16:25:47 -05:00
qemu_driver.h Move QEMU driver to src/qemu/ 2009-09-21 14:41:43 +01:00
qemu_monitor_json.c Implement QMP support for extracting CPU thread ID 2010-01-25 17:08:37 +00:00
qemu_monitor_json.h Misc fixes to QMP monitor support for QEMU 2010-01-25 17:08:37 +00:00
qemu_monitor_text.c qemuMonitorTextAttachDrive: avoid two leaks 2010-01-25 22:06:47 +01:00
qemu_monitor_text.h Detect PCI addresses at QEMU startup 2010-01-18 12:44:50 +00:00
qemu_monitor.c Misc fixes to QMP monitor support for QEMU 2010-01-25 17:08:37 +00:00
qemu_monitor.h Detect PCI addresses at QEMU startup 2010-01-18 12:44:50 +00:00
qemu_security_dac.c Switch QEMU driver over to use the DAC security driver 2010-01-21 14:00:16 +00:00
qemu_security_dac.h Introduce a new DAC security driver for QEMU 2010-01-21 14:00:16 +00:00
qemu_security_stacked.c Introduce a stacked security driver impl for QEMU 2010-01-21 14:00:16 +00:00
qemu_security_stacked.h Introduce a stacked security driver impl for QEMU 2010-01-21 14:00:16 +00:00
qemu.conf Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
test_libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
THREADS.txt Release driver and domain lock when running monitor commands 2009-11-10 13:27:18 +00:00