From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAPjg-000579-NU for qemu-devel@nongnu.org; Fri, 07 May 2010 11:45:08 -0400 Received: from [140.186.70.92] (port=33755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAPjf-00055i-2a for qemu-devel@nongnu.org; Fri, 07 May 2010 11:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAPjd-00049i-Eb for qemu-devel@nongnu.org; Fri, 07 May 2010 11:45:06 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:58377) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAPjd-00049a-9Z for qemu-devel@nongnu.org; Fri, 07 May 2010 11:45:05 -0400 Received: by pwj9 with SMTP id 9so390909pwj.4 for ; Fri, 07 May 2010 08:45:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1273229026-12691-1-git-send-email-kwolf@redhat.com> References: <1273229026-12691-1-git-send-email-kwolf@redhat.com> Date: Fri, 7 May 2010 18:45:04 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 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: Kevin Wolf Cc: qemu-devel@nongnu.org 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?