summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correct checking of virStrcpyStatic() return valuev0.10.2-gentoo-2v0.10.2-gentooKyle Mestery2012-10-211-1/+1
* qemu: Pin the emulator when only cpuset is specifiedMartin Kletzander2012-10-174-20/+28
* qemu: Clear async job when p2p migration fails earlyJiri Denemark2012-10-171-2/+2
* storage: lvm: lvcreate fails with allocation=0, don't do thatCole Robinson2012-10-161-1/+2
* storage: lvm: Don't overwrite lvcreate errorsCole Robinson2012-10-161-0/+3
* Fix potential deadlock when agent is closedDaniel P. Berrange2012-10-051-9/+3
* Fix (rare) deadlock in QEMU monitor callbacksDaniel P. Berrange2012-10-051-10/+5
* network: fix dnsmasq/radvd binding to IPv6 on recent kernelsBenjamin Cama2012-10-054-16/+41
* Fix compilation of legacy xen driver with Xen 4.2Jim Fehlig2012-10-052-2/+10
* network: log error for unknown virNetworkUpdate command codesLaine Stump2012-09-211-0/+15
* network: make virNetworkObjUpdate error detection/recovery betterLaine Stump2012-09-211-13/+34
* network: don't "refresh" iptables rules on rule-less networksLaine Stump2012-09-211-3/+6
* Drop unused return value of virLogOutputFuncMiloslav Trmač2012-09-212-38/+32
* Remove redundant lines in src/qemu/qemu_driver.cTang Chen2012-09-211-18/+0
* Add <seclabel> to character devices.Richard W.M. Jones2012-09-213-30/+144
* Make virSecurityDeviceLabelDefParseXML into generic device <seclabel> parser.Richard W.M. Jones2012-09-211-18/+25
* qemu: Fix failure path in disk hotplugJiri Denemark2012-09-211-4/+10
* locking: Remove README file in favor of internals/locking.htmlJiri Denemark2012-09-211-165/+0
* Improve some debugging log messages in LXC mount setupDaniel P. Berrange2012-09-211-4/+5
* Ensure existing selinux mount is removed before mounting new one in LXCDaniel P. Berrange2012-09-211-0/+16
* Fix crash accessing a NULL URI when looking up auth credentialsDaniel P. Berrange2012-09-213-2/+4
* Remove a redundant line in src/qemu/qemu_driver.cTang Chen2012-09-211-1/+0
* network: backend for virNetworkUpdate of portgroupsLaine Stump2012-09-211-6/+79
* network: backend for virNetworkUpdate of dhcp rangeLaine Stump2012-09-211-4/+88
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-20427-427/+427
* qemu: add support for dump-guest-core optionMartin Kletzander2012-09-203-9/+76
* Add support for limiting guest coredumpMartin Kletzander2012-09-203-1/+35
* qemu: Add support for reboot-timeoutMartin Kletzander2012-09-203-0/+36
* Add support for reboot-timeoutMartin Kletzander2012-09-202-6/+30
* security: Don't ignore errors when parsing DAC security labelsPeter Krempa2012-09-201-34/+61
* simplify xenXMDomainPinVcpu functionliguang2012-09-201-35/+3
* Cleanup of domain_conf sentinelsMartin Kletzander2012-09-201-29/+29
* qemu: Cleanup boot parameter buildingMartin Kletzander2012-09-204-28/+88
* qemu: Transition domain to PAUSED after 'stop' commandMichal Privoznik2012-09-201-6/+1
* network: fix element size / length in memmoveLaine Stump2012-09-191-2/+2
* build: define WITH_INTERFACE for the driverDoug Goldstein2012-09-193-7/+19
* util: don't print free'd dmidecode pathEric Blake2012-09-181-5/+1
* build: avoid unused symbolEric Blake2012-09-181-1/+0
* build: fix nodeinfo build on non-Linux platformsEric Blake2012-09-181-0/+4
* bitmap: fix problems in previous commitEric Blake2012-09-181-2/+1
* build: avoid non-portable byte-swappingEric Blake2012-09-181-11/+27
* Fix minor details not only in apic eoiMartin Kletzander2012-09-181-3/+2
* secret: Fix error for private secretsMartin Kletzander2012-09-181-2/+2
* virNetDevBandwidthClear: Improve error handlingMartin Kletzander2012-09-183-8/+10
* rpc: Fix name of member in remote_protocol-structsPeter Krempa2012-09-181-1/+1
* virBitmap: fix build without HAVE_NUMACTLJán Tomko2012-09-181-1/+1
* daemon: Fix error message when libvirtd is missing.Richard W.M. Jones2012-09-181-2/+5
* Fix the augea test for qemu libvirtd optionsDaniel Veillard2012-09-181-0/+1
* network: implement backend of virNetworkUpdate(IP_DHCP_HOST)Laine Stump2012-09-181-7/+173
* network: restart radvd/dnsmasq if needed when libvirtd is restartedLaine Stump2012-09-181-0/+34