summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release of libvirt-0.6.4v0.6.4LIBVIRT_0_6_4Daniel Veillard2009-05-2986-21023/+21857
* Avoid double-free in daemon client cleanup codeDaniel P. Berrange2009-05-292-5/+22
* Fix Win32 portability problems with 'inteface' symbol clashDaniel P. Berrange2009-05-2920-252/+288
* portability fixDaniel Veillard2009-05-292-1/+9
* network driver: Fix regression defining colliding networks at daemon startup.Cole Robinson2009-05-294-11/+18
* networkDestroy: Report error if network is inactiveCole Robinson2009-05-292-0/+11
* qemu_driver: Fix another domain startup error reporting race.Cole Robinson2009-05-292-5/+13
* qemuDomainLookupByUUID: print correct UUID string on failed lookup.Cole Robinson2009-05-292-1/+6
* virsh: Use consistent spacing for net-listCole Robinson2009-05-292-1/+5
* PPC Qemu Machine Type updateDaniel Veillard2009-05-294-3/+9
* Fix missing break in network parsing codeDaniel P. Berrange2009-05-292-0/+8
* fix storage volume inconsistencies in schema and docDaniel Veillard2009-05-295-5/+22
* * po/*: update of many localizations, regenerate the poDaniel Veillard2009-05-2975-114280/+146177
* Fix misc bugs in ARGV -> XML convertorDaniel P. Berrange2009-05-285-30/+78
* Avoid broken networking with new QEMU/KVM >= 86Daniel P. Berrange2009-05-282-2/+8
* Fix misc syntax problems with open nebula driverDaniel P. Berrange2009-05-287-205/+219
* Include function/line nr at all logging levelsDaniel P. Berrange2009-05-282-1/+6
* Fix python domain events example & bindingDaniel P. Berrange2009-05-283-18/+46
* Fix error location loggingDaniel P. Berrange2009-05-273-40/+72
* Cleanup ocaml intermediate binariesDaniel P. Berrange2009-05-272-1/+5
* Include the OpenNebula driverDaniel Veillard2009-05-2516-1/+1212
* Fix the example code for event handling in CDaniel Veillard2009-05-252-36/+46
* Test case for QEMU driver ARGV -> XML conversionDaniel P. Berrange2009-05-2112-7/+314
* Add docs on domain XML conversion usage for QEMU/Xen driversDaniel P. Berrange2009-05-215-8/+395
* QEMU domain XML conversion from QEMU argvDaniel P. Berrange2009-05-214-3/+1266
* Fix typo s/ES97/AC97/Daniel P. Berrange2009-05-213-3/+7
* Basic domain XML conversions for Xen/QEMU driversDaniel P. Berrange2009-05-216-17/+246
* Remote protocol support for domain XML conversion APIsDaniel P. Berrange2009-05-2110-6/+249
* public API for domain XML conversionsDaniel P. Berrange2009-05-2120-141/+1004
* Add virInterface APIs to python code generatorDaniel P. Berrange2009-05-214-3/+72
* * docs/formatstorage.html[.in]: fix a error in format type exampleDaniel Veillard2009-05-213-6/+11
* Add the Interface config APIsDaniel Veillard2009-05-2023-4/+2107
* cleanup of some direct stderr loggingDaniel Veillard2009-05-208-69/+56
* * src/pci.c: small portability patchDaniel Veillard2009-05-202-0/+9
* * src/lxc_driver.c: fix a couple of error code, patch by Amy GriffisDaniel Veillard2009-05-202-2/+7
* VolumeCreateXMLFrom FS storage backend implementation.Cole Robinson2009-05-192-35/+217
* Storage driver implementation for CreateXMLFromCole Robinson2009-05-193-4/+162
* Fix node device media insert/eject detection.Cole Robinson2009-05-192-1/+7
* Fix a possible deadlock in HAL nodedev driver.Cole Robinson2009-05-192-27/+29
* Fix rpm build: add 'mylibtool' to EXTRADIST.Cole Robinson2009-05-192-1/+6
* Generate some config files at build time, not install time.Cole Robinson2009-05-192-2/+8
* Add documentation for <sound> device XML format.Cole Robinson2009-05-193-0/+49
* Use virAsprintf, rather than VIR_ALLOC + strcpy + strcatCole Robinson2009-05-197-49/+39
* Don't validate disk type in virsh attach-diskCole Robinson2009-05-192-7/+4
* Better error reporting if 'import libvirtmod' failsCole Robinson2009-05-192-2/+10
* Fix misc locking bugs identified by lock checkerDaniel P. Berrange2009-05-196-32/+50
* Added an optional OCaml+CIL test program for mutex lock validationDaniel P. Berrange2009-05-1910-3/+903
* Declare support for QEMU migration in capabilitiesDaniel P. Berrange2009-05-182-1/+8
* Finish hostonly networks support in vboxDaniel Veillard2009-05-153-0/+1052
* * src/vbox/vbox_tmpl.c: implement vbox vrdp/sdl/gui support,Daniel Veillard2009-05-152-101/+354