aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* virsh: Fix resource leaks when editing files.Peter Krempa2012-09-191-2/+5
* 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-182-7/+8
* build: avoid non-portable byte-swappingEric Blake2012-09-182-11/+28
* Fix minor details not only in apic eoiMartin Kletzander2012-09-182-6/+5
* secret: Fix error for private secretsMartin Kletzander2012-09-181-2/+2
* virNetDevBandwidthClear: Improve error handlingMartin Kletzander2012-09-183-8/+10
* syntax-check: fix run.inMartin Kletzander2012-09-182-2/+2
* Adhere to copyright_address checkGuido Günther2012-09-181-2/+1
* Add a ./run script for running programs from the local directory.Richard W.M. Jones2012-09-185-9/+80
* 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
* qemuhelptest: convert runaway tab to spacesJán Tomko2012-09-181-1/+1
* daemon: Fix error message when libvirtd is missing.Richard W.M. Jones2012-09-181-2/+5
* gitignore: Ignore .gdb_history file.Richard W.M. Jones2012-09-181-0/+1
* 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-184-0/+137
* tests: add qemu-1.2.0 help dataJán Tomko2012-09-183-0/+534
* 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-186-0/+119
* 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
* schema: Add schema for disk <wwn>Osier Yang2012-09-184-6/+17
* blockjob: add blockcommit support to rpcEric Blake2012-09-174-1/+22
* blockjob: add virsh blockcommitEric Blake2012-09-172-5/+189
* blockjob: add virDomainBlockCommitEric Blake2012-09-175-2/+139
* 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-1711-82/+54
* use virBitmap to store numa nodemask info.Hu Tao2012-09-178-107/+65
* use virBitmap to store cpu affinity infoHu Tao2012-09-175-131/+84