From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LD88v-0002iA-4q for qemu-devel@nongnu.org; Wed, 17 Dec 2008 20:57:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LD88t-0002hg-JN for qemu-devel@nongnu.org; Wed, 17 Dec 2008 20:57:36 -0500 Received: from [199.232.76.173] (port=44159 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LD88t-0002hd-E7 for qemu-devel@nongnu.org; Wed, 17 Dec 2008 20:57:35 -0500 Received: from yw-out-1718.google.com ([74.125.46.156]:55830) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LD88t-0007Qx-5r for qemu-devel@nongnu.org; Wed, 17 Dec 2008 20:57:35 -0500 Received: by yw-out-1718.google.com with SMTP id 6so78428ywa.82 for ; Wed, 17 Dec 2008 17:57:34 -0800 (PST) Message-ID: <4949AE07.6020004@codemonkey.ws> Date: Wed, 17 Dec 2008 19:57:27 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [6073] virtio-net support References: 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: qemu-devel@nongnu.org Consul wrote: > Anthony Liguori wrote: >> Revision: 6073 >> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6073 >> Author: aliguori >> Date: 2008-12-17 19:13:11 +0000 (Wed, 17 Dec 2008) >> >> Log Message: >> ----------- >> virtio-net support > > > I think probably this patch broke compilation of arm-softmmu on > Windows (I'm using r6081): Sorry about that, should be fixed now. I was doing a partial build because the full build takes too long. I didn't cross my mind that it could break the full build. There's a strange dependency in pci.c that led to this. Regards, Anthony Liguori