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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix undefined symbol errors when macvtap support is disabled
v0.8.6-gentoo-1
v0.8.6-gentoo
Matthias Bolte
2010-12-01
4
-12
/
+22
*
Fix warning when macvtap support is disabled
Jean-Baptiste Rouault
2010-12-01
1
-0
/
+1
*
Release of libvirt 0.8.6
v0.8.6
Daniel Veillard
2010-11-30
78
-263468
/
+311010
*
802.1Qbg: use pre-associate state at beginning of inc. migr
Stefan Berger
2010-11-30
6
-31
/
+142
*
Ignore files generated by "make tags"
Guido Günther
2010-11-30
1
-0
/
+1
*
OpenVZ: Fix some overwritten error codes
Guido Günther
2010-11-30
1
-6
/
+4
*
OpenVZ: take veid from vmdef->name when defining new domains
Guido Günther
2010-11-30
1
-39
/
+2
*
Log client errors in libvirtd at debug priority
Matthias Bolte
2010-11-30
4
-1
/
+33
*
correct the arguments of migrate_speed
Wen Congyang
2010-11-29
2
-7
/
+2
*
tests: Fix detection of expected errors
Jiri Denemark
2010-11-29
2
-15
/
+8
*
docs: updated c# bindings with arnauds latest changes
Justin Clift
2010-11-30
1
-18
/
+19
*
Fix memory leaks in audit & VirtualBox code
Daniel P. Berrange
2010-11-29
2
-1
/
+6
*
Remove bogus check for Xen in example program
Daniel P. Berrange
2010-11-29
1
-4
/
+0
*
doc: Fix spelling of virBufferVSprintf
Jiri Denemark
2010-11-25
2
-2
/
+2
*
Fix host CPU counting on unusual NUMA topologies
Jiri Denemark
2010-11-25
3
-8
/
+30
*
Fix broken XML entity for '>'
Philipp Hahn
2010-11-25
1
-1
/
+1
*
security, storage: plug memory leaks for security_context_t
Eric Blake
2010-11-24
2
-4
/
+5
*
network: plug memory leak
Eric Blake
2010-11-24
1
-4
/
+8
*
maint: prohibit most uses of xmlGetProp
Eric Blake
2010-11-24
6
-40
/
+48
*
qemu: plug memory leak
Eric Blake
2010-11-24
1
-0
/
+1
*
maint: ensure syntax check exceptions are distributed
Eric Blake
2010-11-24
2
-6
/
+26
*
build: enforce files.h usage
Eric Blake
2010-11-24
4
-1
/
+14
*
Always close drivers when a virConnectPtr is released
Matthias Bolte
2010-11-24
1
-24
/
+23
*
Implementations of virDomainIsUpdated for drivers except qemu
Osier Yang
2010-11-24
10
-13
/
+94
*
implement callback function for qemu driver
Osier Yang
2010-11-23
1
-1
/
+21
*
implement the remote protocol
Osier Yang
2010-11-23
10
-2
/
+116
*
implement public API virDomainIsUpdated
Osier Yang
2010-11-23
1
-0
/
+33
*
define internal driver API
Osier Yang
2010-11-23
13
-0
/
+15
*
virDomainIsUpdated: define the new public API
Osier Yang
2010-11-23
3
-0
/
+3
*
maint: sort exports
Eric Blake
2010-11-23
1
-1
/
+1
*
remote: Fix TLS transport on Windows
Matthias Bolte
2010-11-23
1
-0
/
+21
*
tests: Fix dispatching internal error reports
Cole Robinson
2010-11-23
1
-5
/
+12
*
libvirtd: fix bug when shrinking number of clients
Eric Blake
2010-11-23
3
-5
/
+8
*
Rename 'remove' param to 'toremove' to avoid clash with stdio.h
Daniel P. Berrange
2010-11-23
1
-6
/
+6
*
Fix 32-bit int truncation in QED header check
Daniel P. Berrange
2010-11-23
1
-8
/
+8
*
Fix error handling in virsh when listing storage volumes
Daniel P. Berrange
2010-11-23
1
-0
/
+6
*
Improve SCSI volume name generation
Daniel P. Berrange
2010-11-23
1
-2
/
+7
*
Fix error codes returned when a storage pool is inactive
Daniel P. Berrange
2010-11-23
1
-17
/
+17
*
Check whether pools are already active upon libvirtd startup
Daniel P. Berrange
2010-11-23
7
-11
/
+149
*
Remove bogus port handling code in virsh
Daniel P. Berrange
2010-11-23
1
-11
/
+3
*
Allow iSCSI IQN to be set with find-storage-pool-sources-as command
Daniel P. Berrange
2010-11-23
1
-0
/
+10
*
Switch the virsh XML generation to use virBuffer instead of virAsprintf
Daniel P. Berrange
2010-11-23
1
-16
/
+10
*
Add support for iSCSI target auto-discovery
Daniel P. Berrange
2010-11-23
1
-0
/
+66
*
Stop iSCSI targets automatically logging back in after logout
Daniel P. Berrange
2010-11-23
1
-7
/
+113
*
Refactor iSCSI driver code to facilitate future changes
Daniel P. Berrange
2010-11-23
1
-126
/
+125
*
Fix parsing of port attribute in storage XML configuration
Daniel P. Berrange
2010-11-23
3
-3
/
+30
*
Don't catch SIGCHLD in libvirtd
Daniel P. Berrange
2010-11-23
1
-1
/
+0
*
Ensure logfile isn't truncated by shutdown message.
Daniel P. Berrange
2010-11-23
1
-4
/
+4
*
Remove trailing ':' from timestamp
Daniel P. Berrange
2010-11-23
1
-1
/
+1
*
Log all errors at level INFO to stop polluting syslog
Daniel P. Berrange
2010-11-23
1
-13
/
+1
[next]