Re: [Qemu-block] [PATCH v2 02/11] iotests/257: add EmulatedBitmap class

2019-07-16 Thread Max Reitz
On 16.07.19 02:01, John Snow wrote: > Represent a bitmap with an object that we can mark and clear bits in. > This makes it easier to manage partial writes when we don't write a > full group's worth of patterns before an error. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/257 | 124

[Qemu-block] [PATCH v2 02/11] iotests/257: add EmulatedBitmap class

2019-07-15 Thread John Snow
Represent a bitmap with an object that we can mark and clear bits in. This makes it easier to manage partial writes when we don't write a full group's worth of patterns before an error. Signed-off-by: John Snow --- tests/qemu-iotests/257 | 124 + 1 file