libvirt/src/node_device
Daniel P. Berrange 79b8a56995 Replace polling for active VMs with signalling by drivers
Currently to deal with auto-shutdown libvirtd must periodically
poll all stateful drivers. Thus sucks because it requires
acquiring both the driver lock and locks on every single virtual
machine. Instead pass in a "inhibit" callback to virStateInitialize
which drivers can invoke whenever they want to inhibit shutdown
due to existance of active VMs.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-12-04 12:14:04 +00:00
..
node_device_driver.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
node_device_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
node_device_hal.c Replace polling for active VMs with signalling by drivers 2012-12-04 12:14:04 +00:00
node_device_hal.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
node_device_linux_sysfs.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
node_device_udev.c Replace polling for active VMs with signalling by drivers 2012-12-04 12:14:04 +00:00
node_device_udev.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00