On a Wednesday in 2020, Peter Krempa wrote:
First one prepares and validates the definition, the second one
actually
either updates an existing checkpoint or assigns definition for the new
one.
This will allow driver code to add extra validation between those
steps.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/checkpoint_conf.c | 30 +++++++++++++++++++++---------
src/conf/checkpoint_conf.h | 14 +++++++++-----
src/libvirt_private.syms | 1 +
src/qemu/qemu_checkpoint.c | 12 ++----------
src/test/test_driver.c | 9 ++++-----
5 files changed, 37 insertions(+), 29 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano