Re: [Qemu-devel] [PATCH v8 04/10] hbitmap: Add hbitmap_copy

2014-11-27 Thread Max Reitz
On 2014-11-26 at 18:41, John Snow wrote: From: Fam Zheng This makes a deep copy of an HBitmap. Signed-off-by: Fam Zheng Signed-off-by: John Snow --- include/qemu/hbitmap.h | 8 util/hbitmap.c | 16 2 files changed, 24 insertions(+) Reviewed-by: Max Re

[Qemu-devel] [PATCH v8 04/10] hbitmap: Add hbitmap_copy

2014-11-26 Thread John Snow
From: Fam Zheng This makes a deep copy of an HBitmap. Signed-off-by: Fam Zheng Signed-off-by: John Snow --- include/qemu/hbitmap.h | 8 util/hbitmap.c | 16 2 files changed, 24 insertions(+) diff --git a/include/qemu/hbitmap.h b/include/qemu/hbitmap.h index