On 15.09.2015 08:11, Fam Zheng wrote: > From: Stefan Hajnoczi > > Join the transaction when the 'transactional-cancel' QMP argument is > true. > > This ensures that the sync bitmap is not thrown away if another block > job in the transaction is cancelled or fails. This is critical so > incremental backup with multiple disks can be retried in case of > cancellation/failure. > > Signed-off-by: Stefan Hajnoczi > Signed-off-by: Fam Zheng > --- > block/backup.c | 25 +++++++-- > blockdev.c | 132 +++++++++++++++++++++++++++++++++++----------- > include/block/block_int.h | 3 +- > qapi-schema.json | 4 +- > qapi/block-core.json | 29 ++++++++++ > 5 files changed, 155 insertions(+), 38 deletions(-) With the changes proposed by Eric: Reviewed-by: Max Reitz