summaryrefslogtreecommitdiffstats
path: root/generator.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure API overrides only used if API existsHEADmasterDaniel P. Berrange2013-11-221-0/+15
* Break generator.py to be called per moduleDoug Goldstein2013-11-211-12/+12
* Update generator for new code layoutDaniel P. Berrange2013-11-211-44/+25
* python: remove virConnectGetCPUModelNames from globalsDoug Goldstein2013-11-211-1/+0
* maint: avoid 'const fooPtr' in python bindingsEric Blake2013-10-141-11/+0
* python: add bindings for virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-231-1/+1
* libvirt: add new public API virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-231-0/+1
* docs, comments: minor typo fixesOskari Saarenmaa2013-09-101-4/+4
* python: simplify complicated conditional assignmentClaudio Bley2013-08-231-2/+1
* Test for object identity when checking for None in PythonClaudio Bley2013-08-231-15/+15
* Introduce new domain create APIs to pass pre-opened FDs to LXCDaniel P. Berrange2013-07-181-0/+3
* Extensible migration APIsJiri Denemark2013-06-251-0/+2
* python: set default value to optional argumentsGuannan Ren2013-03-261-2/+12
* python:remove semicolon in python codeGuannan Ren2013-03-221-1/+1
* python: treat flags as default argument with value 0Guannan Ren2013-03-221-0/+2
* python: Fix emulatorpin API bindingsPeter Krempa2013-03-211-0/+2
* python: fix bindings that don't raise an exceptionGuannan Ren2013-03-211-6/+4
* Apply security label when entering LXC namespacesDaniel P. Berrange2013-03-131-0/+1
* python: fix fd leak in generator.pyGuannan Ren2013-03-011-0/+3
* python: fix typoes and repeated global vars referencesGuannan Ren2013-03-011-5/+2
* Introduce virDomainMigrate*CompressionCache APIsJiri Denemark2013-02-221-0/+1
* Introduce virDomainGetJobStats APIJiri Denemark2013-02-221-0/+1
* Remove more trailing semicolons in Python filesGuido Günther2013-02-071-73/+73
* Fix missing error constants in libvirt python moduleDaniel P. Berrange2013-02-051-1/+3
* complete virterror->virerror name changeSerge Hallyn2013-01-311-2/+2
* python: Fix bindings for virDomainSnapshotGet{Domain,Connect}Jiri Denemark2013-01-241-1/+3
* Make python objects inherit from 'object' base classDaniel P. Berrange2013-01-241-1/+1
* Introduce virTypedParamsClear public APIJiri Denemark2013-01-181-0/+1
* Add virTypedParams* APIsJiri Denemark2013-01-181-0/+19
* Fix build due to previous LXC patchDaniel P. Berrange2013-01-141-0/+1
* Introduce an LXC specific public API & libraryDaniel P. Berrange2013-01-141-1/+171
* python: Adapt to virevent renameMichal Privoznik2012-12-281-1/+1
* Bind connection close callback APIs to python bindingDaniel P. Berrange2012-12-041-2/+3
* virNodeGetCPUMap: Define public API.Viktor Mihajlovski2012-10-231-0/+1
* Properly parse (unsigned) long longGuido Günther2012-10-131-2/+2
* node_memory: Define the APIs to get/set memory parametersOsier Yang2012-09-171-0/+2
* list: Define new API virConnectListAllSecretsOsier Yang2012-09-171-0/+1
* list: Define new API virConnectListAllNWFiltersOsier Yang2012-09-171-0/+1
* list: Define new API virConnectListAllNodeDevicesOsier Yang2012-09-171-0/+1
* list: Define new API virConnectListAllInterfacesOsier Yang2012-09-121-0/+1
* list: Define new API virConnectListAllNetworksOsier Yang2012-09-111-0/+1
* list: Define new API virStoragePoolListAllVolumesOsier Yang2012-09-101-0/+1
* list: Define new API virStorageListAllStoragePoolsOsier Yang2012-09-061-2/+3
* agent: add virDrvDomainQemuAgentCommand prototype for drivers.MATSUDA Daiki2012-08-231-0/+1
* Update the remote APIMarcelo Cerri2012-08-201-0/+1
* python: Don't generate bodies for close callback functionsPeter Krempa2012-07-301-0/+2
* list: add virDomainListAllSnapshots APIEric Blake2012-06-191-0/+2
* lib: Add public api to enable atomic listing of guestPeter Krempa2012-06-181-0/+1
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-4/+4
* python: add virDomainGetCPUStats python binding APIGuannan Ren2012-03-221-1/+4