Re: [Qemu-devel] [PATCH 03/20] block: implement dirty bitmap using HBitmap

2012-12-13 Thread Eric Blake
On 12/12/2012 06:46 AM, Paolo Bonzini wrote: > This actually uses the dirty bitmap in the block layer, and converts > mirroring to use an HBitmapIter. > > Reviewed-by: Laszlo Ersek (except block/mirror.c parts) > Signed-off-by: Paolo Bonzini > --- > Makefile.objs | 2 +- > block.c| 94

[Qemu-devel] [PATCH 03/20] block: implement dirty bitmap using HBitmap

2012-12-12 Thread Paolo Bonzini
This actually uses the dirty bitmap in the block layer, and converts mirroring to use an HBitmapIter. Reviewed-by: Laszlo Ersek (except block/mirror.c parts) Signed-off-by: Paolo Bonzini --- Makefile.objs | 2 +- block.c| 94 ++