Re: [Qemu-devel] [RFC 2/7] qcow2: introduce dirty bit

2012-06-25 Thread Stefan Hajnoczi
On Mon, Jun 25, 2012 at 3:18 PM, Kevin Wolf wrote: > Am 22.06.2012 17:08, schrieb Stefan Hajnoczi: >> This patch adds an incompatible feature bit to mark images that have not >> been closed cleanly.  When a dirty image file is opened a consistency >> check and repair is performed. >> >> Signed-off

Re: [Qemu-devel] [RFC 2/7] qcow2: introduce dirty bit

2012-06-25 Thread Kevin Wolf
Am 22.06.2012 17:08, schrieb Stefan Hajnoczi: > This patch adds an incompatible feature bit to mark images that have not > been closed cleanly. When a dirty image file is opened a consistency > check and repair is performed. > > Signed-off-by: Stefan Hajnoczi > --- > block/qcow2.c | 44 ++

[Qemu-devel] [RFC 2/7] qcow2: introduce dirty bit

2012-06-22 Thread Stefan Hajnoczi
This patch adds an incompatible feature bit to mark images that have not been closed cleanly. When a dirty image file is opened a consistency check and repair is performed. Signed-off-by: Stefan Hajnoczi --- block/qcow2.c | 44 ++-- block/qcow2.h |3