From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAQcY-0004Vu-Qx for qemu-devel@nongnu.org; Fri, 07 May 2010 12:41:50 -0400 Received: from [140.186.70.92] (port=44439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAQcX-0004TR-0n for qemu-devel@nongnu.org; Fri, 07 May 2010 12:41:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAQcV-0008QM-H5 for qemu-devel@nongnu.org; Fri, 07 May 2010 12:41:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46016) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAQcV-0008QF-8p for qemu-devel@nongnu.org; Fri, 07 May 2010 12:41:47 -0400 Message-ID: <4BE442AF.20807@redhat.com> Date: Fri, 07 May 2010 18:41:19 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1273229026-12691-1-git-send-email-kwolf@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [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: Blue Swirl Cc: qemu-devel@nongnu.org Am 07.05.2010 17:45, schrieb Blue Swirl: > On 5/7/10, Kevin Wolf wrote: >> 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? > > Seems to work. Should I commit them or do you want to use the block branch? I don't mind. It's already in the block branch, so it would be part of my next pull request anyway. If you commit it before that, that's no problem either. Kevin