Re: [Qemu-devel] [PATCH v2 04/18] qapi: add BitmapSyncMode enum

2019-07-05 Thread John Snow
On 7/5/19 10:18 AM, Markus Armbruster wrote: > John Snow writes: > >> 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 s

Re: [Qemu-devel] [PATCH v2 04/18] qapi: add BitmapSyncMode enum

2019-07-05 Thread Markus Armbruster
John Snow writes: > 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 bitma

Re: [Qemu-devel] [PATCH v2 04/18] qapi: add BitmapSyncMode enum

2019-07-04 Thread Max Reitz
On 03.07.19 23:55, 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 v2 04/18] qapi: add BitmapSyncMode enum

2019-07-03 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