On Mon, Jun 05, 2017 at 11:26:56AM +0200, Jiri Denemark wrote:
virDomainXMLOption gains driver specific callbacks for parsing and
formatting save cookies.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/bhyve/bhyve_domain.c | 2 +-
src/conf/domain_conf.c | 16 +++++++++++++++-
src/conf/domain_conf.h | 7 ++++++-
src/conf/snapshot_conf.c | 11 ++++++++++-
src/conf/snapshot_conf.h | 2 ++
src/libvirt_private.syms | 1 +
src/libxl/libxl_conf.c | 2 +-
src/lxc/lxc_conf.c | 2 +-
src/openvz/openvz_driver.c | 2 +-
src/phyp/phyp_driver.c | 2 +-
src/qemu/qemu_capabilities.c | 2 +-
src/qemu/qemu_conf.c | 3 ++-
src/security/virt-aa-helper.c | 2 +-
src/test/test_driver.c | 2 +-
src/uml/uml_driver.c | 2 +-
src/vbox/vbox_common.c | 2 +-
src/vmware/vmware_driver.c | 3 ++-
src/vmx/vmx.c | 2 +-
src/vz/vz_driver.c | 2 +-
src/xen/xen_driver.c | 2 +-
src/xenapi/xenapi_driver.c | 2 +-
tests/bhyveargv2xmltest.c | 2 +-
tests/testutils.c | 2 +-
23 files changed, 54 insertions(+), 21 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>