Re: [Qemu-devel] [PATCH v2 00/12] Drive mirroring performance improvements

2013-01-21 Thread Kevin Wolf
Am 16.01.2013 18:31, schrieb Paolo Bonzini: > The fixes from the previous post are: > > 1) the in_flight_bitmap is now properly set and cleared [Stefan]; > > 2) persistent dirty bitmap left out [Stefan]; > > 3) reordered arguments in qmp-command.hx to follow patch order [Stefan]; > > 4) tests/q

Re: [Qemu-devel] [PATCH v2 00/12] Drive mirroring performance improvements

2013-01-16 Thread Eric Blake
On 01/16/2013 10:31 AM, Paolo Bonzini wrote: > The fixes from the previous post are: > > 1) the in_flight_bitmap is now properly set and cleared [Stefan]; > > 2) persistent dirty bitmap left out [Stefan]; > > 3) reordered arguments in qmp-command.hx to follow patch order [Stefan]; > > 4) tests/

[Qemu-devel] [PATCH v2 00/12] Drive mirroring performance improvements

2013-01-16 Thread Paolo Bonzini
The fixes from the previous post are: 1) the in_flight_bitmap is now properly set and cleared [Stefan]; 2) persistent dirty bitmap left out [Stefan]; 3) reordered arguments in qmp-command.hx to follow patch order [Stefan]; 4) tests/qemu-iotests/041.out is regenerated; 5) rebased for moved incl