aboutsummaryrefslogtreecommitdiff
path: root/src/conf
Commit message (Expand)AuthorAgeFilesLines
* network: log error for unknown virNetworkUpdate command codesLaine Stump2012-09-211-0/+15
* network: make virNetworkObjUpdate error detection/recovery betterLaine Stump2012-09-211-13/+34
* Add <seclabel> to character devices.Richard W.M. Jones2012-09-212-4/+80
* Make virSecurityDeviceLabelDefParseXML into generic device <seclabel> parser.Richard W.M. Jones2012-09-211-18/+25
* network: backend for virNetworkUpdate of portgroupsLaine Stump2012-09-211-6/+79
* network: backend for virNetworkUpdate of dhcp rangeLaine Stump2012-09-211-4/+88
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-2042-42/+42
* Add support for limiting guest coredumpMartin Kletzander2012-09-202-1/+33
* Add support for reboot-timeoutMartin Kletzander2012-09-202-6/+30
* Cleanup of domain_conf sentinelsMartin Kletzander2012-09-201-29/+29
* qemu: Cleanup boot parameter buildingMartin Kletzander2012-09-202-3/+18
* network: fix element size / length in memmoveLaine Stump2012-09-191-2/+2
* Fix minor details not only in apic eoiMartin Kletzander2012-09-181-3/+2
* network: implement backend of virNetworkUpdate(IP_DHCP_HOST)Laine Stump2012-09-181-7/+173
* conf: implement NetworkObj backend of virNetworkUpdate APILaine Stump2012-09-182-0/+316
* network: utility functions for updating network configLaine Stump2012-09-182-10/+240
* conf: Parse and format disk <wwn>Osier Yang2012-09-182-0/+13
* 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-172-203/+0
* use virBitmap to store cells' cpumask info.Hu Tao2012-09-172-12/+8
* use virBitmap to store cpumask info.Hu Tao2012-09-172-17/+10
* use virBitmap to store numa nodemask info.Hu Tao2012-09-172-18/+8
* use virBitmap to store cpupin infoHu Tao2012-09-172-103/+51
* bitmap: new member variable and function renamingHu Tao2012-09-172-2/+2
* list: Implement listAllSecretsOsier Yang2012-09-171-0/+12
* list: Add helpers for listing node devicesOsier Yang2012-09-172-0/+119
* Add support for EOI with APICMartin Kletzander2012-09-142-1/+38
* 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-132-0/+360
* maint: fix missing spaces in messageEric Blake2012-09-121-2/+3
* Backcompt for console devices in virDomainDeviceInfoIterateLi Zhang2012-09-121-0/+3
* list: Add helpers to list network objectsOsier Yang2012-09-112-0/+113
* events: Fix domain event race on client disconnectChristophe Fergeau2012-09-071-3/+21
* list: Add helpers for listing storage pool objectsOsier Yang2012-09-062-0/+151
* Rename iolimit to blockio.Viktor Mihajlovski2012-09-042-16/+16
* Add per-guest S3/S4 state configurationMartin Kletzander2012-09-032-0/+65
* conf: Support for Block Device IO LimitsViktor Mihajlovski2012-08-312-0/+54
* conf: Avoid formatting auto-generated DAC labelsMarcelo Cerri2012-08-312-2/+14
* conf: Fix parsing of seclabels without modelMarcelo Cerri2012-08-311-22/+41
* vcpupin: Fix returning of arrays from virDomainVcpuPinAddPeter Krempa2012-08-302-5/+5
* 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-244-20/+22
* snapshot: split snapshot conf code into own fileEric Blake2012-08-244-1057/+1137
* snapshot: make virDomainSnapshotObjList opaqueEric Blake2012-08-242-30/+56
* conf: Don't always require security/@modelMichal Privoznik2012-08-241-16/+25
* fix check of vcpuid in virDomainVcpuPinDefParseXMLHu Tao2012-08-231-10/+12