summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve quality of sanitytest checkv1.2.0Daniel P. Berrange2013-11-282-50/+293
* Skip copying manually written python for C APIs which don't existDaniel P. Berrange2013-11-281-1/+41
* Fix misc RPM specfile flawsDaniel P. Berrange2013-11-281-3/+10
* Fix code for avoiding overrides of non-existant functionsDaniel P. Berrange2013-11-281-0/+6
* Deal with old filenames for events/error functionsDaniel P. Berrange2013-11-281-2/+5
* Add missing binding of security model/label APIsv1.2.0-rc2Daniel P. Berrange2013-11-275-3/+110
* Avoid generating the methods in multiple classesDaniel P. Berrange2013-11-271-0/+2
* Make block pull event dispatcher privateDaniel P. Berrange2013-11-272-2/+2
* Don't include virDomainSnapshotRef in python APIDaniel P. Berrange2013-11-271-1/+2
* Call virGetLastError from mod rather than py wrapperDoug Goldstein2013-11-261-1/+1
* Return right error code for baselineCPUDon Dugger2013-11-261-4/+4
* Make setup.py executableMartin Kletzander2013-11-261-0/+0
* Update README file contents and add HACKING fileDaniel P. Berrange2013-11-262-20/+66
* maint: next release is 1.2.0v1.2.0-rc1Eric Blake2013-11-251-1/+1
* Ensure API overrides only used if API existsDaniel P. Berrange2013-11-221-0/+15
* Relax min required libvirt to version 0.9.11Daniel P. Berrange2013-11-221-1/+1
* virConnectGetCPUModelNames API appeared in 1.1.3Doug Goldstein2013-11-221-0/+4
* VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED appeared in 1.1.1Daniel P. Berrange2013-11-221-1/+4
* virDomainCreateXMLWithFiles and virDomainCreateWithFiles APIs appeared in 1.1.1Doug Goldstein2013-11-221-0/+4
* virDomainMigrate3 and virDomainMigrateToURI3 appeared in 1.1.0Doug Goldstein2013-11-221-0/+4
* virTypedParams* API appeared in 1.0.2 and used in 1.1.0Doug Goldstein2013-11-221-1/+4
* virDomainMigrateGetCompressionCache API appeared in 1.0.3Doug Goldstein2013-11-221-0/+4
* virDomainGetJobStats API appeared in 1.0.3Doug Goldstein2013-11-221-0/+4
* virNodeGetCPUMap API appeared in 1.0.0Doug Goldstein2013-11-221-1/+7
* VIR_DOMAIN_EVENT_ID_PMSUSPEND_DISK appeared in 1.0.0Daniel P. Berrange2013-11-221-0/+4
* virStoragePoolListAllVolumes API appeared in 0.10.2Doug Goldstein2013-11-221-0/+4
* virNode{Get,Set}MemoryParameters API appeared in 0.10.2Doug Goldstein2013-11-221-0/+4
* virConnectListAll* APIs appeared in 0.10.2Doug Goldstein2013-11-221-0/+24
* virDomainQemuAgentCommand appeared in 0.10.0Daniel P. Berrange2013-11-221-0/+5
* virDomainPinEmulator and virDomainGetEmulatorPinInfo APIs appeared in 0.10.0Doug Goldstein2013-11-221-0/+4
* VIR_DOMAIN_EVENT_ID_BALLOON_CHANGED appeared in 0.10.0Daniel P. Berrange2013-11-221-0/+5
* 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
* Don't build LXC module when building less than 1.0.2Doug Goldstein2013-11-221-11/+23
* Create array of modules to be builtDoug Goldstein2013-11-221-2/+14
* Break generator.py to be called per moduleDoug Goldstein2013-11-222-13/+15
* Setup distutils build systemDaniel P. Berrange2013-11-229-0/+1229
* Add execute permission for sanitytest.pyDaniel P. Berrange2013-11-221-0/+0
* Add build/ to python module path for sanitytest.pyDaniel P. Berrange2013-11-221-0/+4
* Import some virTypedParams* APIs from libvirtDoug Goldstein2013-11-222-0/+52
* Import LIBVIR_CHECK_VERSION macro from libvirtDoug Goldstein2013-11-221-0/+10
* Import VIR_FORCE_CLOSE macro from libvirtDaniel P. Berrange2013-11-222-0/+27
* Remove use of virStrcpyStaticDaniel P. Berrange2013-11-221-1/+2
* Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functionsDaniel P. Berrange2013-11-226-53/+253
* Import code annotation macros from libvirtDaniel P. Berrange2013-11-221-0/+52
* Import gnulib's ignore_value macroDaniel P. Berrange2013-11-221-0/+11
* Import gnulib's xalloc_oversized macroDaniel P. Berrange2013-11-222-0/+16
* Add decl of MIN macroDaniel P. Berrange2013-11-221-0/+4