libvirt/tests/xmconfigdata
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
..
sexpr2xml-pv-bootloader.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
sexpr2xml-pv-bootloader.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
test-escape-paths.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-escape-paths.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-default-feature.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-default-feature.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-force-hpet.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-force-hpet.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-force-nohpet.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-force-nohpet.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-localtime.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-localtime.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-net-netfront.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-net-netfront.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-new-cdrom.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-new-cdrom.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-parallel-tcp.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-parallel-tcp.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-dev-2-ports.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-dev-2-ports.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-dev-2nd-port.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-dev-2nd-port.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-file.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-file.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-null.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-null.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-pipe.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-pipe.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-pty.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-pty.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-stdio.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-stdio.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-tcp-telnet.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-tcp-telnet.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-tcp.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-tcp.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-udp.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-udp.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-serial-unix.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-serial-unix.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-sound.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-sound.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-usbmouse.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-usbmouse.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-usbtablet-no-bus.xml xen: use virDomainDefPostParse for parsing XM/XL/SEXPR cofings 2015-12-09 12:59:21 +01:00
test-fullvirt-usbtablet.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-usbtablet.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-fullvirt-utc.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-fullvirt-utc.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-no-source-cdrom.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-no-source-cdrom.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00
test-paravirt-maxvcpus.cfg Xen: support maxvcpus in xm and xl config 2015-12-18 17:52:00 -07:00
test-paravirt-maxvcpus.xml device: cleanup input device code 2016-01-26 17:53:33 +01:00
test-paravirt-net-e1000.cfg xenconfig: move <os> parsing/formating to config-specific files 2015-04-16 16:11:01 -06:00
test-paravirt-net-e1000.xml xen: use virDomainDefPostParse for parsing XM/XL/SEXPR cofings 2015-12-09 12:59:21 +01:00
test-paravirt-net-vifname.cfg xenconfig: move <os> parsing/formating to config-specific files 2015-04-16 16:11:01 -06:00
test-paravirt-net-vifname.xml xen: use virDomainDefPostParse for parsing XM/XL/SEXPR cofings 2015-12-09 12:59:21 +01:00
test-paravirt-new-pvfb-vncdisplay.cfg xenconfig: move <os> parsing/formating to config-specific files 2015-04-16 16:11:01 -06:00
test-paravirt-new-pvfb-vncdisplay.xml xen: use virDomainDefPostParse for parsing XM/XL/SEXPR cofings 2015-12-09 12:59:21 +01:00
test-paravirt-new-pvfb.cfg xenconfig: move <os> parsing/formating to config-specific files 2015-04-16 16:11:01 -06:00
test-paravirt-new-pvfb.xml xen: use virDomainDefPostParse for parsing XM/XL/SEXPR cofings 2015-12-09 12:59:21 +01:00
test-paravirt-vcpu.cfg Xen: support maxvcpus in xm and xl config 2015-12-18 17:52:00 -07:00
test-paravirt-vcpu.xml device: cleanup input device code 2016-01-26 17:53:33 +01:00
test-pci-devs.cfg Xen: tests: use latest XEND_CONFIG_VERSION in xm/xl tests 2015-12-17 21:22:33 -07:00
test-pci-devs.xml domain: add implicit controllers from post parse 2016-02-19 09:45:23 -05:00