From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPl1b-0003U5-Jl for qemu-devel@nongnu.org; Sun, 03 Aug 2008 17:21:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPl1a-0003Ts-Fb for qemu-devel@nongnu.org; Sun, 03 Aug 2008 17:21:58 -0400 Received: from [199.232.76.173] (port=59581 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPl1a-0003Tp-AN for qemu-devel@nongnu.org; Sun, 03 Aug 2008 17:21:58 -0400 Received: from an-out-0708.google.com ([209.85.132.245]:33803) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KPl1a-00069U-Ev for qemu-devel@nongnu.org; Sun, 03 Aug 2008 17:21:58 -0400 Received: by an-out-0708.google.com with SMTP id d18so520569and.130 for ; Sun, 03 Aug 2008 14:21:57 -0700 (PDT) Message-ID: <48962153.5060409@codemonkey.ws> Date: Sun, 03 Aug 2008 16:21:23 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] Fix compilation of nbd on Windows References: <20080704092849.5BC0.20F538E7@nsfocus.com> <20080704023451.GO7007@networkno.de> <20080704115101.5BC9.20F538E7@nsfocus.com> <1215160927.3802.4.camel@frecb07144> <20080704203231.GB31670@networkno.de> <4895E6CC.6040906@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Johannes Schindelin Cc: Laurent Vivier , qemu-devel@nongnu.org, chenqing Johannes Schindelin wrote: > Hi, > > [was it intentional that you culled me, and me alone, from the Cc: list? > I know that you like to be rude against me, but I'd like to know if it > was really meant this way this time.] > > On Sun, 3 Aug 2008, Anthony Liguori wrote: > > >> Johannes Schindelin wrote: >> >>> This still only supports the client side, and only the TCP version of >>> it, since Windows does not have Unix sockets. >>> >>> >> This patch fixes the build of qemu-nbd but breaks the build of qemu for >> win32. >> > > The build did not break here. > > But then, I do not have a Windows computer myself, so I could not really > test QEmu itself. > BTW, QEMU seems to run just fine under wine. Right now I'm building with mingw and testing with wine. That seems to be working pretty well. Regards, Anthony Liguori