]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add save cookie callbacks to xmlopt
authorJiri Denemark <jdenemar@redhat.com>
Thu, 1 Jun 2017 22:44:46 +0000 (00:44 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 7 Jun 2017 11:36:01 +0000 (13:36 +0200)
commit25af7e950a9e35a6cffeed32bbcdd95dd7e01035
treec7741939c9ee5ab4c37fc16ba399be74e1343a86
parente37daa1fb69ec30042cbc38d489217edb656bc30
conf: Add save cookie callbacks to xmlopt

virDomainXMLOption gains driver specific callbacks for parsing and
formatting save cookies.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
23 files changed:
src/bhyve/bhyve_domain.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/snapshot_conf.c
src/conf/snapshot_conf.h
src/libvirt_private.syms
src/libxl/libxl_conf.c
src/lxc/lxc_conf.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_conf.c
src/security/virt-aa-helper.c
src/test/test_driver.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
tests/bhyveargv2xmltest.c
tests/testutils.c