libvirt/src/conf
Marek Marczykowski-Górecki 8f65fcb4a4 conf: virDomainObjListRemoveLocked function
While iterating with virDomainObjListForEach it is safe to remove
current element. But while iterating, 'doms' lock is already taken, so
can't use standard virDomainObjListRemove. So introduce
virDomainObjListRemoveLocked for this purpose.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
2013-07-03 14:42:51 -06:00
..
capabilities.c qemu: Implement CPUs check against machine type's cpu-max 2013-07-01 14:30:42 +02:00
capabilities.h qemu: Implement CPUs check against machine type's cpu-max 2013-07-01 14:30:42 +02:00
cpu_conf.c Adapt to VIR_STRDUP and VIR_STRNDUP in src/conf/* 2013-05-22 18:53:59 +02:00
cpu_conf.h Rename xml.{c,h} to virxml.{c,h} 2012-12-21 11:19:50 +00:00
device_conf.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
device_conf.h Rename util.{c,h} to virutil.{c,h} 2012-12-21 11:19:49 +00:00
domain_audit.c Prefer VIR_STRDUP over virAsprintf(&dst, "%s", str) 2013-06-07 17:45:53 +02:00
domain_audit.h Include pid namespace inode in LXC audit messages 2013-03-07 19:43:53 +00:00
domain_conf.c conf: virDomainObjListRemoveLocked function 2013-07-03 14:42:51 -06:00
domain_conf.h conf: virDomainObjListRemoveLocked function 2013-07-03 14:42:51 -06:00
domain_event.c Adapt to VIR_STRDUP and VIR_STRNDUP in src/conf/* 2013-05-22 18:53:59 +02:00
domain_event.h Add support for SUSPEND_DISK event 2012-10-15 12:09:10 +02:00
domain_nwfilter.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
domain_nwfilter.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
interface_conf.c syntax: prefer space after semicolon in for loop 2013-05-28 07:56:07 -06:00
interface_conf.h Add access control filtering of interface objects 2013-07-03 15:54:54 +01:00
netdev_bandwidth_conf.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
netdev_bandwidth_conf.h Rename xml.{c,h} to virxml.{c,h} 2012-12-21 11:19:50 +00:00
netdev_vlan_conf.c Resolve valgrind error in virNetDevVlanParse() 2013-06-29 05:54:11 -04:00
netdev_vlan_conf.h Rename xml.{c,h} to virxml.{c,h} 2012-12-21 11:19:50 +00:00
netdev_vport_profile_conf.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
netdev_vport_profile_conf.h Rename xml.{c,h} to virxml.{c,h} 2012-12-21 11:19:50 +00:00
network_conf.c Add access control filtering of network objects 2013-07-03 15:54:53 +01:00
network_conf.h Add access control filtering of network objects 2013-07-03 15:54:53 +01:00
node_device_conf.c Add access control filtering of node device objects 2013-07-03 15:54:53 +01:00
node_device_conf.h Add access control filtering of node device objects 2013-07-03 15:54:53 +01:00
nwfilter_conf.c Replace two-state local integers with bool 2013-06-06 17:22:53 +02:00
nwfilter_conf.h virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
nwfilter_ipaddrmap.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
nwfilter_ipaddrmap.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
nwfilter_params.c virNWFilterHashTablePut: Free the correct variable 2013-05-23 15:58:41 +02:00
nwfilter_params.h Rename buf.{c,h} to virbuffer.{c,h} 2012-12-21 11:17:12 +00:00
secret_conf.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
secret_conf.h cleanup: Change datatype of secret->private to boolean 2013-04-11 11:54:37 +08:00
snapshot_conf.c conf: split out snapshot disk XML formatting 2013-06-19 15:12:12 +02:00
snapshot_conf.h maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption 2013-04-04 22:18:56 +02:00
storage_conf.c Add access control filtering of storage objects 2013-07-03 15:54:53 +01:00
storage_conf.h Add access control filtering of storage objects 2013-07-03 15:54:53 +01:00
storage_encryption_conf.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
storage_encryption_conf.h Rename util.{c,h} to virutil.{c,h} 2012-12-21 11:19:49 +00:00
virchrdev.c conf: add missing OOM errors 2013-05-23 18:56:36 +02:00
virchrdev.h conf: Add unix socket support to virChrdevOpen 2013-01-04 18:07:11 -07:00