Re: [Qemu-devel] [PULL v2 22/26] qcow2-refcount: Move OFLAG_COPIED checks

2013-09-03 Thread Kevin Wolf
Am 02.09.2013 um 15:52 hat Stefan Hajnoczi geschrieben: > On Mon, Sep 2, 2013 at 10:49 AM, Kevin Wolf wrote: > > From: Max Reitz > > > > Move the OFLAG_COPIED checks out of check_refcounts_l1 and > > check_refcounts_l2 and after the actual refcount checks/fixes (since the > > refcounts might actu

Re: [Qemu-devel] [PULL v2 22/26] qcow2-refcount: Move OFLAG_COPIED checks

2013-09-02 Thread Stefan Hajnoczi
On Mon, Sep 2, 2013 at 10:49 AM, Kevin Wolf wrote: > From: Max Reitz > > Move the OFLAG_COPIED checks out of check_refcounts_l1 and > check_refcounts_l2 and after the actual refcount checks/fixes (since the > refcounts might actually change there). > > Signed-off-by: Max Reitz > Signed-off-by: K