summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maint: add missing copyright noticesv0.9.4-rc2Eric Blake2011-07-282-0/+6
* python: add python binding for virDomainSetMemoryParametersHu Tao2011-07-282-3/+92
* python: add python binding for virDomainGetMemoryParametersHu Tao2011-07-282-6/+79
* python: add python binding for virDomainSetBlkioParametersHu Tao2011-07-282-3/+92
* python: add python binding for virDomainGetBlkioParametersHu Tao2011-07-282-6/+79
* send-key: Implement Python APILai Jiangshan2011-07-271-0/+48
* python: Properly report errors if virStreamRecv failsCole Robinson2011-07-261-1/+3
* python: Handle embedded NUL in stream.send datav0.9.4-rc1Cole Robinson2011-07-251-2/+3
* python: add Python binding for virDomainGetVcpuPinInfo APITaku Izumi2011-07-253-0/+76
* python: add Python binding for virDomainPinVcpusFlags APITaku Izumi2011-07-253-0/+57
* python: add Python binding for virDomainGetSchedulerParametersFlags APITaku Izumi2011-07-252-0/+103
* python: add Python binding for virDomainGetSchedulerParametersFlags APITaku Izumi2011-07-252-0/+89
* Asynchronous event for BlockJob completionAdam Litke2011-07-222-0/+64
* Enable virDomainBlockPull in the python APIAdam Litke2011-07-223-1/+47
* Add new API virDomainBlockPull* to headersAdam Litke2011-07-221-0/+2
* python: Fix makefile rule for code generationMatthias Bolte2011-07-211-1/+1
* Quieten build & ensure API build scripts exit with non-zero statusDaniel P. Berrange2011-07-192-9/+13
* python: prefer unsigned flagsEric Blake2011-07-131-3/+3
* python: Fix bogus label placementMatthias Bolte2011-07-071-5/+3
* build: consistently use CFLAGSv0.9.3Eric Blake2011-07-011-2/+3
* python: Don't declare Py_ssize_t for Python 2.6v0.9.3-rc2v0.9.3-rc1Matthias Bolte2011-06-241-1/+1
* Revert "Add new API virDomainBlockPull* to headers"Eric Blake2011-06-241-3/+0
* Revert "Enable virDomainBlockPull in the python API."Eric Blake2011-06-243-69/+3
* Revert "Asynchronous event for BlockPull completion"Eric Blake2011-06-242-60/+0
* build: avoid python 2.4 build failureEric Blake2011-06-241-1/+6
* build: avoid python 2.4 build failureEric Blake2011-06-231-2/+2
* python: Generate virStreamFree but don't expose in bindingsCole Robinson2011-06-231-1/+10
* python: Mark event callback wrappers as privateCole Robinson2011-06-214-73/+59
* python: events: Fix C->Python handle callback prototypeCole Robinson2011-06-211-2/+24
* python: Add bindings for virEvent*Handle/TimeoutCole Robinson2011-06-213-36/+221
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-0/+8
* python: Implement virStreamSend/RecvAll helpersCole Robinson2011-06-212-2/+66
* python: Implement virStreamSend/RecvCole Robinson2011-06-215-4/+117
* python: Implement bindings for virStreamEventAddCallbackCole Robinson2011-06-204-14/+100
* python: generator: Don't print warning if nothing to warn aboutCole Robinson2011-06-201-3/+5
* python: libvirt-override: use simpler debugCole Robinson2011-06-201-104/+57
* Introduce virDomainGetControlInfo APIJiri Denemark2011-06-163-0/+34
* Asynchronous event for BlockPull completionAdam Litke2011-06-142-0/+63
* Enable virDomainBlockPull in the python API.Adam Litke2011-06-143-3/+69
* Add new API virDomainBlockPull* to headersAdam Litke2011-06-141-0/+3
* virNodeGetMemoryStats: Expose new APIMinoru Usui2011-06-141-0/+1
* virNodeGetCPUStats: Expose new APIMinoru Usui2011-06-141-0/+1
* send-key: Defining the public APILai Jiangshan2011-06-141-0/+1
* Deprecate several CURRENT/LIVE/CONFIG enumsHu Tao2011-06-131-0/+6
* python: avoid unlikely sign extension bugEric Blake2011-06-081-1/+1
* Introduce a new event emitted when a virtualization failure occursv0.9.2CVE-2011-2178Daniel P. Berrange2011-05-291-0/+3
* sched: introduce virDomainGetSchedulerParametersFlagsEric Blake2011-05-291-0/+1
* libvirt.h: avoid regression, and document preferred nameEric Blake2011-05-291-14/+14
* python: Don't free must-not-free variablesMichal Privoznik2011-05-241-8/+3
* python: Fix typo in bindingsMichal Privoznik2011-05-231-1/+1