summaryrefslogtreecommitdiff
path: root/src/libvirt.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for offline migrationliguang2012-12-101-0/+51
* storage: allow metadata preallocation when creating qcow2 imagesJán Tomko2012-12-071-3/+13
* Replace polling for active VMs with signalling by driversDaniel P. Berrange2012-12-041-20/+9
* Fix the coding styleOsier Yang2012-12-031-50/+57
* logging: more API needing to log flagsEric Blake2012-11-301-2/+3
* s/flags=%u/flags=%x/ in earlier commitDaniel P. Berrange2012-11-301-1/+1
* Move reboot/shutdown flags combination check into QEMU driverDaniel P. Berrange2012-11-301-18/+6
* Ensure virDomainShutdownFlags logs flags parameterDaniel P. Berrange2012-11-301-1/+1
* Turn some dual-state int parameters into booleansDaniel P. Berrange2012-11-291-2/+2
* Introduce a 'stop' method to virDriverStateDaniel P. Berrange2012-11-291-0/+18
* Add virDomainSendProcessSignal APIDaniel P. Berrange2012-11-291-0/+79
* libvirt.c: Fix wording and grammar in virDomainFSTrimMichal Privoznik2012-11-291-2/+3
* node_memory: Do not fail if there is parameter unsupportedOsier Yang2012-11-291-5/+6
* maint: Fix use of invalid reboot flagsMichal Privoznik2012-11-281-2/+2
* Introduce virDomainFSTrim() public APIMichal Privoznik2012-11-281-0/+55
* snapshot: add two more filter sets to APIEric Blake2012-11-191-0/+60
* AbortJob: Fix documentationMichal Privoznik2012-11-121-2/+1
* snapshot: Add flag to enable creating checkpoints in live statePeter Krempa2012-11-031-0/+6
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-373/+373
* maint: log xml during volume creationEric Blake2012-10-301-10/+11
* blockjob: return appropriate event and infoEric Blake2012-10-271-3/+4
* virNodeGetCPUMap: Define public API.Viktor Mihajlovski2012-10-231-0/+51
* migrate: v2: use VIR_DOMAIN_XML_MIGRATABLE when availableJán Tomko2012-10-221-3/+10
* blockjob: implement shallow commit flag in qemuEric Blake2012-10-191-2/+0
* Make virInitialize thread safeDaniel P. Berrange2012-10-161-68/+71
* Various typos and misspellingsJán Tomko2012-10-121-2/+2
* Call curl_global_init from virInitialize to avoid thread-safety issuesMatthias Bolte2012-10-081-0/+8
* build: avoid older gcc warningEric Blake2012-09-261-5/+0
* node_memory: Improve the docsOsier Yang2012-09-251-0/+6
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* network: define new API virNetworkUpdateLaine Stump2012-09-181-0/+62
* blockjob: add virDomainBlockCommitEric Blake2012-09-171-2/+112
* node_memory: Define the APIs to get/set memory parametersOsier Yang2012-09-171-0/+121
* list: Define new API virConnectListAllSecretsOsier Yang2012-09-171-0/+67
* list: Define new API virConnectListAllNWFiltersOsier Yang2012-09-171-0/+50
* list: Define new API virConnectListAllNodeDevicesOsier Yang2012-09-171-0/+71
* Improve virTypedParameterValidateSetOsier Yang2012-09-141-10/+10
* list: Define new API virConnectListAllInterfacesOsier Yang2012-09-121-2/+75
* Call virResetLastError in all virConnectOpen* functionsDaniel P. Berrange2012-09-111-0/+3
* list: Define new API virConnectListAllNetworksOsier Yang2012-09-111-2/+84
* list: Define new API virStoragePoolListAllVolumesOsier Yang2012-09-101-0/+50
* list: Define new API virStorageListAllStoragePoolsOsier Yang2012-09-061-8/+104
* qemu: forbid suspend if already pmsuspendedMichal Privoznik2012-08-231-0/+4
* docs: fix blockpull/blockcopy bandwidth Mbps -> MiB/sStefan Hajnoczi2012-08-221-5/+5
* Introduce virDomainPinEmulator and virDomainGetEmulatorPinInfo functions.Tang Chen2012-08-221-0/+147
* Update the remote APIMarcelo Cerri2012-08-201-0/+47
* Convert public datatypes to inherit from virObjectDaniel P. Berrange2012-08-071-97/+48
* virrandom: make virRandomInitialize an automatic one-shotEric Blake2012-08-061-2/+1
* Remove manual one-shot global initializersDaniel P. Berrange2012-08-021-3/+1
* parallels: add driver skeletonDmitry Guryanov2012-08-011-0/+9