Re: [Qemu-block] [PATCH v3 04/18] qapi: add BitmapSyncMode enum

2019-07-09 Thread Max Reitz
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. > -

[Qemu-block] [PATCH v3 04/18] qapi: add BitmapSyncMode enum

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