Re: [Qemu-devel] [PATCH] block: remove bdrv_dirty_bitmap_make_anon

2018-03-26 Thread Vladimir Sementsov-Ogievskiy
23.03.2018 19:42, Paolo Bonzini wrote: All this function is doing will be repeated by bdrv_do_release_matching_dirty_bitmap_locked, except resetting bm->persistent. But even that does not matter because the bitmap will be freed. Signed-off-by: Paolo Bonzini Reviewed-by: Vladimir Sementsov-Og

[Qemu-devel] [PATCH] block: remove bdrv_dirty_bitmap_make_anon

2018-03-23 Thread Paolo Bonzini
All this function is doing will be repeated by bdrv_do_release_matching_dirty_bitmap_locked, except resetting bm->persistent. But even that does not matter because the bitmap will be freed. Signed-off-by: Paolo Bonzini --- block/dirty-bitmap.c | 9 - blockdev.c