aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* use virBitmap to store cpupin infoHu Tao2012-09-176-127/+80
* New functions for virBitmapHu Tao2012-09-176-2/+819
* bitmap: new member variable and function renamingHu Tao2012-09-179-25/+21
* virsh: Clarify behavior of domain list filtering.Peter Krempa2012-09-171-4/+5
* Build: Fix typos which cause build failureOsier Yang2012-09-171-2/+2
* node_memory: Expose the APIs to Python bindingsOsier Yang2012-09-172-0/+138
* node_memory: Expose the APIs to virshOsier Yang2012-09-172-0/+124
* node_memory: Support get/set memory parameters for driversOsier Yang2012-09-174-0/+9
* node_memory: Implement the internal APIsOsier Yang2012-09-173-0/+261
* node_memory: Wire up the RPC protocolOsier Yang2012-09-175-1/+156
* node_memory: Define the APIs to get/set memory parametersOsier Yang2012-09-175-0/+202
* list: Use virConnectListAllSecrets in virshOsier Yang2012-09-172-31/+182
* list: Expose virConnectListAllSecrets to Python bindingOsier Yang2012-09-173-0/+66
* list: Implement listAllSecretsOsier Yang2012-09-172-1/+93
* list: Implement RPC calls for virConnectListAllSecretsOsier Yang2012-09-174-1/+142
* list: Define new API virConnectListAllSecretsOsier Yang2012-09-175-0/+95
* list: Use virConnectListAllNWFilters in virshOsier Yang2012-09-171-29/+134
* list: Expose virConnectListAllNWFilters to Python bindingOsier Yang2012-09-173-0/+66
* list: Implement listAllNWFiltersOsier Yang2012-09-171-0/+56
* list: Implement RPC calls for virConnectListAllNWFiltersOsier Yang2012-09-174-1/+141
* list: Define new API virConnectListAllNWFiltersOsier Yang2012-09-175-1/+60
* list: Use virConnectListAllNodeDevices in virshOsier Yang2012-09-173-41/+275
* virsh: Don't motify the const stringOsier Yang2012-09-174-13/+18
* list: Expose virConnectListAllNodeDevices to Python bindingOsier Yang2012-09-173-0/+66
* list: Implement listAllNodeDevicesOsier Yang2012-09-174-0/+20
* list: Add helpers for listing node devicesOsier Yang2012-09-173-0/+120
* list: Implement RPC calls for virConnectListAllNodeDevicesOsier Yang2012-09-174-1/+141
* list: Define new API virConnectListAllNodeDevicesOsier Yang2012-09-175-0/+99
* build: fix missing includeDwight Engen2012-09-142-0/+2
* Add missing 'goto error' in QEMU command line buildingDaniel P. Berrange2012-09-141-0/+2
* Fix initialization of virCommandPtr when creating QEMU argvDaniel P. Berrange2012-09-141-1/+7
* Fix 3 broken test cases which were mistakenly raising errorsDaniel P. Berrange2012-09-141-3/+3
* qemu: fix uninitialized variable in qemuParseCommandLineJán Tomko2012-09-141-2/+1
* Introduce a API for creating QEMU capabilities for a binaryDaniel P. Berrange2012-09-142-0/+139
* Remove upfront check for hmp - just try it cope with failureDaniel P. Berrange2012-09-144-59/+29
* Don't overwrite errors raised by qemuMonitorHMPCommandDaniel P. Berrange2012-09-141-259/+76
* qemu: Add support for EOI with APICMartin Kletzander2012-09-1411-0/+150
* Add support for EOI with APICMartin Kletzander2012-09-145-2/+55
* security: Fix libvirtd crash possibilityMartin Kletzander2012-09-141-2/+9
* snapshot: fix rollback failure in transaction modeGuannan Ren2012-09-141-1/+1
* Improve virTypedParameterValidateSetOsier Yang2012-09-141-10/+10
* Look in Debian's multiarch libs tooGuido Günther2012-09-131-1/+1
* build: don't fail if libnl-3 is not foundEric Blake2012-09-131-2/+2
* conf: avoid libvirt crash with empty address guestfwd channelAlex Jia2012-09-141-5/+5
* parallels: implement containers creationDmitry Guryanov2012-09-132-1/+67
* parallels: fix parallelsDomainDefineXML for existing containersDmitry Guryanov2012-09-131-10/+32
* parallels: handle unlimited cpus on containersDmitry Guryanov2012-09-131-3/+20
* parallels: add support of containers to the driverDmitry Guryanov2012-09-131-3/+24
* Fix data types used for list sizes in QEMU capabilitiesDaniel P. Berrange2012-09-134-15/+15
* Add API for copying instances of the qemuCapsPtr objectDaniel P. Berrange2012-09-132-0/+48