Re: [Qemu-devel] [PATCH v6 09/10] tests: Add test code for hbitmap serialization

2016-07-18 Thread John Snow
On 07/18/2016 11:24 AM, Max Reitz wrote: > On 15.07.2016 22:27, John Snow wrote: >> From: Fam Zheng >> >> Acked-by: John Snow >> Signed-off-by: Fam Zheng >> Signed-off-by: John Snow >> --- >> tests/test-hbitmap.c | 139 >> +++ >> 1 file change

Re: [Qemu-devel] [PATCH v6 09/10] tests: Add test code for hbitmap serialization

2016-07-18 Thread Max Reitz
On 15.07.2016 22:27, John Snow wrote: > From: Fam Zheng > > Acked-by: John Snow > Signed-off-by: Fam Zheng > Signed-off-by: John Snow > --- > tests/test-hbitmap.c | 139 > +++ > 1 file changed, 139 insertions(+) > > diff --git a/tests/test-hbi

[Qemu-devel] [PATCH v6 09/10] tests: Add test code for hbitmap serialization

2016-07-15 Thread John Snow
From: Fam Zheng Acked-by: John Snow Signed-off-by: Fam Zheng Signed-off-by: John Snow --- tests/test-hbitmap.c | 139 +++ 1 file changed, 139 insertions(+) diff --git a/tests/test-hbitmap.c b/tests/test-hbitmap.c index e3abde1..18e8114 100644 -