summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release of libvirt-0.8.1v0.8.1Daniel Veillard2010-04-3077-185124/+198092
* domain: Fix PCI address decimal parsing regressionCole Robinson2010-04-301-4/+4
* Add support for another explicit IO error eventDaniel P. Berrange2010-04-3016-21/+313
* Report all errors in SELinuxRestoreSecurityFileLabelJiri Denemark2010-04-301-1/+9
* Prevent updates while IP address learn thread is runningStefan Berger2010-04-301-0/+16
* Syncronize the teardown of rules with the threadStefan Berger2010-04-303-1/+35
* Clean all tables before applying 'basic' rulesStefan Berger2010-04-304-17/+96
* MAke virFileHasSuffix case insensitiveDaniel Veillard2010-04-301-1/+1
* nwfilter: Also pick IP address from a DHCP ACK messageStefan Berger2010-04-301-2/+8
* Fix virt-pki-validate's determination of CNDustin Kirkland2010-04-291-1/+6
* qemudDomainSaveFlag: remove dead storeJim Meyering2010-04-291-1/+1
* Fix detection of disk in IO eventsDaniel P. Berrange2010-04-291-0/+3
* Implement python binding for virDomainGetBlockInfoDaniel P. Berrange2010-04-293-0/+35
* Add new domblkinfo command to virshDaniel P. Berrange2010-04-292-0/+52
* Implement virDomainGetBlockInfo in QEMU driverDaniel P. Berrange2010-04-293-5/+120
* Remote protocol impl for virDomainGetBlockInfoDaniel P. Berrange2010-04-299-2/+143
* Internal driver API infrastructure for virDomainGetBlockInfoDaniel P. Berrange2010-04-2915-0/+73
* Add virDomainGetBlockInfo API to query disk sizingDaniel P. Berrange2010-04-291-0/+36
* Fix a virsh edit memory leakChris Lalancette2010-04-291-3/+0
* Fix a qemuDomainPCIAddressSetFree memory leakChris Lalancette2010-04-291-1/+1
* Fix a memory leak in the node_device_udev codeChris Lalancette2010-04-291-7/+0
* Fix build on Ubuntu.Chris Lalancette2010-04-291-3/+3
* Report better error if qemuSnapshotIsAllowed failed.Chris Lalancette2010-04-291-2/+2
* Remove unused goto label from qemudDomainCreateDaniel P. Berrange2010-04-291-1/+0
* nwfilter: python bindings for nwfilterStefan Berger2010-04-295-4/+198
* qemuDomainSnapshotCreateXML: avoid NULL dereferencesJim Meyering2010-04-291-1/+4
* qemudDomainCreate: correct a slightly misdirected gotoJim Meyering2010-04-291-1/+1
* cygwin/mingw: Fix version script handlingMatthias Bolte2010-04-281-1/+10
* build: fix autogen rule for VPATH buildEric Blake2010-04-281-0/+4
* Move dnsmasq host file to a separate directoryDaniel Veillard2010-04-283-1/+4
* nwfilter: allow to mix filterrefs and rules in the schemaStefan Berger2010-04-281-235/+237
* Fix handling of security driver restore failures in QEMU domain saveDaniel P. Berrange2010-04-281-23/+25
* Fix QEMU domain save to block devices with cgroups enabledDaniel P. Berrange2010-04-281-0/+39
* Fix QEMU save/restore with block devicesDaniel P. Berrange2010-04-287-96/+232
* Avoid create/unlink with block devs used for QEMU saveDaniel P. Berrange2010-04-281-2/+19
* Fix crash when cleaning up from failed save attemptDaniel P. Berrange2010-04-281-14/+22
* nwfilter: let qemu's after-migration packet passStefan Berger2010-04-276-6/+45
* Fix up the error message if we can't parse the snapshot XML.Chris Lalancette2010-04-271-2/+1
* The base used for conversion of USB values should be 16 not 10.Klaus Ethgen2010-04-271-6/+4
* Fix up the locking in the snapshot code.Chris Lalancette2010-04-271-14/+31
* cleanup the download section of the documentationDaniel Veillard2010-04-271-35/+0
* nwfilter: add support for RAPR protocolStefan Berger2010-04-277-63/+158
* Ignore qemu STOP event when stopping CPUsJiri Denemark2010-04-271-6/+19
* Fix build with DEBUG_RAW_IO=1Jiri Denemark2010-04-271-1/+1
* Fix indentation for storage conf XMLDavid Allan2010-04-277-9/+44
* Don't try to build qemu and lxc on non-Linux platformsDaniel Veillard2010-04-271-0/+12
* cygwin: Handle differences in the XDR implementationMatthias Bolte2010-04-275-3/+37
* Cygwin's GCC doesn't like this .sa_handler initialization for some reasonMatthias Bolte2010-04-261-3/+4
* linux/if.h header is not available on non-Linux platformsMatthias Bolte2010-04-261-2/+47
* nwfilter: enable hex number inputs in filter XMLStefan Berger2010-04-267-57/+185