aboutsummaryrefslogtreecommitdiff
path: root/src
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
* 802.1Qbg: use pre-associate state at beginning of inc. migrStefan Berger2010-11-306-31/+142
* 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-303-1/+29
* correct the arguments of migrate_speedWen Congyang2010-11-291-7/+1
* Fix memory leaks in audit & VirtualBox codeDaniel P. Berrange2010-11-292-1/+6
* Fix host CPU counting on unusual NUMA topologiesJiri Denemark2010-11-252-5/+24
* 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-242-30/+30
* qemu: plug memory leakEric Blake2010-11-241-0/+1
* build: enforce files.h usageEric Blake2010-11-241-1/+1
* 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-235-2/+73
* 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-232-0/+2
* maint: sort exportsEric Blake2010-11-231-1/+1
* remote: Fix TLS transport on WindowsMatthias Bolte2010-11-231-0/+21
* 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
* 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
* 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-232-3/+19
* 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
* Ensure virExec preserves logging environmentDaniel P. Berrange2010-11-231-0/+6
* Include a thread identifier in log messagesDaniel P. Berrange2010-11-235-2/+28
* qemu: setvcpus: Save config changes to diskCole Robinson2010-11-231-0/+4
* qemu: setvcpus: Simplify altering the persistent configCole Robinson2010-11-235-54/+54
* qemu: setvcpus: Fix maxvcpus checkCole Robinson2010-11-232-4/+4
* conf: domain: Improve vcpus validation reportingCole Robinson2010-11-231-2/+9
* Make state driver device hotplug/update actually transientCole Robinson2010-11-234-19/+36
* domain_conf: Add virDomainObjSetDefTransientCole Robinson2010-11-233-1/+46
* xend: Escape reserved sexpr charactersCole Robinson2010-11-224-51/+120
* buf: Simplify virBufferEscapeStringCole Robinson2010-11-221-31/+7
* xend: urlencode: Properly escape '&'Cole Robinson2010-11-221-0/+1
* conf: Fix parsing python style triple quotesCole Robinson2010-11-221-1/+2
* conf: Convert ParseString to use STRPREFIXCole Robinson2010-11-221-8/+11
* qed: Minor updates to QED support patchesAdam Litke2010-11-222-4/+4
* nwfilter: re-order lock grabbed by IP addr. learn threadStefan Berger2010-11-191-17/+30