summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * configure.in libvirt.spec.in docs/*.html include/libvirt/libvirt.h:v0.1.11LIBVIRT_0_1_11Daniel Veillard2007-01-2281-3277/+4410
* Added test suite for the XML <-> XM config file conversionDaniel P. Berrange2007-01-1916-121/+580
* Finished off XML parsing & XM config file generation for all supported guest ...Daniel P. Berrange2007-01-193-262/+1043
* Fix memory leaks in config file handlingDaniel P. Berrange2007-01-192-12/+35
* Tweak memory settingsDaniel P. Berrange2007-01-183-2/+8
* Added inactive domain management support to the test driverDaniel P. Berrange2007-01-183-898/+1154
* Disable inactive domain drivers on old XenDDaniel P. Berrange2007-01-182-0/+14
* * docs/libvirt.rng: udated for the upcoming KVM and QEmu supportDaniel Veillard2007-01-102-8/+172
* * docs/libvirt.rng: went through the existing tests with the RNG andDaniel Veillard2007-01-102-41/+161
* * docs/libvirt.rng: first version of the Relax-NG schemas to validateDaniel Veillard2007-01-092-0/+469
* * po/*: updated localization filesv0.1.10LIBVIRT_0_1_10Daniel Veillard2006-12-2081-1225/+1226
* Fix handling of config files with duplicate namesDaniel P. Berrange2006-12-192-29/+148
* * src/xend_internal.c: Dan Berrange pointed out a ref count bugDaniel Veillard2006-12-182-1/+5
* * po/*.po po/libvirt.pot: merged new ms transations, updatedDaniel Veillard2006-12-1475-1464/+1958
* Implement support for inactive domains from Xen 3.0.4Daniel P. Berrange2006-12-145-63/+241
* Added support for generating new style PV framebuffer. Added vnclisten & vncp...Daniel P. Berrange2006-12-1311-21/+205
* Add array bounds checking in xendDaemonListDomainsDaniel P. Berrange2006-12-072-3/+10
* New style paravirt framebuffer config in xen 3.0.4Daniel P. Berrange2006-12-067-2/+95
* Fix test case for change in bootloader handlingDaniel P. Berrange2006-12-063-7/+6
* * src/xen_internal.c: the structure passed to the vcpuinfo hypercallDaniel Veillard2006-12-062-2/+8
* * po/ca.po po/fr.po po/hi.po: merging more localizations comingDaniel Veillard2006-12-044-459/+486
* * NEWS configure.in libvirt.spec.in docs/libvir.html docs/news.htmlv0.1.9LIBVIRT_0_1_9Daniel Veillard2006-11-2956-15638/+17028
* * configure.in: update for ALL_LINGUASDaniel Veillard2006-11-2874-1/+105642
* * src/xml.c: patch for rhbz#214741, when using pygrubDaniel Veillard2006-11-274-409/+471
* s/interract/interact/ as suggested by kzakDaniel Veillard2006-11-223-4/+4
* oops, forgot that too, DanielDaniel Veillard2006-11-221-0/+1
* * docs//*: regeneratedDaniel Veillard2006-11-2226-73/+369
* * src/xs_internal.c: Michel Ponceau pointed out a bug inDaniel Veillard2006-11-212-1/+6
* * src/xml.c src/xs_internal.c src/xs_internal.h: cleanup for theDaniel Veillard2006-11-204-30/+68
* Support device_model & serial config settings for HVM guestsDaniel P. Berrange2006-11-172-0/+17
* Fix various compiler warnings about signed/unsigned typesDaniel P. Berrange2006-11-172-6/+13
* Support for inactive domain managementDaniel P. Berrange2006-11-167-3/+1441
* * include/libvirt/libvirt.h include/libvirt/libvirt.h.inDaniel Veillard2006-11-1613-0/+336
* Added 'reconnect' binary to ignore listDaniel P. Berrange2006-11-161-0/+1
* Added binding for virConnectListDefinedDomains apiDaniel P. Berrange2006-11-164-0/+58
* Don't process inactive domains in regular Xen driver backendsDaniel P. Berrange2006-11-156-25/+85
* Added several iterators to hashtable APIDaniel P. Berrange2006-11-153-1/+164
* Fixed const warningDaniel P. Berrange2006-11-151-1/+1
* Added virConfNew() and virConfSetValue() apis to virConf objectDaniel P. Berrange2006-11-153-11/+93
* Fix unsigned long wraparound in python bindingDaniel P. Berrange2006-11-154-2/+21
* Added support for non-bridged networkingDaniel P. Berrange2006-11-1513-26/+207
* * src/xend_internal.c src/xml.c: fix for shareable drive supportDaniel Veillard2006-11-133-3/+15
* Fix memory leak of xml parser contextDaniel P. Berrange2006-11-102-0/+7
* Fixed string concatenation in case where there is no lower level errorDaniel P. Berrange2006-11-101-1/+4
* * src/xend_internal.c src/xml.c: add an extra element currentMemoryDaniel Veillard2006-11-1011-32/+192
* * python/generator.py: changed the generator to generate a referenceDaniel Veillard2006-11-099-170/+203
* * tests/reconnect.c: fixed the reconnect test when running as non-rootDaniel Veillard2006-11-092-2/+20
* Reduce RAM in test node to avoid 32-bit wraparoundDaniel P. Berrange2006-11-083-2/+8
* Added implementation of GetOSType driver to test backendDaniel P. Berrange2006-11-083-1/+11
* * include/libvirt/virterror.h src/virterror.c src/xend_internal.cDaniel Veillard2006-11-085-7/+57