aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu: Pin the emulator when only cpuset is specifiedMartin Kletzander2012-10-171-1/+2
* Remove redundant lines in src/qemu/qemu_driver.cTang Chen2012-09-211-18/+0
* Remove a redundant line in src/qemu/qemu_driver.cTang Chen2012-09-211-1/+0
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* qemu: drop unused arguments for dump-guest-memoryEric Blake2012-09-171-1/+1
* use virBitmap to store nodeinfo.Hu Tao2012-09-171-7/+12
* use virBitmap to store numa nodemask info.Hu Tao2012-09-171-43/+15
* use virBitmap to store cpu affinity infoHu Tao2012-09-171-24/+38
* use virBitmap to store cpupin infoHu Tao2012-09-171-13/+16
* bitmap: new member variable and function renamingHu Tao2012-09-171-1/+1
* node_memory: Support get/set memory parameters for driversOsier Yang2012-09-171-0/+2
* snapshot: fix rollback failure in transaction modeGuannan Ren2012-09-141-1/+1
* Fix data types used for list sizes in QEMU capabilitiesDaniel P. Berrange2012-09-131-1/+1
* Turn QEMU capabilities object into a full virObjectPtrDaniel P. Berrange2012-09-131-20/+20
* maint: fix missing spaces in messageEric Blake2012-09-121-3/+3
* qemu: Add range checking for scheduler tunables when changed by APIPeter Krempa2012-09-071-0/+27
* qemu: clean up qemuSetSchedulerParametersFlags()Peter Krempa2012-09-071-38/+31
* qemu: Add support for S3/S4 state configurationMartin Kletzander2012-09-031-0/+17
* cgroup: fix libvirtd crash caused by messed memoryGuannan Ren2012-08-311-4/+7
* cgroup: fix a typo on extracting data from vcpu cgroupGuannan Ren2012-08-311-1/+1
* vcpupin: Fix returning of arrays from virDomainVcpuPinAddPeter Krempa2012-08-301-3/+3
* qemu: Clean up security driver initialisation and config filePeter Krempa2012-08-301-6/+3
* qemu: Sort the numa params only when it affects the live configOsier Yang2012-08-301-25/+27
* Fix configuration of QEMU security driversDaniel P. Berrange2012-08-301-92/+43
* qemu: Refactor initialisation of security drivers.Peter Krempa2012-08-291-45/+69
* qemu: Set placement when setting numa parametersOsier Yang2012-08-291-0/+7
* qemu: Fix define logicMichal Privoznik2012-08-271-7/+36
* Introduce new VIR_ERR_AGENT_UNRESPONSIVE error codeMichal Privoznik2012-08-271-10/+14
* qemu: Switch to unified func nameMichal Privoznik2012-08-271-2/+2
* snapshot: rename an enumEric Blake2012-08-241-9/+10
* snapshot: make virDomainSnapshotObjList opaqueEric Blake2012-08-241-25/+25
* qemu-agent: available in 0.10.0Eric Blake2012-08-231-1/+1
* qemu: forbid suspend if already pmsuspendedMichal Privoznik2012-08-231-2/+16
* agent: add qemu driver supportMATSUDA Daiki2012-08-231-0/+76
* qemu: support of emulator_period and emulator_quota's modificationWen Congyang2012-08-221-1/+132
* limit cpu bandwidth only for vcpusHu Tao2012-08-221-65/+0
* qemu: support emulator pinningHu Tao2012-08-221-0/+241
* Enable cpuset cgroup and synchronous vcpupin info to cgroup.Hu Tao2012-08-221-22/+60
* refactor virDomainVcpuPinAdd()Hu Tao2012-08-221-2/+24
* qemu: configurable remote display port boundariesMartin Kletzander2012-08-211-5/+7
* qemu: Unify port-wise SPICE and VNC behaviorMartin Kletzander2012-08-211-8/+3
* Update the remote APIMarcelo Cerri2012-08-201-0/+73
* Support for multiple default security drivers in QEMU configMarcelo Cerri2012-08-201-21/+76
* Update security layer to handle many security labelsMarcelo Cerri2012-08-201-17/+28
* Internal refactory of data structuresMarcelo Cerri2012-08-201-5/+10
* qemu: Set swap_hard_limit before hard_limitOsier Yang2012-08-171-6/+61
* qemu: Ensure the cpuset is formatted as expected before passing to cgroupOsier Yang2012-08-161-36/+41
* conf: move virtPortProfile out of unions in virDomainNetDefLaine Stump2012-08-141-1/+1
* Destroy virdomainlist.[ch]Osier Yang2012-08-141-2/+1
* nwfilter: fix crash during filter define when lxc driver failed startupLaine Stump2012-08-091-29/+31