Re: [Qemu-devel] [PATCH 01/12] qapi: add BitmapSyncMode enum

2019-06-20 Thread Max Reitz
On 20.06.19 03:03, 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-devel] [PATCH 01/12] qapi: add BitmapSyncMode enum

2019-06-19 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