libvirt/src/conf
Cole Robinson 4066c73428 domain: add implicit controllers from post parse
Seems like the natural fit, since we are already adding other XML bits
in the PostParse routine.

Previously AddImplicitControllers was only called at the end of XML
parsing, meaning code that builds a DomainDef by hand had to manually
call it. Now those PostParse callers get it for free.

There's some test churn here; xen xm and sexpr test suite bits weren't
calling this before, but now they are, so you'll see new IDE controllers.
I don't think this will cause problems in practice, since the code already
needs to handle these implicit controllers like in the case when a user
defines their own XML.
2016-02-19 09:45:23 -05:00
..
capabilities.c conf: add net device prefix to capabilities 2016-02-04 11:15:51 +00:00
capabilities.h conf: add net device prefix to capabilities 2016-02-04 11:15:51 +00:00
cpu_conf.c XML: escape strings where we should do it 2015-05-12 12:05:07 +02:00
cpu_conf.h conf: Move all NUMA configuration to virDomainNuma 2015-02-20 17:50:08 +01:00
device_conf.c conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
device_conf.h conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
domain_addr.c mark virDomainVirtioSerialAddrSetAddController as static. 2015-12-17 16:57:25 +01:00
domain_addr.h mark virDomainVirtioSerialAddrSetAddController as static. 2015-12-17 16:57:25 +01:00
domain_audit.c conf: Replace read accesses to def->vcpus with accessor 2015-12-09 14:57:12 +01:00
domain_audit.h
domain_capabilities.c XML: escape strings where we should do it 2015-05-12 12:05:07 +02:00
domain_capabilities.h
domain_conf.c domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
domain_conf.h conf: Use virGICVersion enumeration in virDomainDef 2016-02-16 14:58:58 +01:00
domain_event.c Introduce migration iteration event 2016-01-21 16:36:08 +01:00
domain_event.h Introduce migration iteration event 2016-01-21 16:36:08 +01:00
domain_nwfilter.c
domain_nwfilter.h
interface_conf.c interface: don't error out if a bond has no interfaces 2015-05-27 14:25:45 -04:00
interface_conf.h
netdev_bandwidth_conf.c virNetDevBandwidthParseRate: Reject negative values 2015-08-10 13:47:48 +02:00
netdev_bandwidth_conf.h qemu: add udp interface support 2015-09-02 10:17:50 +02:00
netdev_vlan_conf.c
netdev_vlan_conf.h
netdev_vport_profile_conf.c
netdev_vport_profile_conf.h
network_conf.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
network_conf.h conf: Add getter for network routes 2015-07-14 08:04:49 +02:00
network_event.c
network_event.h
networkcommon_conf.c
networkcommon_conf.h
node_device_conf.c conf: support reporting maxCount attribute for virtual_functions cap 2015-11-24 12:29:31 -05:00
node_device_conf.h conf: support reporting maxCount attribute for virtual_functions cap 2015-11-24 12:29:31 -05:00
numa_conf.c conf: fix crash when parsing a unordered NUMA <cell/> 2015-09-08 10:40:20 +02:00
numa_conf.h numa_conf: Introduce virDomainNumaGetMaxCPUID 2015-08-07 17:19:03 +02:00
nwfilter_conf.c Avoid using !STREQ and !STRNEQ 2015-10-21 15:03:35 +02:00
nwfilter_conf.h conf: Split virDomainObjList into a separate file 2015-11-30 13:55:10 +01:00
nwfilter_ipaddrmap.c
nwfilter_ipaddrmap.h
nwfilter_params.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
nwfilter_params.h
object_event_private.h
object_event.c
object_event.h
secret_conf.c
secret_conf.h
snapshot_conf.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
snapshot_conf.h conf: add caps to virDomainSnapshotDefFormat 2016-02-05 10:57:39 +00:00
storage_conf.c conf: Add storage pool device attribute part_separator 2016-01-19 13:02:59 -05:00
storage_conf.h logical: Use VIR_APPEND_ELEMENT instead of VIR_REALLOC_N 2016-02-02 13:12:57 -05:00
virchrdev.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
virchrdev.h
virdomainobjlist.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
virdomainobjlist.h qemu: qemuDomainRename and virDomainObjListNumOfDomains ABBA deadlock fix 2016-02-03 15:20:11 +01:00