From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDHuI-0002xJ-H8 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 07:23:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDHuG-0002vg-Un for qemu-devel@nongnu.org; Thu, 18 Dec 2008 07:23:10 -0500 Received: from [199.232.76.173] (port=34744 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDHuG-0002vT-QO for qemu-devel@nongnu.org; Thu, 18 Dec 2008 07:23:08 -0500 Received: from mx20.gnu.org ([199.232.41.8]:25012) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LDHuG-0006dN-HW for qemu-devel@nongnu.org; Thu, 18 Dec 2008 07:23:08 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDHuF-0007XL-E0 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 07:23:07 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [6082] Fix the build for non-x86/ppc targets Date: Thu, 18 Dec 2008 12:23:03 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812181223.04363.paul@codesourcery.com> 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 On Thursday 18 December 2008, Anthony Liguori wrote: > Revision: 6082 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6082 > Author: aliguori > Date: 2008-12-18 01:56:22 +0000 (Thu, 18 Dec 2008) > > Log Message: > ----------- > Fix the build for non-x86/ppc targets > > Since pci.c creates network devices, anything that links against pci.c > (everything) has to link against all network devices. Since virtio-net > also requires virtio, we might as well link every target against all of > the virtio devices. Is there any reason the virtio devices are x86/ppc specific? I'd certainly hope that they'd work fine on any machine that supports PCI. Paul