aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Convert public datatypes to inherit from virObjectDaniel P. Berrange2012-08-071-2/+2
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-2/+2
* build: expand rule to cover testsuiteEric Blake2012-02-031-5/+5
* Add domain type checkingMatthias Bolte2011-07-111-1/+1
* xen: parse and generate hpet item in sxprPaolo Bonzini2011-05-101-0/+3
* tests: avoid compiler warningEric Blake2011-05-021-1/+1
* tests: Lower stack usage below 4096 bytesMatthias Bolte2011-04-301-34/+49
* tests: simplify common setupEric Blake2011-04-291-16/+2
* Add support for multiple serial ports into the Xen driverMichal Novotny2011-02-251-0/+2
* Renamed functions in xenxsMarkus Groß2011-02-211-2/+2
* Moved XM formatting functions to xenxsMarkus Groß2011-02-211-1/+1
* Moved XM parsing functions to xenxsMarkus Groß2011-02-211-1/+2
* vcpu: improve vcpu support in xen command lineEric Blake2010-10-191-0/+1
* xen tests: Fix PV-VFB tests with RHEL-5 APIJiri Denemark2010-08-241-2/+2
* maint: make Red Hat copyright notices consistentEric Blake2010-03-181-1/+1
* Remove virConnectPtr from all domain XML parsing/formatting APIsDaniel P. Berrange2010-02-101-2/+2
* Tests for interface type/model configurationJiri Denemark2009-12-041-0/+3
* Move xen driver code into src/xen/ directoryDaniel P. Berrange2009-09-211-2/+2
* remove all trailing blank linesJim Meyering2009-07-161-1/+0
* extend the configuration parser for VMX syntaxDaniel Veillard2009-06-191-1/+1
* Support PCI passthrough for XenDaniel P. Berrange2009-04-031-0/+1
* Add support for vifname= in XM config filesDaniel P. Berrange2009-04-011-0/+1
* add missing flags argumentGuido Günther2009-01-081-1/+2
* Fix XM driver handling of disk source pathsDaniel P. Berrange2008-11-281-0/+1
* Fix test suite build when Xen driver is disabledDaniel P. Berrange2008-11-241-10/+0
* Optional dlopen support for driversDaniel P. Berrange2008-11-211-14/+4
* Move some API declarations out of internal.h & hash.c into dedicated filesDaniel P. Berrange2008-11-041-0/+1
* Fix reading vncdisplay from xend, add several test cases for xen vnc corner caseCole Robinson2008-09-091-0/+2
* Prepare xm_internal driver for new domain XML apisDaniel P. Berrange2008-07-251-6/+23
* * configure.in NEWS libvirt.spec* doc/* po/*: making libvirt-0.4.4v0.4.4LIBVIRT_0_4_4Daniel Veillard2008-06-251-0/+1
* Convert test suites over to new test infrastructureDaniel P. Berrange2008-05-291-4/+7
* Sound support for QEmu and XenDaniel Veillard2008-05-071-0/+2
* Added support for network interface model settingDaniel P. Berrange2008-04-301-0/+1
* Added full support for serial and parallel devices to Xen driversDaniel P. Berrange2008-04-261-5/+13
* Re-factor and pretty print differencesDaniel P. Berrange2008-04-181-171/+49
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-9/+0
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-291-1/+1
* Given code like if (foo) free (foo); remove the useless "if (foo) " part.Jim Meyering2008-01-291-2/+1
* Avoid "may be used uninitialized" warning.Jim Meyering2008-01-211-1/+1
* Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-12-051-5/+2
* Mon Nov 26 12:03:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-11-261-0/+6
* Arrange for tests to pass in a non-srcdir build.Jim Meyering2007-11-141-2/+19
* Added support for input devicesDaniel P. Berrange2007-07-181-12/+59
* Added new <clock/> element in XML for choosing utc/localtimeDaniel P. Berrange2007-07-161-15/+51
* Wed Apr 4 15:18:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-04-041-6/+25
* * src/xml.c tests/sexpr2xmltest.c tests/xmconfigtest.c: avoidDaniel Veillard2007-03-161-1/+1
* * configure.in proxy/Makefile.am proxy/libvirt_proxy.cDaniel Veillard2007-03-151-1/+9
* Added test suite for the XML <-> XM config file conversionDaniel P. Berrange2007-01-191-0/+226