aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for limiting guest coredumpMartin Kletzander2012-09-201-1/+23
* Add support for reboot-timeoutMartin Kletzander2012-09-201-6/+27
* qemu: Cleanup boot parameter buildingMartin Kletzander2012-09-201-3/+13
* Fix minor details not only in apic eoiMartin Kletzander2012-09-181-3/+2
* conf: Parse and format disk <wwn>Osier Yang2012-09-181-0/+12
* remove virDomainCpuSetFormat and virDomainCpuSetParseHu Tao2012-09-171-196/+0
* use virBitmap to store cpumask info.Hu Tao2012-09-171-15/+9
* use virBitmap to store numa nodemask info.Hu Tao2012-09-171-17/+7
* use virBitmap to store cpupin infoHu Tao2012-09-171-101/+47
* bitmap: new member variable and function renamingHu Tao2012-09-171-1/+1
* Add support for EOI with APICMartin Kletzander2012-09-141-1/+27
* conf: avoid libvirt crash with empty address guestfwd channelAlex Jia2012-09-141-5/+5
* Allow caps to be NULL when creating virDomainObjPtr instancesDaniel P. Berrange2012-09-131-5/+7
* qemu: define and parse USB redirection filter XMLGuannan Ren2012-09-131-0/+339
* maint: fix missing spaces in messageEric Blake2012-09-121-2/+3
* Backcompt for console devices in virDomainDeviceInfoIterateLi Zhang2012-09-121-0/+3
* Rename iolimit to blockio.Viktor Mihajlovski2012-09-041-15/+15
* Add per-guest S3/S4 state configurationMartin Kletzander2012-09-031-0/+50
* conf: Support for Block Device IO LimitsViktor Mihajlovski2012-08-311-0/+49
* conf: Avoid formatting auto-generated DAC labelsMarcelo Cerri2012-08-311-2/+13
* conf: Fix parsing of seclabels without modelMarcelo Cerri2012-08-311-22/+41
* vcpupin: Fix returning of arrays from virDomainVcpuPinAddPeter Krempa2012-08-301-4/+4
* qemu: Fix possible infinite loop and segfault on error path.Peter Krempa2012-08-301-5/+9
* conf: Fix the problem which cause libvirtd to crashOsier Yang2012-08-281-1/+1
* conf: prevent NULL pointer access in virSecurityLabelDefsParseXMLJán Tomko2012-08-271-0/+1
* snapshot: rename an enumEric Blake2012-08-241-4/+4
* snapshot: split snapshot conf code into own fileEric Blake2012-08-241-925/+4
* snapshot: make virDomainSnapshotObjList opaqueEric Blake2012-08-241-22/+50
* conf: Don't always require security/@modelMichal Privoznik2012-08-241-16/+25
* fix check of vcpuid in virDomainVcpuPinDefParseXMLHu Tao2012-08-231-10/+12
* qemu: introduce period/quota tuning for emulatorHu Tao2012-08-221-2/+23
* Introduce virDomainEmulatorPinAdd and virDomainEmulatorPinDel functionsTang Chen2012-08-221-0/+71
* Support emulatorpin xml parse.Tang Chen2012-08-221-2/+49
* Change virDomainVcpuPinDefParseXML to support parsing emulatorpinHu Tao2012-08-221-9/+22
* updates of some vcpupin related functionsHu Tao2012-08-221-1/+33
* refactor virDomainVcpuPinAdd()Hu Tao2012-08-221-49/+32
* add function bitmapFromBytemap() to convert bytemap to bitmapHu Tao2012-08-221-14/+25
* Support for Disk Geometry OverrideJ.B. Joret2012-08-211-0/+66
* qemu: Unify port-wise SPICE and VNC behaviorMartin Kletzander2012-08-211-1/+1
* Multiple security drivers in XML dataMarcelo Cerri2012-08-201-106/+243
* Internal refactory of data structuresMarcelo Cerri2012-08-201-26/+58
* conf: move DevicePCIAddress functions to separate fileShradha Shah2012-08-171-106/+22
* conf: Fix ABI stability check for spicevmc channelJiri Denemark2012-08-171-0/+9
* conf: add <vlan> element to network and domain interface elementsLaine Stump2012-08-151-3/+28
* conf: log error when encountering multiple filterrefs in interfaceLaine Stump2012-08-141-0/+6
* conf: support partially-specified <virtualport> in parser and formatterLaine Stump2012-08-141-6/+19
* conf: simplify Buffer Indentation in virDomainNetDefFormatLaine Stump2012-08-141-40/+33
* conf: make error returns from virDomainActualNetDefFormat consistentLaine Stump2012-08-141-9/+5
* conf: move virtPortProfile out of unions in virDomainNetDefLaine Stump2012-08-141-82/+43
* Destroy virdomainlist.[ch]Osier Yang2012-08-141-1/+185