summaryrefslogtreecommitdiffstats
path: root/libvirt-override.c
Commit message (Expand)AuthorAgeFilesLines
* virConnect{Unr,R}egisterCloseCallback API appeared in 0.10.0Doug Goldstein2013-11-221-1/+4
* virDomainSnapshotListAllChildren API appeared in 0.9.13Doug Goldstein2013-11-221-0/+4
* virConnectListAllDomains API appeared in 0.9.13Doug Goldstein2013-11-221-0/+4
* virDomainListAllSnapshots API appeared in 0.9.13Doug Goldstein2013-11-221-0/+4
* Remove use of virStrcpyStaticDaniel P. Berrange2013-11-221-1/+2
* Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functionsDaniel P. Berrange2013-11-221-53/+53
* Import gnulib's xalloc_oversized macroDaniel P. Berrange2013-11-221-0/+1
* Import STREQ macro from libvirtDaniel P. Berrange2013-11-221-0/+1
* Update header file includesDaniel P. Berrange2013-11-221-9/+2
* Mostly revert "python: remove virConnectGetCPUModelNames from globals"Daniel P. Berrange2013-11-221-0/+53
* python: remove virConnectGetCPUModelNames from globalsDoug Goldstein2013-11-211-53/+0
* maint: fix comma style issues: pythonEric Blake2013-11-201-6/+6
* Add missing break to switch-case blockDoug Goldstein2013-11-191-0/+1
* python: Fix Create*WithFiles filefd passingMarian Neagul2013-10-221-0/+4
* maint: avoid 'const fooPtr' in python bindingsEric Blake2013-10-141-2/+2
* python: add bindings for virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-231-0/+53
* Fix potential use of uninitialized value in virDomainGetVcpuPinInfoDaniel P. Berrange2013-09-201-1/+1
* Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED eventJiri Denemark2013-07-181-1/+51
* Introduce new domain create APIs to pass pre-opened FDs to LXCDaniel P. Berrange2013-07-181-0/+89
* python: return dictionary without value in case of no blockjobGuannan Ren2013-07-151-15/+39
* Convert 'int i' to 'size_t i' in python/ filesDaniel P. Berrange2013-07-101-44/+70
* viralloc: Report OOM error on failureMichal Privoznik2013-07-101-51/+51
* python: Add bindings for extensible migration APIsJiri Denemark2013-06-251-0/+218
* syntax: prefer space after semicolon in for loopEric Blake2013-05-281-19/+19
* python: Remove the whitespace before ";"Osier Yang2013-05-211-8/+8
* Fix build of python bindings on Python 2.4Daniel P. Berrange2013-05-091-0/+4
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+1
* docs: fix usage of 'onto'Eric Blake2013-04-191-2/+2
* syntax-check: Only allows to include public headers in external toolsOsier Yang2013-04-181-2/+2
* python: Fix emulatorpin API bindingsPeter Krempa2013-03-211-0/+118
* python: Implement virDomainMigrateGetCompressionCache wrapperJiri Denemark2013-02-221-0/+28
* python: Implement virDomainGetJobStats wrapperJiri Denemark2013-02-221-0/+42
* Introduce virTypedParamsClear public APIJiri Denemark2013-01-181-39/+20
* python: Avoid freeing uninitialized new_params pointerJiri Denemark2013-01-171-7/+7
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Fix the indentionOsier Yang2012-12-041-1/+1
* Bind connection close callback APIs to python bindingDaniel P. Berrange2012-12-041-0/+107
* python: Use virNodeGetCPUMap where possibleViktor Mihajlovski2012-11-151-35/+52
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-18/+18
* maint: consistent whitespace after 'if'Eric Blake2012-10-251-27/+27
* virNodeGetCPUMap: Add python bindingViktor Mihajlovski2012-10-251-0/+70
* Add support for SUSPEND_DISK eventMartin Kletzander2012-10-151-0/+50
* python: cleanup vcpu related binding APIsGuannan Ren2012-10-081-42/+121
* node_memory: Expose the APIs to Python bindingsOsier Yang2012-09-171-0/+125
* list: Expose virConnectListAllSecrets to Python bindingOsier Yang2012-09-171-0/+48
* list: Expose virConnectListAllNWFilters to Python bindingOsier Yang2012-09-171-0/+48
* list: Expose virConnectListAllNodeDevices to Python bindingOsier Yang2012-09-171-0/+48
* list: Expose virConnectListAllInterfaces to Python bindingOsier Yang2012-09-121-0/+48
* python: Initialize new_params in virDomainSetSchedulerParametersFederico Simoncelli2012-09-111-1/+1