[PATCH 5/9] checkpoint: Introduce VIR_DOMAIN_CHECKPOINT_REDEFINE_VALIDATE flag

2020-11-04 Thread Peter Krempa
Introduce a flag which will allow users to perform hypervisor-specific valdiation when redefining the checkpoint metadata. This will allow to check metadata which is stored e.g. in disk images when populating the libvirt metadata. Signed-off-by: Peter Krempa --- include/libvirt/libvirt-domain-ch

Re: [PATCH 5/9] checkpoint: Introduce VIR_DOMAIN_CHECKPOINT_REDEFINE_VALIDATE flag

2020-11-04 Thread Ján Tomko
On a Wednesday in 2020, Peter Krempa wrote: Introduce a flag which will allow users to perform hypervisor-specific valdiation when redefining the checkpoint metadata. This will allow to *validation s/allow to check/allow checking/ check metadata which is stored e.g. in disk images when popul