summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure API overrides only used if API existsHEADmasterDaniel 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-211-11/+23
* Create array of modules to be builtDoug Goldstein2013-11-211-2/+14
* Break generator.py to be called per moduleDoug Goldstein2013-11-212-13/+15
* Setup distutils build systemDaniel P. Berrange2013-11-219-0/+1221
* Add execute permission for sanitytest.pyDaniel P. Berrange2013-11-211-0/+0
* Add build/ to python module path for sanitytest.pyDaniel P. Berrange2013-11-211-0/+4
* Import some virTypedParams* APIs from libvirtDoug Goldstein2013-11-212-0/+52
* Import LIBVIR_CHECK_VERSION macro from libvirtDoug Goldstein2013-11-211-0/+10
* Import VIR_FORCE_CLOSE macro from libvirtDaniel P. Berrange2013-11-212-0/+27
* Remove use of virStrcpyStaticDaniel P. Berrange2013-11-211-1/+2
* Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functionsDaniel P. Berrange2013-11-216-53/+253
* Import code annotation macros from libvirtDaniel P. Berrange2013-11-211-0/+52
* Import gnulib's ignore_value macroDaniel P. Berrange2013-11-211-0/+11
* Import gnulib's xalloc_oversized macroDaniel P. Berrange2013-11-212-0/+16
* Add decl of MIN macroDaniel P. Berrange2013-11-211-0/+4
* Import STREQ macro from libvirtDaniel P. Berrange2013-11-212-0/+28
* Update header file includesDaniel P. Berrange2013-11-214-24/+6
* Update generator for new code layoutDaniel P. Berrange2013-11-211-44/+25
* Remove obsolete Makefile.amDaniel P. Berrange2013-11-211-173/+0
* Move python example programs into python/examples/ subdirectoryDaniel P. Berrange2013-11-2110-0/+1139
* python: remove virConnectGetCPUModelNames from globalsDoug Goldstein2013-11-212-12/+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
* Don't link virt-login-shell against libvirt.so (CVE-2013-4400)Daniel P. Berrange2013-10-211-0/+1
* maint: avoid 'const fooPtr' in python bindingsEric Blake2013-10-142-13/+2
* python: Document virNodeGetInfo bugMichal Privoznik2013-09-301-1/+1
* python: add bindings for virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-234-1/+72
* libvirt: add new public API virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-231-0/+1