libvirt/examples
Osier Yang 487c063381 Add support for the suspend event
This patch introduces a new event type for the QMP event
SUSPEND:

    VIR_DOMAIN_EVENT_ID_PMSUSPEND

The event doesn't take any data, but considering there might
be reason for wakeup in future, the callback definition is:

typedef void
(*virConnectDomainEventSuspendCallback)(virConnectPtr conn,
                                        virDomainPtr dom,
                                        int reason,
                                        void *opaque);

"reason" is unused currently, always passes "0".
2012-03-23 23:12:18 +08:00
..
apparmor maint: add missing copyright notices 2011-07-28 15:01:17 -06:00
domain-events Add support for the suspend event 2012-03-23 23:12:18 +08:00
dominfo maint: consolidate several .gitignore files 2012-02-03 15:27:16 -07:00
domsuspend maint: consolidate several .gitignore files 2012-02-03 15:27:16 -07:00
hellolibvirt maint: consolidate several .gitignore files 2012-02-03 15:27:16 -07:00
openauth maint: consolidate several .gitignore files 2012-02-03 15:27:16 -07:00
python maint: add missing copyright notices 2011-07-28 15:01:17 -06:00
systemtap Permission change for systemtap examples. 2012-01-17 15:42:01 -07:00
xml nwfilter: fix typing error in filter 2012-01-17 12:47:41 -05:00