On 05.07.19 22:16, John Snow wrote: > Depending on what a user is trying to accomplish, there might be a few > bitmap cleanup actions that occur when an operation is finished that > could be useful. > > I am proposing three: > - NEVER: The bitmap is never synchronized against what was copied. > - ALWAYS: The bitmap is always synchronized, even on failures. > - ON-SUCCESS: The bitmap is synchronized only on success. > > The existing incremental backup modes use 'on-success' semantics, > so add just that one for right now. > > Signed-off-by: John Snow > --- > qapi/block-core.json | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) Reviewed-by: Max Reitz