index
:
delta/libvirt-python.git
master
libvirt.org: git/libvirt-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libvirt-override.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the DEVICE_ADDED event
Ján Tomko
2015-04-15
1
-0
/
+57
*
Expose virDomainInterfacesAddresses to python binding
v1.2.14
Pavel Hrdina
2015-03-28
1
-0
/
+128
*
Rename virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo
Ján Tomko
2015-03-26
1
-5
/
+5
*
Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree
Ján Tomko
2015-03-26
1
-1
/
+1
*
Support virDomainPinIOThread
John Ferlan
2015-03-11
1
-0
/
+65
*
Support virDomainGetIOThreadsInfo and virDomainIOThreadsInfoFree
John Ferlan
2015-03-11
1
-0
/
+95
*
build: make it easier to backport event ids
Eric Blake
2015-01-15
1
-23
/
+23
*
override: iterate virDomainFSInfo.devAliases using ndevAliases
Tomoki Sekiyama
2014-12-02
1
-3
/
+4
*
event: Add bindings for agent lifecycle event
Peter Krempa
2014-11-24
1
-0
/
+60
*
override: Implement bindings for virDomainGetFSInfo as domain.fsInfo
Tomoki Sekiyama
2014-11-24
1
-0
/
+70
*
Add dict check for setTime and allow pass 'seconds' parameter
Luyao Huang
2014-11-11
1
-15
/
+22
*
Check return value of libvirt_uintUnwrap
Jiri Denemark
2014-11-06
1
-1
/
+2
*
virDomainBlockCopy: initialize flags to 0
Pavel Hrdina
2014-10-22
1
-1
/
+1
*
flags cannot get right value for blockCopy function
Pavel Hrdina
2014-10-22
1
-2
/
+1
*
Fix rest of unsigned integer handling
Peter Krempa
2014-10-22
1
-64
/
+64
*
Fix parsing of 'flags' argument for bulk stats functions
Luyao Huang
2014-10-22
1
-2
/
+2
*
Fix function name when parsing arguments in libvirt_virNodeAllocPages
Peter Krempa
2014-10-22
1
-1
/
+1
*
Improve error output when use getTime with a nonzero flags.
Luyao Huang
2014-10-20
1
-1
/
+3
*
Change the comment in getPyNodeCPUCount method reflecting correct called methods
Pradipta Kr. Banerjee
2014-10-16
1
-2
/
+2
*
implement new tunable event
v1.2.9
Pavel Hrdina
2014-09-30
1
-0
/
+64
*
Implement new virNodeAllocPages API
Michal Privoznik
2014-09-26
1
-0
/
+67
*
override: Fix two uninitialized variables in convertDomainStatsRecord
Peter Krempa
2014-09-02
1
-2
/
+2
*
libvirt-override: fix some build warnings
Pavel Hrdina
2014-09-02
1
-3
/
+0
*
Implement API bindings for virDomainBlockCopy
v1.2.8
Pavel Hrdina
2014-09-02
1
-0
/
+35
*
API: Implement bindings for virDomainListGetStats
Pavel Hrdina
2014-09-01
1
-0
/
+52
*
API: Implement bindings for virConnectGetAllDomainStats
Peter Krempa
2014-09-01
1
-0
/
+95
*
Fix libvirt_longlongWrap returning a very large value
Zhou Yimin
2014-08-11
1
-9
/
+9
*
Implement new virNetworkGetDHCPLeases API
v1.2.6-rc2
v1.2.6
Nehal J Wani
2014-06-27
1
-0
/
+88
*
build: use correct int conversion in NodeGetFreePages
Nehal J Wani
2014-06-25
1
-1
/
+1
*
Implement new virNodeGetFreePages API
Michal Privoznik
2014-06-20
1
-0
/
+107
*
blockjob: support new BLOCK_JOB_2 event
Eric Blake
2014-06-18
1
-3
/
+7
*
fix leak in memoryStats with older python
v1.2.5
Martin Kletzander
2014-05-27
1
-24
/
+44
*
Implement virDomain{Get,Set}Time APIs
Michal Privoznik
2014-05-20
1
-0
/
+95
*
override: add virDomainFSFreeze and virDomainFSThaw API
Tomoki Sekiyama
2014-05-16
1
-0
/
+97
*
Fix potential crash when setting partial cpu/memory/numa/interface limits on ...
Brian Rak
2014-03-31
1
-12
/
+12
*
event: fix domain reference bugs
Eric Blake
2014-03-25
1
-119
/
+200
*
maint: balance {} usage
Eric Blake
2014-03-24
1
-6
/
+8
*
override: Return NULL on python failure in getCPUModelNames
Cole Robinson
2014-03-20
1
-1
/
+1
*
override: GetCPUModelNames should return None on failure
Cole Robinson
2014-03-20
1
-2
/
+2
*
setPyVirTypedParameter: free whole return variable on error
Michal Privoznik
2014-03-18
1
-1
/
+1
*
setPyVirTypedParameter: Copy full field name
Michal Privoznik
2014-03-18
1
-2
/
+1
*
Fix return type in override method for virStreamRecv
Daniel P. Berrange
2013-12-11
1
-2
/
+3
*
override: Switch virStreamSend wrapper to use libvirt_charPtrSizeUnwrap
Daniel P. Berrange
2013-12-11
1
-5
/
+6
*
override: Conditionalize use of PyString_Check and PyInt_Check
Daniel P. Berrange
2013-12-11
1
-0
/
+6
*
override: Replace PyInt_AsLong with helper
Daniel P. Berrange
2013-12-11
1
-7
/
+3
*
override: Replace Py{Int,Long}_FromLong with helpers
Daniel P. Berrange
2013-12-11
1
-52
/
+52
*
override: Replace PyString_AsString with libvirt_charPtrUnwrap
Daniel P. Berrange
2013-12-11
1
-44
/
+62
*
override: Replace PyString_FromString with libvirt_constcharPtrWrap
Daniel P. Berrange
2013-12-11
1
-18
/
+18
*
override: Fix native module registration to work with Python3
Daniel P. Berrange
2013-12-11
1
-19
/
+56
*
Don't free passed in args in libvirt_charPtrWrap / libvirt_charPtrSizeWrap
Daniel P. Berrange
2013-12-11
1
-1
/
+3
[next]