summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* release of 0.5.1v0.5.1LIBVIRT_0_5_1Daniel Veillard2008-12-041-0/+1
* fix crash and regression when defining a storage volume without a formatDaniel Veillard2008-12-041-1/+11
* Fix documentation cut and paste errors, and a virsh typo.Cole Robinson2008-12-041-1/+1
* Increase timeout for initial monitor poll, to prevent a guest from failing to...Cole Robinson2008-12-041-6/+5
* patch setting MTU on tap interfaceDaniel Veillard2008-12-041-0/+96
* Differentiate between active and inactive configs by honoring theGuido Günther2008-12-045-18/+34
* also look for /usb/bin/kvmGuido Günther2008-12-041-0/+1
* fix inadequate initialization in storage and test driversJim Meyering2008-12-022-6/+6
* Older distributions (i.e. RHEL-5) don't have udevadm at all, but they doChris Lalancette2008-12-021-2/+6
* Fix recording of UML driver watch to make inotify workDaniel P. Berrange2008-12-021-6/+6
* uml: don't free an uninitialized variableJim Meyering2008-12-011-2/+1
* Close directory handle when doneDaniel P. Berrange2008-11-301-1/+1
* Prefer xenstore driver for listDomains, since xen HV reports ghost ids ofGuido Günther2008-11-285-9/+28
* Allow remote://hostname/ style URIs for automatic driver probe. Fix virGetVer...Daniel P. Berrange2008-11-2811-43/+83
* Fix XM driver handling of disk source pathsDaniel P. Berrange2008-11-282-28/+50
* Fix libnuma use to build with v1 compatability codeDaniel P. Berrange2008-11-284-8/+14
* Instead of relying solely on polling for /dev devices to appear in libvirt, weChris Lalancette2008-11-285-0/+29
* Currently libvirt can race with udevChris Lalancette2008-11-281-4/+15
* * src/xen_unified.c: use preferably xend method to updateDaniel Veillard2008-11-271-1/+8
* Release of 0.5.0v0.5.0LIBVIRT_0_5_0Daniel Veillard2008-11-251-7/+20
* Add missing translationsDaniel P. Berrange2008-11-251-3/+3
* Implement autostart for XM driverDaniel P. Berrange2008-11-254-14/+102
* Support domain lifecycle events for Xen (Ben Guthro & Daniel Berrange)Daniel P. Berrange2008-11-2511-68/+1362
* Avoid symbol clash with win32 headers and node device APIsDaniel P. Berrange2008-11-254-8/+8
* * src/virterror.c (virReportErrorHelper): Sync doc to code.Jim Meyering2008-11-251-4/+2
* libvirt.c: document the virState* functionsJim Meyering2008-11-251-0/+28
* Set default vCPUs to match pCPUs for OpenVZ containers (Evgeniy Sokolov )Daniel P. Berrange2008-11-243-3/+23
* * src/Makefile.am: look for libvirt_sym.version in builddirGuido Günther2008-11-241-2/+2
* tests: new test: virsh-synopsisJim Meyering2008-11-241-8/+9
* * gnulib/tests/test-EOVERFLOW: Remove.Jim Meyering2008-11-241-0/+1
* Misc tweaks to node device implDaniel P. Berrange2008-11-216-29/+25
* Node device support in virsh (David Lively)Daniel P. Berrange2008-11-211-0/+91
* Remote protocol support for node devices (David Lively)Daniel P. Berrange2008-11-211-0/+253
* Node device driver for HAL and DeviceKit (David Lively)Daniel P. Berrange2008-11-217-1/+1506
* Internal APIs for handling node device XML configuration (David Lively)Daniel P. Berrange2008-11-213-1/+606
* Public API for node device enumeration (David Lively)Daniel P. Berrange2008-11-216-0/+581
* Optional dlopen support for driversDaniel P. Berrange2008-11-219-7/+273
* Add export of virDomainEventCallbackListRemoveConn methodDaniel P. Berrange2008-11-211-3/+7
* Fix two memory leaks in domain conf and LXC codeDaniel P. Berrange2008-11-212-0/+3
* Misc fixes to event registration failure casesDaniel P. Berrange2008-11-211-4/+11
* Fix crash due to failure to unregister event callbacks in QEMU driver (David ...Daniel P. Berrange2008-11-213-1/+45
* Add Xen compiler flags for stats_linux.c buildDaniel P. Berrange2008-11-211-0/+2
* * po/POTFILES.in src/uml_conf.h src/uml_driver.c: fixes syntaxDaniel Veillard2008-11-212-7/+6
* Fix crash on NULL uri schemeDaniel P. Berrange2008-11-201-0/+2
* Add an initial User Mode Linux DriverDaniel P. Berrange2008-11-1910-24/+2231
* Add a virFreeCallback to event loop APIsDaniel P. Berrange2008-11-195-18/+29
* Change public API for virEventAddHandle to allow multiple registrations per FDDaniel P. Berrange2008-11-196-45/+69
* Add a virFreeCallback to virDomainEventRegister (from David Lively)Daniel P. Berrange2008-11-196-10/+25
* Fix windows build & build without QEMU driverDaniel P. Berrange2008-11-181-1/+2
* Add QEMU driver events for defined/undefined config filesDaniel P. Berrange2008-11-174-10/+57