summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import STREQ macro from libvirtDaniel P. Berrange2013-11-222-0/+28
* Update header file includesDaniel P. Berrange2013-11-224-24/+6
* Update generator for new code layoutDaniel P. Berrange2013-11-221-44/+25
* Remove obsolete Makefile.amDaniel P. Berrange2013-11-222-194/+0
* Move python example programs into python/examples/ subdirectoryDaniel P. Berrange2013-11-2210-0/+1139
* Mostly revert "python: remove virConnectGetCPUModelNames from globals"Daniel P. Berrange2013-11-221-0/+53
* python: remove virConnectGetCPUModelNames from globalsDoug Goldstein2013-11-212-53/+1
* 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
* Fix potential use of uninitialized value in virDomainGetVcpuPinInfoDaniel P. Berrange2013-09-201-1/+1
* docs, comments: minor typo fixesOskari Saarenmaa2013-09-101-4/+4
* build: enforce makefile conditional styleEric Blake2013-09-041-2/+2
* Fix leaks in python bindingsJán Tomko2013-09-032-0/+4
* python: Fix a PyList usage mistakeGuan Qiang2013-08-291-1/+1
* python: simplify complicated conditional assignmentClaudio Bley2013-08-231-2/+1
* Test for object identity when checking for None in PythonClaudio Bley2013-08-233-18/+18
* python: Use RELRO_LDFLAGS and NO_INDIRECT_LDFLAGSGuido Günther2013-08-221-0/+7
* Delete obsolete / unused python test filesDaniel P. Berrange2013-07-307-348/+0
* python: Drop TODOCole Robinson2013-07-292-13/+0
* maint: split long lines in MakefilesEric Blake2013-07-191-6/+12
* Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED eventJiri Denemark2013-07-182-1/+60
* Introduce new domain create APIs to pass pre-opened FDs to LXCDaniel P. Berrange2013-07-184-0/+160
* 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-102-45/+71
* viralloc: Report OOM error on failureMichal Privoznik2013-07-101-51/+51
* python: Add bindings for extensible migration APIsJiri Denemark2013-06-252-0/+236
* Extensible migration APIsJiri Denemark2013-06-251-0/+2
* syntax: prefer space after semicolon in for loopEric Blake2013-05-281-19/+19
* python: Remove the whitespace before ";"Osier Yang2013-05-212-10/+10
* maint: use LGPL correctlyEric Blake2013-05-202-3/+29