From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpIsR-0002E0-7N for qemu-devel@nongnu.org; Fri, 05 Aug 2011 07:47:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpIsM-0003zj-WA for qemu-devel@nongnu.org; Fri, 05 Aug 2011 07:47:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpIsM-0003zW-Jx for qemu-devel@nongnu.org; Fri, 05 Aug 2011 07:47:38 -0400 Message-ID: <4E3BD909.4030709@redhat.com> Date: Fri, 05 Aug 2011 13:50:33 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <201108041922.11014.hahn@univention.de> In-Reply-To: <201108041922.11014.hahn@univention.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix DEBUG_* compilation of qcow2. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philipp Hahn Cc: qemu-devel@nongnu.org Am 04.08.2011 19:22, schrieb Philipp Hahn: > By introducing BlockDriverState compiling qcow2 with DEBUG_ALLOC and DEBUG_EXT > defined got broken. > Define a BdrvCheckResult structure locally which is now needed as the second > argument. > > Also fix qcow2_read_extensions() needing BDRVQcowState. > > Signed-off-by: Philipp Hahn > --- > block/qcow2-snapshot.c | 15 ++++++++++++--- > block/qcow2.c | 6 +++++- > 2 files changed, 17 insertions(+), 4 deletions(-) > Thanks, applied to the block branch. Kevin