Re: [Qemu-devel] [PATCH 04/17] qcow2: Dirty Bitmaps Ext: structs and consts

2016-02-16 Thread Vladimir Sementsov-Ogievskiy
On 06.10.2015 23:16, John Snow wrote: On 09/05/2015 12:43 PM, Vladimir Sementsov-Ogievskiy wrote: Add data structures and constraints accordingly to docs/specs/qcow2.txt Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/Makefile.objs| 2 +- block/qcow2-dirty-bitmap.c | 42

Re: [Qemu-devel] [PATCH 04/17] qcow2: Dirty Bitmaps Ext: structs and consts

2015-10-06 Thread John Snow
On 09/05/2015 12:43 PM, Vladimir Sementsov-Ogievskiy wrote: > Add data structures and constraints accordingly to docs/specs/qcow2.txt > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/Makefile.objs| 2 +- > block/qcow2-dirty-bitmap.c | 42 ++

Re: [Qemu-devel] [PATCH 04/17] qcow2: Dirty Bitmaps Ext: structs and consts

2015-10-06 Thread John Snow
On 09/05/2015 12:43 PM, Vladimir Sementsov-Ogievskiy wrote: > Add data structures and constraints accordingly to docs/specs/qcow2.txt > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/Makefile.objs| 2 +- > block/qcow2-dirty-bitmap.c | 42 ++

[Qemu-devel] [PATCH 04/17] qcow2: Dirty Bitmaps Ext: structs and consts

2015-09-05 Thread Vladimir Sementsov-Ogievskiy
Add data structures and constraints accordingly to docs/specs/qcow2.txt Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/Makefile.objs| 2 +- block/qcow2-dirty-bitmap.c | 42 ++ block/qcow2.h | 28 3