Re: [Qemu-devel] [RFC PATCH 10/16] qbm: Implement format driver

2016-02-17 Thread Vladimir Sementsov-Ogievskiy
As I understand, the difference between our driver interfaces: Fam: methods: bdrv_dirty_bitmap_set_persistent all persistent bitmaps are loaded, and they all are enabled Me: methods: bdrv_dirty_bitmap_load \ bitmaps loaded on demand, by name (by cmd line at qemu sta

[Qemu-devel] [RFC PATCH 10/16] qbm: Implement format driver

2016-01-26 Thread Fam Zheng
Signed-off-by: Fam Zheng --- block/Makefile.objs |1 + block/qbm.c | 1315 +++ 2 files changed, 1316 insertions(+) create mode 100644 block/qbm.c diff --git a/block/Makefile.objs b/block/Makefile.objs index cdd8655..ba7 100644 ---