[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qcow2: fix #ifdef'd qcow2_check_refcounts() cal
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH] qcow2: fix #ifdef'd qcow2_check_refcounts() callers |
Date: |
Mon, 18 Jun 2012 15:09:29 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
Am 15.06.2012 17:41, schrieb Stefan Hajnoczi:
> The DEBUG_ALLOC qcow2.h macro enables additional consistency checks
> throughout the code. This makes it easier to spot corruptions that are
> introduced during development. Since consistency check is an expensive
> operation the DEBUG_ALLOC macro is used to compile checks out in normal
> builds and qcow2_check_refcounts() calls missed the addition of a new
> function argument.
>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
Thanks, applied to the block branch.
Kevin