From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAR99-0005lV-9L for qemu-devel@nongnu.org; Fri, 07 May 2010 13:15:31 -0400 Received: from [140.186.70.92] (port=36722 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAR97-0005lN-TM for qemu-devel@nongnu.org; Fri, 07 May 2010 13:15:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAR96-0005Bl-Fp for qemu-devel@nongnu.org; Fri, 07 May 2010 13:15:29 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:41422) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAR96-0005Bc-BE for qemu-devel@nongnu.org; Fri, 07 May 2010 13:15:28 -0400 Received: by pxi19 with SMTP id 19so572599pxi.4 for ; Fri, 07 May 2010 10:15:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4BE442AF.20807@redhat.com> References: <1273229026-12691-1-git-send-email-kwolf@redhat.com> <4BE442AF.20807@redhat.com> Date: Fri, 7 May 2010 20:15:27 +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: > 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. I applied them then, thanks.