Re: [Qemu-devel] [PATCH 2/8] iotests/257: add EmulatedBitmap class

2019-07-10 Thread John Snow
On 7/10/19 11:47 AM, Max Reitz wrote: > On 10.07.19 03:05, 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

Re: [Qemu-devel] [PATCH 2/8] iotests/257: add EmulatedBitmap class

2019-07-10 Thread Max Reitz
On 10.07.19 03:05, 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 | 125 ++

[Qemu-devel] [PATCH 2/8] iotests/257: add EmulatedBitmap class

2019-07-09 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 | 125 + 1 file ch