summaryrefslogtreecommitdiff
path: root/src/conf/domain_event.h
Commit message (Expand)AuthorAgeFilesLines
* Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED eventPeter Krempa2016-04-131-0/+7
* Introduce job completed eventJiri Denemark2016-03-081-0/+10
* Introduce migration iteration eventJiri Denemark2016-01-211-0/+8
* Add VIR_DOMAIN_EVENT_ID_DEVICE_ADDED eventJán Tomko2015-04-151-0/+6
* event: Add guest agent lifecycle eventPeter Krempa2014-11-241-0/+9
* event: introduce new event for tunable valuesPavel Hrdina2014-09-231-0/+9
* blockjob: use stable disk string in job eventEric Blake2014-06-191-0/+11
* qemu: create object for qemu monitor eventsEric Blake2014-03-201-0/+23
* event: pass reason for PM eventsEric Blake2014-02-121-3/+3
* event: prepare client to track domain callbackIDEric Blake2014-02-121-0/+22
* event: move event filtering to daemon (regression fix)Eric Blake2014-02-051-6/+2
* event: filter global events by domain:getattr ACL [CVE-2014-0028]CVE-2014-0028Eric Blake2014-01-151-3/+7
* Associate a dispatch function with the event objectsDaniel P. Berrange2013-12-131-7/+0
* Fixed indentation in src/conf/*_event*Cédric Bosdonnat2013-12-111-113/+158
* Extracted common parts of domain_event.[ch] to object_event.[ch]Cédric Bosdonnat2013-12-101-63/+9
* Add object event namespaces for the event IDsCédric Bosdonnat2013-12-101-0/+8
* Use virObjectEventPtr instead of virDomainEventPtrCédric Bosdonnat2013-12-101-39/+36
* Create virDomainEventBlockJob to get rid of the huge unionCédric Bosdonnat2013-12-101-6/+6
* Create virDomainEventGraphics to get rid of the huge unionCédric Bosdonnat2013-12-101-10/+10
* Renamed virDomainEventNew* to virDomainEventLifecycleNew*Cédric Bosdonnat2013-12-101-4/+14
* virObject-ified virDomainEventCédric Bosdonnat2013-12-101-2/+3
* Created virObjectEventStateRegisterIDCédric Bosdonnat2013-12-101-0/+25
* Renamed virDomainEventCallbackList* to virObjectEventCallbackList*Cédric Bosdonnat2013-12-101-3/+0
* Renamed virDomainEventState to virObjectEventStateCédric Bosdonnat2013-12-101-13/+13
* Renamed virDomainEventQueue to virObjectEventQueueCédric Bosdonnat2013-12-101-3/+0
* Rename virDomainEventCallback to virObjectEventCallbackCédric Bosdonnat2013-12-101-2/+2
* Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED eventJiri Denemark2013-07-181-0/+5
* Add support for SUSPEND_DISK eventMartin Kletzander2012-10-151-0/+4
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Define public API for receiving guest memory balloon eventsDaniel P. Berrange2012-07-141-0/+3
* Fix potential events deadlock when unref'ing virConnectPtrDaniel P. Berrange2012-05-211-4/+0
* Add support for the suspend eventOsier Yang2012-03-231-0/+2
* Add support for the wakeup eventOsier Yang2012-03-231-0/+2
* Add support for event tray moved of removable disksOsier Yang2012-03-231-0/+6
* Only add the timer when a callback is registeredDaniel P. Berrange2011-12-191-1/+1
* Hide use of timers for domain event dispatchDaniel P. Berrange2011-12-191-31/+1
* Remove decl of all APIs related to domain event callbacks & queuesDaniel P. Berrange2011-12-191-63/+1
* Remove all domain event structs from headerDaniel P. Berrange2011-12-191-20/+0
* Add APIs to allow management of callbacks purely with virDomainEventStateDaniel P. Berrange2011-12-191-0/+24
* Return count of callbacks when registering callbacksDaniel P. Berrange2011-12-191-4/+5
* startupPolicy: Emit event on disk source droppingMichal Privoznik2011-10-251-0/+11
* events: Propose a separate lock for event queueMichal Privoznik2011-10-131-0/+1
* Asynchronous event for BlockJob completionAdam Litke2011-07-221-1/+8
* Revert "Asynchronous event for BlockPull completion"Eric Blake2011-06-241-6/+1
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-1/+0
* Asynchronous event for BlockPull completionAdam Litke2011-06-141-1/+6
* Introduce a new event emitted when a virtualization failure occursDaniel P. Berrange2011-05-291-0/+2
* domain_event: Add common domain event queue/flush helpersCole Robinson2011-05-131-1/+23
* domain_event: Add virDomainEventState structureCole Robinson2011-05-131-14/+34