summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* python: Fix documentation of virStream recvv0.9.7Matthias Bolte2011-10-311-1/+1
* startupPolicy: Emit event on disk source droppingv0.9.7-rc1Michal Privoznik2011-10-252-0/+62
* Fix two comments related to error handlingPhilipp Hahn2011-10-171-1/+1
* snapshot: new virDomainSnapshotListChildrenNames APIEric Blake2011-10-103-3/+58
* maint: typo fixesEric Blake2011-10-101-2/+2
* python: Fix bindings generated in VPATH buildv0.9.6v0.9.5-rc3v0.9.5Jiri Denemark2011-09-161-4/+4
* python: Fix libvirt.py generation to include virterror infoCole Robinson2011-09-151-2/+5
* qemu_api: Update Makefile to generate libvirtmod_qemu libv0.9.5-rc2Osier Yang2011-09-141-5/+28
* qemu_api: Update Py binding generator to generate files for QEMU APIsOsier Yang2011-09-141-69/+294
* qemu_api: Add override XML and C files for QEMU APIsOsier Yang2011-09-142-0/+148
* latency: Expose the new API for Python bindingv0.9.5-rc1Osier Yang2011-09-063-0/+93
* Add public API for getting migration speedJim Fehlig2011-09-013-0/+31
* python: avoid unlikely sign extension bugv0.9.4Eric Blake2011-08-021-1/+1
* freebsd: Fix build problem due to picking up the wrong libvirt.hMatthias Bolte2011-07-291-1/+2
* 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