From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hk28b-0001jY-4a for qemu-devel@nongnu.org; Fri, 04 May 2007 14:04:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hk28Z-0001hF-Io for qemu-devel@nongnu.org; Fri, 04 May 2007 14:04:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hk28Z-0001gt-Fb for qemu-devel@nongnu.org; Fri, 04 May 2007 14:04:11 -0400 Received: from moutng.kundenserver.de ([212.227.126.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hk21t-0006Or-UI for qemu-devel@nongnu.org; Fri, 04 May 2007 13:57:18 -0400 Message-ID: <463B73F9.1000302@mail.berlios.de> Date: Fri, 04 May 2007 19:57:13 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Create Fake PCI Cards References: <463A7D61.7080307@gmx.at> In-Reply-To: <463A7D61.7080307@gmx.at> Content-Type: text/plain; charset=ISO-8859-1 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 If you need a wireless PCI device, I can provide code for TNETW1130 (ACX111). Get it from http://svn.berlios.de/svnroot/repos/ar7-firmware/qemu/trunk/hw/tnetw1130.c It works partially with an emulated Linux 2.6.20: the PCI card is recognized, and it loads firmware. Stefan Clemens Kolbitsch schrieb: > Hi everyone! > I've read some posts in the qemu-mailinglist archives about the idea > of a pci-proxy (allowing the client-os to access the host-os-pci > devices) and the problems related to that. > > now, I want to make something similar and wonder if there is already > some source code that does all that already (because a big part of it > might exist in the proxy mentioned or even in the standard > qemu-ethernet-device): > > I want to create a "fake"/virtual pci device that only exists in the > vm. so basically it boils down to adding a new (wireless) device that > is not connected to anything and that i can write data to/read data > from the device driver runnnig inside of qemu. > > Any help would be greatly appreciated! > Clemens