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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release of 0.5.0
v0.5.0
LIBVIRT_0_5_0
Daniel Veillard
2008-11-25
89
-170524
/
+207781
*
configure.in: avoid the following diagnostic when running ../configure ...
Jim Meyering
2008-11-25
2
-5
/
+10
*
don't silently skip a test
Jim Meyering
2008-11-25
3
-2
/
+9
*
Disable UML driver on mingw RPM build
Daniel P. Berrange
2008-11-25
2
-0
/
+5
*
Add missing translations
Daniel P. Berrange
2008-11-25
2
-3
/
+7
*
Implement autostart for XM driver
Daniel P. Berrange
2008-11-25
5
-14
/
+111
*
Support domain lifecycle events for Xen (Ben Guthro & Daniel Berrange)
Daniel P. Berrange
2008-11-25
17
-70
/
+1404
*
Avoid symbol clash with win32 headers and node device APIs
Daniel P. Berrange
2008-11-25
5
-12
/
+19
*
* src/virterror.c (virReportErrorHelper): Sync doc to code.
Jim Meyering
2008-11-25
2
-5
/
+5
*
libvirt.c: document the virState* functions
Jim Meyering
2008-11-25
2
-0
/
+34
*
Set default vCPUs to match pCPUs for OpenVZ containers (Evgeniy Sokolov )
Daniel P. Berrange
2008-11-24
4
-3
/
+29
*
Fix python bindings events code (David Lively)
Daniel P. Berrange
2008-11-24
7
-50
/
+203
*
Fix test suite build when Xen driver is disabled
Daniel P. Berrange
2008-11-24
7
-54
/
+43
*
Disable UML build on mingw32
Daniel P. Berrange
2008-11-24
2
-0
/
+5
*
* src/Makefile.am: look for libvirt_sym.version in builddir
Guido Günther
2008-11-24
2
-2
/
+6
*
tests: new test: virsh-synopsis
Jim Meyering
2008-11-24
4
-8
/
+59
*
tests: virsh-all: new script
Jim Meyering
2008-11-24
3
-0
/
+45
*
Move the expected output data from virshdata/*.txt into virshtest.c.
Jim Meyering
2008-11-24
17
-209
/
+124
*
* gnulib/tests/test-EOVERFLOW: Remove.
Jim Meyering
2008-11-24
6
-0
/
+11
*
Re-generate website docs
Daniel P. Berrange
2008-11-21
16
-38
/
+345
*
Regenerate API docs
Daniel P. Berrange
2008-11-21
5
-116
/
+448
*
Misc tweaks to node device impl
Daniel P. Berrange
2008-11-21
7
-29
/
+36
*
Python binding for node device APIs (David Lively)
Daniel P. Berrange
2008-11-21
6
-3
/
+155
*
Node device support in virsh (David Lively)
Daniel P. Berrange
2008-11-21
2
-0
/
+96
*
Remote protocol support for node devices (David Lively)
Daniel P. Berrange
2008-11-21
9
-1
/
+935
*
Node device driver for HAL and DeviceKit (David Lively)
Daniel P. Berrange
2008-11-21
12
-1
/
+1647
*
Internal APIs for handling node device XML configuration (David Lively)
Daniel P. Berrange
2008-11-21
4
-2
/
+613
*
Public API for node device enumeration (David Lively)
Daniel P. Berrange
2008-11-21
10
-0
/
+703
*
Optional dlopen support for drivers
Daniel P. Berrange
2008-11-21
16
-26
/
+372
*
Add export of virDomainEventCallbackListRemoveConn method
Daniel P. Berrange
2008-11-21
2
-3
/
+13
*
Fix two memory leaks in domain conf and LXC code
Daniel P. Berrange
2008-11-21
3
-0
/
+9
*
Misc fixes to event registration failure cases
Daniel P. Berrange
2008-11-21
2
-4
/
+18
*
Fix crash due to failure to unregister event callbacks in QEMU driver (David ...
Daniel P. Berrange
2008-11-21
4
-1
/
+53
*
Add Xen compiler flags for stats_linux.c build
Daniel P. Berrange
2008-11-21
2
-1
/
+8
*
Allow UML build to be disabled in RPM
Daniel P. Berrange
2008-11-21
2
-0
/
+11
*
* po/POTFILES.in src/uml_conf.h src/uml_driver.c: fixes syntax
Daniel Veillard
2008-11-21
4
-7
/
+13
*
Fix crash on NULL uri scheme
Daniel P. Berrange
2008-11-20
2
-0
/
+6
*
Add an initial User Mode Linux Driver
Daniel P. Berrange
2008-11-19
17
-24
/
+2350
*
Add a virFreeCallback to event loop APIs
Daniel P. Berrange
2008-11-19
16
-55
/
+202
*
Change public API for virEventAddHandle to allow multiple registrations per FD
Daniel P. Berrange
2008-11-19
17
-119
/
+187
*
Add a virFreeCallback to virDomainEventRegister (from David Lively)
Daniel P. Berrange
2008-11-19
12
-17
/
+83
*
Fix windows build & build without QEMU driver
Daniel P. Berrange
2008-11-18
3
-3
/
+22
*
Add QEMU driver events for defined/undefined config files
Daniel P. Berrange
2008-11-17
5
-10
/
+67
*
Add domain events detail information
Daniel P. Berrange
2008-11-17
19
-116
/
+578
*
Link QEMU, LXC, network and storage drivers directly into libvirtd
Daniel P. Berrange
2008-11-17
7
-29
/
+251
*
Push URI probing logic down into individual drivers
Daniel P. Berrange
2008-11-17
30
-351
/
+416
*
Refactor storage backends to avoid dependancy from config parser to implement...
Daniel P. Berrange
2008-11-17
11
-385
/
+382
*
Use a versioned linker script
Daniel P. Berrange
2008-11-17
25
-486
/
+550
*
Build drivers as libtool convenience libs
Daniel P. Berrange
2008-11-17
2
-36
/
+75
*
Fix domain events python thread safety & incorrect enum generation
Daniel P. Berrange
2008-11-17
7
-47
/
+134
[next]