summaryrefslogtreecommitdiff
path: root/src/xen/xen_inotify.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the xend driverJim Fehlig2018-04-091-447/+0
* Use virDirOpenJán Tomko2016-06-241-5/+2
* Introduce VIR_DIR_CLOSEJán Tomko2016-06-231-3/+3
* xen: fix race in refresh of config cacheDaniel P. Berrange2015-09-111-4/+6
* drivers: use virDirRead APIEric Blake2014-04-281-2/+5
* Indent top-level labels by one space in src/xen/Ján Tomko2014-03-251-2/+2
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Change file names in comments to match the files they are inJán Tomko2014-03-101-1/+1
* src/xen: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENTMichal Privoznik2014-03-101-11/+2
* Use virObjectEventPtr instead of virDomainEventPtrCédric Bosdonnat2013-12-101-4/+4
* Renamed virDomainEventNew* to virDomainEventLifecycleNew*Cédric Bosdonnat2013-12-101-1/+1
* Convert 'int i' to 'size_t i' in src/{xen,xenapi,xenxs} filesDaniel P. Berrange2013-07-101-2/+2
* Adapt to VIR_ALLOC and virAsprintf in src/xen/*Michal Privoznik2013-07-101-3/+1
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/xen/*Michal Privoznik2013-05-231-11/+4
* src/xen: Remove the whitespace before ';'Osier Yang2013-05-211-2/+2
* Convert Xen domain lookup driver methods to use virDomainDefPtrDaniel P. Berrange2013-05-211-7/+7
* Ignore cast alignment warnings in inotify code for Xen.Daniel P. Berrange2013-05-141-0/+3
* Simplify opening of Xen driversDaniel P. Berrange2013-05-091-6/+2
* inotify: Clean up some function headersJohn Ferlan2013-02-111-15/+24
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename uuid.{c,h} to viruuid.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename conf.{c,h} to virconf.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-7/+7
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of custom macros with virReportError in the Xen driversDaniel P. Berrange2012-07-201-26/+22
* Coverity: Fix resource leak in xen driverOsier Yang2012-05-041-0/+1
* xen: drop unused callbacksEric Blake2011-07-281-1/+0
* xen: cleanup callback structEric Blake2011-07-281-38/+2
* build: fix bugs with destroyFlags patchesEric Blake2011-07-211-1/+0
* destroy: Implement internal API for xen driverMichal Privoznik2011-07-211-0/+1
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* xen: reject unknown flagsEric Blake2011-07-151-1/+3
* drivers: prefer unsigned int for flagsEric Blake2011-07-071-3/+3
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-1/+0
* screenshot: Defining the internal APIMichal Privoznik2011-05-131-0/+1
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-6/+6
* Move call to virReportOOMError into virFileBuildPathMatthias Bolte2011-04-271-1/+0
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* Remove PATH_MAX sized stack allocations related to virFileBuildPathMatthias Bolte2011-04-051-7/+9
* maint: kill all remaining uses of old DEBUG macroEric Blake2011-02-211-10/+10
* bye to close(), welcome to VIR_(FORCE_)CLOSE()Stefan Berger2010-11-091-1/+2
* vcpu: remove dead xen codeEric Blake2010-10-191-2/+0
* xen: Remove virConnectPtr from virXenInotifyErrorMatthias Bolte2010-04-061-12/+12
* Implement virDomainUpdateDeviceFlags API in all drivers with media changeDaniel P. Berrange2010-03-261-0/+1
* build: consistently use C99 varargs macrosEric Blake2010-03-081-2/+3
* Remove conn parameter from virReportSystemErrorMatthias Bolte2010-02-091-3/+3
* Remove conn parameter from virReportOOMErrorMatthias Bolte2010-02-091-4/+4