aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: implement virNetworkUpdate for test_driverLaine Stump2012-09-181-1/+52
* network: implement virNetworkUpdate for bridge_driverLaine Stump2012-09-181-8/+112
* network: reorganize dnsmasq and radvd config file / startupLaine Stump2012-09-181-44/+282
* conf: implement NetworkObj backend of virNetworkUpdate APILaine Stump2012-09-183-0/+317
* network: utility functions for updating network configLaine Stump2012-09-185-21/+262
* network: implement RPC calls for virNetworkUpdateLaine Stump2012-09-183-1/+21
* network: define new API virNetworkUpdateLaine Stump2012-09-183-0/+71
* qemu: add -sandbox to command line if requestedJán Tomko2012-09-181-0/+11
* qemu: conf: add seccomp_sandbox optionJán Tomko2012-09-184-0/+15
* qemu: add capability flag for seccomp sandboxJán Tomko2012-09-182-0/+4
* qemu: Avoid deadlock on HandleAgentEOFMichal Privoznik2012-09-181-3/+3
* qemu: Use disk wwn in qemu command lineOsier Yang2012-09-181-0/+33
* qemu: Add caps to indentify if setting wwn is supported by qemuOsier Yang2012-09-182-0/+10
* conf: Parse and format disk <wwn>Osier Yang2012-09-185-0/+33
* blockjob: add blockcommit support to rpcEric Blake2012-09-174-1/+22
* blockjob: add virDomainBlockCommitEric Blake2012-09-173-2/+118
* qemu: drop unused arguments for dump-guest-memoryEric Blake2012-09-175-40/+14
* build: Fix build failure on non-linux platformOsier Yang2012-09-181-4/+4
* conf: avoid freeing network object with undestroyed mutexLaine Stump2012-09-171-6/+5
* conf: separate functions to parse DHCPHostDef and DHCPRangeDefLaine Stump2012-09-171-101/+154
* remove virDomainCpuSetFormat and virDomainCpuSetParseHu Tao2012-09-173-205/+0
* xen: eliminate remaining uses of virDomainCpuSetParseLaine Stump2012-09-172-17/+21
* use virBitmap to store nodeinfo.Hu Tao2012-09-173-25/+26
* use virBitmap to store cells' cpumask info.Hu Tao2012-09-173-48/+15
* use virBitmap to store cpumask info.Hu Tao2012-09-1710-81/+53