Re: [Qemu-devel] [PATCH] qcow2: CHECK_OFLAG_COPIED is obsolete

2013-10-02 Thread Stefan Hajnoczi
On Mon, Sep 30, 2013 at 09:21:07AM +0200, Max Reitz wrote: > CHECK_OFLAG_COPIED as a parameter to check_refcounts_l1 and > check_refcounts_l2 is obselete now, since the OFLAG_COPIED consistency > check is actually no longer performed by these functions (but by > check_oflag_copied). > > Signed-off

Re: [Qemu-devel] [PATCH] qcow2: CHECK_OFLAG_COPIED is obsolete

2013-09-30 Thread Kevin Wolf
Am 30.09.2013 um 09:21 hat Max Reitz geschrieben: > CHECK_OFLAG_COPIED as a parameter to check_refcounts_l1 and > check_refcounts_l2 is obselete now, since the OFLAG_COPIED consistency > check is actually no longer performed by these functions (but by > check_oflag_copied). > > Signed-off-by: Max

[Qemu-devel] [PATCH] qcow2: CHECK_OFLAG_COPIED is obsolete

2013-09-30 Thread Max Reitz
CHECK_OFLAG_COPIED as a parameter to check_refcounts_l1 and check_refcounts_l2 is obselete now, since the OFLAG_COPIED consistency check is actually no longer performed by these functions (but by check_oflag_copied). Signed-off-by: Max Reitz --- block/qcow2-refcount.c | 4 +--- 1 file changed, 1