From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDM9b-0005Qy-F4 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:55:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDM9a-0005QS-S2 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:55:15 -0500 Received: from [199.232.76.173] (port=59713 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDM9a-0005QK-Co for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:55:14 -0500 Received: from main.gmane.org ([80.91.229.2]:49783 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LDM9a-0007gA-0B for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:55:14 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LDM9T-0002mM-GJ for qemu-devel@nongnu.org; Thu, 18 Dec 2008 16:55:07 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Dec 2008 16:55:07 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Dec 2008 16:55:07 +0000 From: Consul Date: Thu, 18 Dec 2008 08:54:59 -0800 Message-ID: References: <4949AE07.6020004@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4949AE07.6020004@codemonkey.ws> Sender: news Subject: [Qemu-devel] Re: [6073] virtio-net support 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 Anthony Liguori wrote: > 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 > > > > Thanks. It compiles fine now. Alex.