qapi: implement block-dirty-bitmap-remove transaction action
It is used to do transactional movement of the bitmap (which is possible in conjunction with merge command). Transactional bitmap movement is needed in scenarios with external snapshot, when we don't want to leave copy of the bitmap in the base image. Signed-off-by:Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by:
John Snow <jsnow@redhat.com> Reviewed-by:
Max Reitz <mreitz@redhat.com> Message-id: 20190708220502.12977-3-jsnow@redhat.com [Edited "since" version to 4.2 --js] Signed-off-by:
John Snow <jsnow@redhat.com>
Showing
- block.c 1 addition, 1 deletionblock.c
- block/dirty-bitmap.c 7 additions, 8 deletionsblock/dirty-bitmap.c
- blockdev.c 73 additions, 6 deletionsblockdev.c
- include/block/dirty-bitmap.h 1 addition, 1 deletioninclude/block/dirty-bitmap.h
- migration/block-dirty-bitmap.c 1 addition, 1 deletionmigration/block-dirty-bitmap.c
- qapi/transaction.json 2 additions, 0 deletionsqapi/transaction.json
Loading
Please register or sign in to comment