Mark McLoughlin e8ad339312 Maintain a list of active PCI hostdevs and use it in pciResetDevice()
As we start/shutdown guests, or hotplug/hot-unplug devices, we can add
or delete devices as appropriate from a list of active devices.

Then, in pciReset(), we can use this to determine whether its safe to
reset a device as a side effect of resetting another device.

* src/qemu_conf.h: add activePciHostdevs to qemud_driver

* src/qemu_driver.c: maintain the activePciHostdevs list, and pass it
  to pciResetDevice()

* src/pci.[ch]: pass the activeDevs list to pciResetDevice() and use
  it to determine whether a Secondary Bus Reset is safe
2009-08-18 09:41:57 +01:00
..
2009-08-07 13:50:32 +02:00
2009-08-11 13:32:03 +02:00
2009-06-03 11:13:33 +00:00
2009-08-04 18:13:09 +01:00
2009-07-23 16:07:32 +01:00
2009-07-24 16:11:00 +01:00
2009-07-23 17:38:06 +01:00
2008-12-04 21:09:20 +00:00
2009-05-08 10:05:56 +00:00
2008-11-07 16:43:23 +00:00
2009-06-29 17:09:42 +00:00
2008-11-17 11:03:25 +00:00
2008-11-17 11:03:25 +00:00
2009-07-16 15:06:42 +02:00
2009-07-16 15:06:42 +02:00
2009-06-17 08:38:17 +00:00
2009-07-16 15:06:42 +02:00
2009-07-23 16:07:32 +01:00
2009-07-23 16:07:32 +01:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-21 18:11:14 +00:00