Am 22.01.2013 09:03, schrieb Paolo Bonzini: > Here are the remaining patches. Interdiff at the end of this cover > letter. > > Thanks, > > Paolo > > Paolo Bonzini (4): > mirror: switch mirror_iteration to AIO > mirror: add buf-size argument to drive-mirror > mirror: support more than one in-flight AIO operation > mirror: support arbitrarily-sized iterations > > block/mirror.c | 326 > ++++++++++++++++++++++++++++++++++++--------- > blockdev.c | 9 +- > hmp.c | 2 +- > include/block/block_int.h | 5 +- > qapi-schema.json | 5 +- > qmp-commands.hx | 4 +- > tests/qemu-iotests/041 | 31 +++++ > tests/qemu-iotests/041.out | 4 +- > trace-events | 5 + > 9 files changed, 321 insertions(+), 70 deletions(-)
Thanks, applied all to the block branch. Kevin