Re: [Qemu-block] [PATCH v2 2/3] qapi: implement block-dirty-bitmap-remove transaction action

2019-07-03 Thread John Snow
On 7/3/19 3:30 PM, Max Reitz wrote: > On 01.07.19 22:13, John Snow wrote: >> 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

Re: [Qemu-block] [PATCH v2 2/3] qapi: implement block-dirty-bitmap-remove transaction action

2019-07-03 Thread Max Reitz
On 03.07.19 21:30, Max Reitz wrote: > On 01.07.19 22:13, John Snow wrote: >> 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

Re: [Qemu-block] [PATCH v2 2/3] qapi: implement block-dirty-bitmap-remove transaction action

2019-07-03 Thread Max Reitz
On 01.07.19 22:13, John Snow wrote: > 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. >

[Qemu-block] [PATCH v2 2/3] qapi: implement block-dirty-bitmap-remove transaction action

2019-07-01 Thread John Snow
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