]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: add a new parse flag VIR_DOMAIN_DEF_PARSE_ABI_UPDATE_MIGRATION
authorPavel Hrdina <phrdina@redhat.com>
Thu, 9 Mar 2017 12:57:54 +0000 (13:57 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 20 Apr 2017 07:03:53 +0000 (09:03 +0200)
commit5c7d88085a762cf4ecc9416a3b7581fa45738c2a
tree36d79e673abf27b5506ff28a7e72af936406a16e
parentdd81f56842350a8d64c53bfa8a09dc9f35a91f7e
conf: add a new parse flag VIR_DOMAIN_DEF_PARSE_ABI_UPDATE_MIGRATION

So far there is probably no change that is allowed to be done
by the VIR_DOMAIN_DEF_PARSE_ABI_UPDATE flag that would break
guest ABI but this may change in the future.

This introduces new VIR_DOMAIN_DEF_PARSE_ABI_UPDATE_MIGRATION
which should be used only for ABI updates that are "safe" for
persistent migration.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_migration_cookie.c