aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* use virBitmap to store cpupin infoHu Tao2012-09-176-127/+80
* New functions for virBitmapHu Tao2012-09-173-1/+449
* bitmap: new member variable and function renamingHu Tao2012-09-178-24/+20
* Build: Fix typos which cause build failureOsier Yang2012-09-171-2/+2
* 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-174-1/+96
* node_memory: Define the APIs to get/set memory parametersOsier Yang2012-09-173-0/+137
* list: Implement listAllSecretsOsier Yang2012-09-172-1/+93
* list: Implement RPC calls for virConnectListAllSecretsOsier Yang2012-09-173-1/+88
* list: Define new API virConnectListAllSecretsOsier Yang2012-09-173-0/+73
* list: Implement listAllNWFiltersOsier Yang2012-09-171-0/+56
* list: Implement RPC calls for virConnectListAllNWFiltersOsier Yang2012-09-173-1/+87
* list: Define new API virConnectListAllNWFiltersOsier Yang2012-09-173-0/+56
* list: Use virConnectListAllNodeDevices in virshOsier Yang2012-09-171-0/+1
* 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-173-1/+88
* list: Define new API virConnectListAllNodeDevicesOsier Yang2012-09-173-0/+76
* build: fix missing includeDwight Engen2012-09-141-0/+1
* 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
* qemu: fix uninitialized variable in qemuParseCommandLineJán Tomko2012-09-141-2/+1