]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Provide parse flags to PostParse functions
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 8 Jan 2016 13:00:56 +0000 (14:00 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 11 Jan 2016 09:54:50 +0000 (10:54 +0100)
commit93103da84bf938f419b400a5c40898bd1b816331
tree58fd4b3746541d191dc63b0e2b2c426205ebbf43
parentfde937bda044b0a1aa2244a00d0b449d99758e25
Provide parse flags to PostParse functions

This way both Domain and Device PostParse functions can act based on the
flags.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
15 files changed:
src/bhyve/bhyve_domain.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_domain.c
src/lxc/lxc_domain.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_domain.c
src/uml/uml_driver.c
src/vbox/vbox_common.c
src/vmware/vmware_driver.c
src/vmx/vmx.c
src/vz/vz_driver.c
src/xen/xen_driver.c
src/xenapi/xenapi_driver.c