summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined symbol errors when macvtap support is disabledv0.8.6-gentoo-1v0.8.6-gentooMatthias Bolte2010-12-014-12/+22
* Fix warning when macvtap support is disabledJean-Baptiste Rouault2010-12-011-0/+1
* Release of libvirt 0.8.6v0.8.6Daniel Veillard2010-11-3078-263468/+311010
* 802.1Qbg: use pre-associate state at beginning of inc. migrStefan Berger2010-11-306-31/+142
* Ignore files generated by "make tags"Guido Günther2010-11-301-0/+1
* OpenVZ: Fix some overwritten error codesGuido Günther2010-11-301-6/+4
* OpenVZ: take veid from vmdef->name when defining new domainsGuido Günther2010-11-301-39/+2
* Log client errors in libvirtd at debug priorityMatthias Bolte2010-11-304-1/+33
* correct the arguments of migrate_speedWen Congyang2010-11-292-7/+2
* tests: Fix detection of expected errorsJiri Denemark2010-11-292-15/+8
* docs: updated c# bindings with arnauds latest changesJustin Clift2010-11-301-18/+19
* Fix memory leaks in audit & VirtualBox codeDaniel P. Berrange2010-11-292-1/+6
* Remove bogus check for Xen in example programDaniel P. Berrange2010-11-291-4/+0
* doc: Fix spelling of virBufferVSprintfJiri Denemark2010-11-252-2/+2
* Fix host CPU counting on unusual NUMA topologiesJiri Denemark2010-11-253-8/+30
* Fix broken XML entity for '>'Philipp Hahn2010-11-251-1/+1
* security, storage: plug memory leaks for security_context_tEric Blake2010-11-242-4/+5
* network: plug memory leakEric Blake2010-11-241-4/+8
* maint: prohibit most uses of xmlGetPropEric Blake2010-11-246-40/+48
* qemu: plug memory leakEric Blake2010-11-241-0/+1
* maint: ensure syntax check exceptions are distributedEric Blake2010-11-242-6/+26
* build: enforce files.h usageEric Blake2010-11-244-1/+14
* Always close drivers when a virConnectPtr is releasedMatthias Bolte2010-11-241-24/+23
* Implementations of virDomainIsUpdated for drivers except qemuOsier Yang2010-11-2410-13/+94
* implement callback function for qemu driverOsier Yang2010-11-231-1/+21
* implement the remote protocolOsier Yang2010-11-2310-2/+116
* implement public API virDomainIsUpdatedOsier Yang2010-11-231-0/+33
* define internal driver APIOsier Yang2010-11-2313-0/+15
* virDomainIsUpdated: define the new public APIOsier Yang2010-11-233-0/+3
* maint: sort exportsEric Blake2010-11-231-1/+1
* remote: Fix TLS transport on WindowsMatthias Bolte2010-11-231-0/+21
* tests: Fix dispatching internal error reportsCole Robinson2010-11-231-5/+12
* libvirtd: fix bug when shrinking number of clientsEric Blake2010-11-233-5/+8
* Rename 'remove' param to 'toremove' to avoid clash with stdio.hDaniel P. Berrange2010-11-231-6/+6
* Fix 32-bit int truncation in QED header checkDaniel P. Berrange2010-11-231-8/+8
* Fix error handling in virsh when listing storage volumesDaniel P. Berrange2010-11-231-0/+6
* Improve SCSI volume name generationDaniel P. Berrange2010-11-231-2/+7
* Fix error codes returned when a storage pool is inactiveDaniel P. Berrange2010-11-231-17/+17
* Check whether pools are already active upon libvirtd startupDaniel P. Berrange2010-11-237-11/+149
* Remove bogus port handling code in virshDaniel P. Berrange2010-11-231-11/+3
* Allow iSCSI IQN to be set with find-storage-pool-sources-as commandDaniel P. Berrange2010-11-231-0/+10
* Switch the virsh XML generation to use virBuffer instead of virAsprintfDaniel P. Berrange2010-11-231-16/+10
* Add support for iSCSI target auto-discoveryDaniel P. Berrange2010-11-231-0/+66
* Stop iSCSI targets automatically logging back in after logoutDaniel P. Berrange2010-11-231-7/+113
* Refactor iSCSI driver code to facilitate future changesDaniel P. Berrange2010-11-231-126/+125
* Fix parsing of port attribute in storage XML configurationDaniel P. Berrange2010-11-233-3/+30
* Don't catch SIGCHLD in libvirtdDaniel P. Berrange2010-11-231-1/+0
* Ensure logfile isn't truncated by shutdown message.Daniel P. Berrange2010-11-231-4/+4
* Remove trailing ':' from timestampDaniel P. Berrange2010-11-231-1/+1
* Log all errors at level INFO to stop polluting syslogDaniel P. Berrange2010-11-231-13/+1