From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OANV9-0007yZ-8f for qemu-devel@nongnu.org; Fri, 07 May 2010 09:21:59 -0400 Received: from [140.186.70.92] (port=58451 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OANV0-00041W-Qv for qemu-devel@nongnu.org; Fri, 07 May 2010 09:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAL2V-0005Wp-An for qemu-devel@nongnu.org; Fri, 07 May 2010 06:44:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55909) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAL2U-0005WT-AN for qemu-devel@nongnu.org; Fri, 07 May 2010 06:44:14 -0400 From: Kevin Wolf Date: Fri, 7 May 2010 12:43:44 +0200 Message-Id: <1273229026-12691-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qcow2: Move BlockDriver definiton to the end of the file List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, blauwirbel@gmail.com A recent build fix for OpenBSD moved the BlockDriver definition of qcow2 to somewhere in the middle of the source file. This series tries to solve the problem in a different way that allows the definition to stay where everyone looks for it. Blue Swirl, as I don't have an OpenBSD installation handy, can you try if this works for you? Kevin Wolf (2): Revert "Fix OpenBSD build" qcow2: Remove static forward declaration block/qcow2.c | 491 ++++++++++++++++++++++++++++----------------------------- 1 files changed, 245 insertions(+), 246 deletions(-)