summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* virNodeGetCPUMap: Implement virsh support.v1.0.0-rc1Viktor Mihajlovski2012-10-232-0/+45
* libvirt.h.in: Add new cpumap macro VIR_CPU_USEDViktor Mihajlovski2012-10-231-13/+24
* virNodeGetCPUMap: Implement wire protocol.Viktor Mihajlovski2012-10-234-1/+121
* virNodeGetCPUMap: Define public API.Viktor Mihajlovski2012-10-235-0/+72
* header: declare node memory parameter handling earlierEric Blake2012-10-231-74/+77
* header: declare typed parameter handling earlierEric Blake2012-10-231-85/+88
* build: improve FORTIFY_SOURCE usageEric Blake2012-10-231-1/+1
* qemu_migration: Transport OVS per-port data during live migrationKyle Mestery2012-10-231-2/+23
* openvswitch: Add utility functions for getting and setting Open vSwitch per-p...Kyle Mestery2012-10-233-3/+76
* qemu_migration: Add hooks to transport network data during migrationKyle Mestery2012-10-231-2/+242
* Fix detection of Xen sysctl version 9Jim Fehlig2012-10-231-7/+7
* selinux: Don't fail RestoreAll if file doesn't have a default labelCole Robinson2012-10-231-0/+4
* build: print uids as unsignedEric Blake2012-10-231-1/+1
* xml: omit domain name from comment if it contains double hyphenJán Tomko2012-10-231-5/+9
* storage: don't shadow global 'wait' declarationJán Tomko2012-10-232-5/+5
* Fix disabling of apparmor/selinux security driversChristophe Fergeau2012-10-231-4/+6
* maint: update to latest gnulibEric Blake2012-10-221-0/+0
* snapshot: sanity check when reusing file for snapshotEric Blake2012-10-221-3/+8
* build: use correct printf types for uid/gidEric Blake2012-10-221-2/+5
* Remove a couple duplicates from AUTHORS.inCole Robinson2012-10-221-2/+0
* storage: Don't do wait loops from VolLookupByPathCole Robinson2012-10-225-8/+15
* spec: Fix multilib issue with systemtap tapsetsCole Robinson2012-10-221-2/+11
* docs: Fix installation of internals/*.htmlCole Robinson2012-10-221-3/+15
* qemu: Don't use -enable-nesting with qemu 1.2.0+Cole Robinson2012-10-221-1/+0
* qemu: Don't blindly assume VNC is supportedDoug Goldstein2012-10-225-21/+49
* test: Don't assume VNC is always availableDoug Goldstein2012-10-2210-45/+15
* storage: let format probing work on root-squash NFSEric Blake2012-10-224-5/+6
* virsh: Fix segfault of snapshot-listOsier Yang2012-10-221-1/+1
* migrate: v2: use VIR_DOMAIN_XML_MIGRATABLE when availableJán Tomko2012-10-223-3/+16
* qemu: set seamless migration capabilityMichal Privoznik2012-10-221-0/+2
* qemu: Fix the unused parameter which causes the build failureOsier Yang2012-10-221-2/+2
* qemu: Cleanup the unused 'nodeinfo'Osier Yang2012-10-221-16/+4
* docs: virsh: clarify behavior of send-keyCole Robinson2012-10-211-1/+9
* Log parameters passed to virFileMakePathCole Robinson2012-10-211-0/+2
* Log file name passed to virConfReadFileCole Robinson2012-10-211-0/+3
* daemon: Avoid 'Could not find keytab file' in syslogCole Robinson2012-10-212-4/+8
* network: don't allow multiple default portgroupsLaine Stump2012-10-202-9/+38
* network: always create dnsmasq hosts and addnhosts files, even if emptyLaine Stump2012-10-2010-19/+75
* network: free/null newDef if network fails to startLaine Stump2012-10-204-8/+20
* blockjob: avoid segv on early errorEric Blake2012-10-191-2/+4
* blockjob: properly label disks for qemu block-commitEric Blake2012-10-191-5/+37
* blockjob: refactor qemu disk chain permission grantsEric Blake2012-10-191-35/+66
* blockjob: implement shallow commit flag in qemuEric Blake2012-10-192-14/+51
* blockjob: wire up online qemu block-commitEric Blake2012-10-191-0/+75
* blockjob: manage qemu block-commit monitor commandEric Blake2012-10-197-6/+91
* blockjob: remove unused parameters after previous patchEric Blake2012-10-194-18/+14
* storage: use cache to walk backing chainEric Blake2012-10-196-120/+32
* storage: cache backing chain while qemu domain is liveEric Blake2012-10-196-0/+54
* storage: make it easier to find file within chainEric Blake2012-10-193-0/+72
* storage: remember relative names in backing chainEric Blake2012-10-192-9/+22