GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
node_memory: Expose the APIs to Python bindings
Osier Yang
2012-09-17
2
-0
/
+138
*
node_memory: Define the APIs to get/set memory parameters
Osier Yang
2012-09-17
1
-0
/
+2
*
list: Expose virConnectListAllSecrets to Python binding
Osier Yang
2012-09-17
3
-0
/
+66
*
list: Define new API virConnectListAllSecrets
Osier Yang
2012-09-17
1
-0
/
+1
*
list: Expose virConnectListAllNWFilters to Python binding
Osier Yang
2012-09-17
3
-0
/
+66
*
list: Define new API virConnectListAllNWFilters
Osier Yang
2012-09-17
1
-0
/
+1
*
list: Expose virConnectListAllNodeDevices to Python binding
Osier Yang
2012-09-17
3
-0
/
+66
*
list: Define new API virConnectListAllNodeDevices
Osier Yang
2012-09-17
1
-0
/
+1
*
list: Expose virConnectListAllInterfaces to Python binding
Osier Yang
2012-09-12
3
-0
/
+66
*
list: Define new API virConnectListAllInterfaces
Osier Yang
2012-09-12
1
-0
/
+1
*
python: Initialize new_params in virDomainSetSchedulerParameters
Federico Simoncelli
2012-09-11
1
-1
/
+1
*
Check against python None type when filling in auth parameters
Daniel P. Berrange
2012-09-11
1
-1
/
+2
*
Print any exception that occurs in authentication callback
Daniel P. Berrange
2012-09-11
1
-1
/
+3
*
Fix crash passing an empty list to python openAuth() API
Daniel P. Berrange
2012-09-11
1
-0
/
+1
*
list: Expose virConnectListAllNetworks to Python binding
Osier Yang
2012-09-11
3
-0
/
+66
*
list: Define new API virConnectListAllNetworks
Osier Yang
2012-09-11
1
-0
/
+1
*
list: Expose virStoragePoolListAllVolumes to Python binding
Osier Yang
2012-09-10
3
-1
/
+68
*
list: Define new API virStoragePoolListAllVolumes
Osier Yang
2012-09-10
1
-0
/
+1
*
Fix PMSuspend and PMWakeup events
Jiri Denemark
2012-09-07
1
-2
/
+2
*
python: Expose virStorageListAllStoragePools to python binding
Osier Yang
2012-09-06
3
-0
/
+65
*
list: Define new API virStorageListAllStoragePools
Osier Yang
2012-09-06
1
-2
/
+3
*
python: don't mask libvirt errors
Eric Blake
2012-08-31
1
-2
/
+6
*
agent: add python module support
MATSUDA Daiki
2012-08-23
2
-0
/
+37
*
agent: add virDrvDomainQemuAgentCommand prototype for drivers.
MATSUDA Daiki
2012-08-23
1
-0
/
+1
*
Update the remote API
Marcelo Cerri
2012-08-20
1
-0
/
+1
*
python: Don't generate bodies for close callback functions
Peter Krempa
2012-07-30
1
-0
/
+2
*
Define public API for receiving guest memory balloon events
Daniel P. Berrange
2012-07-14
2
-0
/
+59
*
list: provide python bindings for snapshots
Eric Blake
2012-06-19
5
-2
/
+130
*
list: add virDomainListAllSnapshots API
Eric Blake
2012-06-19
1
-0
/
+2
*
python: add API exports for virConnectListAllDomains()
Peter Krempa
2012-06-18
3
-4
/
+70
*
lib: Add public api to enable atomic listing of guest
Peter Krempa
2012-06-18
1
-0
/
+1
*
python: fix snapshot listing bugs
Eric Blake
2012-06-12
1
-17
/
+39
*
python: use simpler methods
Eric Blake
2012-06-12
1
-10
/
+4
*
Coverity: Fix the forward_null error in Python binding codes
Osier Yang
2012-05-04
1
-1
/
+1
*
python: Fix doc directory name for stable releases
Cole Robinson
2012-04-27
2
-2
/
+2
*
Fix compilation error on 32bit
Stefan Berger
2012-04-10
1
-0
/
+4
*
python: improve conversion validation
Eric Blake
2012-03-31
1
-7
/
+20
*
python: make python APIs use these helper functions
Guannan Ren
2012-03-28
2
-71
/
+24
*
python: Add new helper functions for python to C integral conversion
Guannan Ren
2012-03-28
2
-0
/
+141
*
Cleanup for a return statement in source files
Martin Kletzander
2012-03-26
4
-152
/
+152
*
Add support for the suspend event
Osier Yang
2012-03-23
2
-0
/
+59
*
Add support for the wakeup event
Osier Yang
2012-03-23
2
-0
/
+58
*
Add support for event tray moved of removable disks
Osier Yang
2012-03-23
2
-0
/
+60
*
python: add virDomainGetCPUStats python binding API
Guannan Ren
2012-03-22
3
-1
/
+164
*
python: Avoid memory leaks on libvirt_virNodeGetCPUStats
Alex Jia
2012-03-22
1
-10
/
+26
*
python: Avoid memory leaks on libvirt_virNodeGetMemoryStats
Alex Jia
2012-03-21
1
-10
/
+26
*
python: always include config.h first
Eric Blake
2012-03-20
1
-1
/
+2
*
python: Expose virDomain{G,S}etInterfaceParameters APIs in python binding
Alex Jia
2012-02-16
2
-0
/
+142
*
python: make other APIs share common {get, set}PyVirTypedParameter
Guannan Ren
2012-02-10
2
-604
/
+304
*
python: refactoring virTypedParameter conversion for NUMA tuning APIs
Guannan Ren
2012-02-09
2
-0
/
+364
[next]