| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the xend driver | Jim Fehlig | 2018-04-09 | 1 | -447/+0 |
* | Use virDirOpen | Ján Tomko | 2016-06-24 | 1 | -5/+2 |
* | Introduce VIR_DIR_CLOSE | Ján Tomko | 2016-06-23 | 1 | -3/+3 |
* | xen: fix race in refresh of config cache | Daniel P. Berrange | 2015-09-11 | 1 | -4/+6 |
* | drivers: use virDirRead API | Eric Blake | 2014-04-28 | 1 | -2/+5 |
* | Indent top-level labels by one space in src/xen/ | Ján Tomko | 2014-03-25 | 1 | -2/+2 |
* | Add virLogSource variables to all source files | Daniel P. Berrange | 2014-03-18 | 1 | -0/+2 |
* | Change file names in comments to match the files they are in | Ján Tomko | 2014-03-10 | 1 | -1/+1 |
* | src/xen: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENT | Michal Privoznik | 2014-03-10 | 1 | -11/+2 |
* | Use virObjectEventPtr instead of virDomainEventPtr | Cédric Bosdonnat | 2013-12-10 | 1 | -4/+4 |
* | Renamed virDomainEventNew* to virDomainEventLifecycleNew* | Cédric Bosdonnat | 2013-12-10 | 1 | -1/+1 |
* | Convert 'int i' to 'size_t i' in src/{xen,xenapi,xenxs} files | Daniel P. Berrange | 2013-07-10 | 1 | -2/+2 |
* | Adapt to VIR_ALLOC and virAsprintf in src/xen/* | Michal Privoznik | 2013-07-10 | 1 | -3/+1 |
* | Adapt to VIR_STRDUP and VIR_STRNDUP in src/xen/* | Michal Privoznik | 2013-05-23 | 1 | -11/+4 |
* | src/xen: Remove the whitespace before ';' | Osier Yang | 2013-05-21 | 1 | -2/+2 |
* | Convert Xen domain lookup driver methods to use virDomainDefPtr | Daniel P. Berrange | 2013-05-21 | 1 | -7/+7 |
* | Ignore cast alignment warnings in inotify code for Xen. | Daniel P. Berrange | 2013-05-14 | 1 | -0/+3 |
* | Simplify opening of Xen drivers | Daniel P. Berrange | 2013-05-09 | 1 | -6/+2 |
* | inotify: Clean up some function headers | John Ferlan | 2013-02-11 | 1 | -15/+24 |
* | Rename virterror.c virterror_internal.h to virerror.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename uuid.{c,h} to viruuid.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename memory.{c,h} to viralloc.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename logging.{c,h} to virlog.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename conf.{c,h} to virconf.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Remove spurious whitespace between function name & open brackets | Daniel P. Berrange | 2012-11-02 | 1 | -7/+7 |
* | maint: fix up copyright notice inconsistencies | Eric Blake | 2012-09-20 | 1 | -1/+1 |
* | Desert the FSF address in copyright | Osier Yang | 2012-07-23 | 1 | -2/+2 |
* | Replace use of custom macros with virReportError in the Xen drivers | Daniel P. Berrange | 2012-07-20 | 1 | -26/+22 |
* | Coverity: Fix resource leak in xen driver | Osier Yang | 2012-05-04 | 1 | -0/+1 |
* | xen: drop unused callbacks | Eric Blake | 2011-07-28 | 1 | -1/+0 |
* | xen: cleanup callback struct | Eric Blake | 2011-07-28 | 1 | -38/+2 |
* | build: fix bugs with destroyFlags patches | Eric Blake | 2011-07-21 | 1 | -1/+0 |
* | destroy: Implement internal API for xen driver | Michal Privoznik | 2011-07-21 | 1 | -0/+1 |
* | build: rename files.h to virfile.h | Eric Blake | 2011-07-21 | 1 | -1/+1 |
* | xen: reject unknown flags | Eric Blake | 2011-07-15 | 1 | -1/+3 |
* | drivers: prefer unsigned int for flags | Eric Blake | 2011-07-07 | 1 | -3/+3 |
* | Promote virEvent*Handle/Timeout to public API | Cole Robinson | 2011-06-21 | 1 | -1/+0 |
* | screenshot: Defining the internal API | Michal Privoznik | 2011-05-13 | 1 | -0/+1 |
* | libvirt,logging: cleanup VIR_XXX0() | Lai Jiangshan | 2011-05-11 | 1 | -6/+6 |
* | Move call to virReportOOMError into virFileBuildPath | Matthias Bolte | 2011-04-27 | 1 | -1/+0 |
* | Remove virConnectPtr from virRaiseErrorFull | Matthias Bolte | 2011-04-17 | 1 | -1/+1 |
* | Remove PATH_MAX sized stack allocations related to virFileBuildPath | Matthias Bolte | 2011-04-05 | 1 | -7/+9 |
* | maint: kill all remaining uses of old DEBUG macro | Eric Blake | 2011-02-21 | 1 | -10/+10 |
* | bye to close(), welcome to VIR_(FORCE_)CLOSE() | Stefan Berger | 2010-11-09 | 1 | -1/+2 |
* | vcpu: remove dead xen code | Eric Blake | 2010-10-19 | 1 | -2/+0 |
* | xen: Remove virConnectPtr from virXenInotifyError | Matthias Bolte | 2010-04-06 | 1 | -12/+12 |
* | Implement virDomainUpdateDeviceFlags API in all drivers with media change | Daniel P. Berrange | 2010-03-26 | 1 | -0/+1 |
* | build: consistently use C99 varargs macros | Eric Blake | 2010-03-08 | 1 | -2/+3 |
* | Remove conn parameter from virReportSystemError | Matthias Bolte | 2010-02-09 | 1 | -3/+3 |
* | Remove conn parameter from virReportOOMError | Matthias Bolte | 2010-02-09 | 1 | -4/+4 |