From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hk6f3-0007bQ-ER for qemu-devel@nongnu.org; Fri, 04 May 2007 18:54:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hk6f1-0007bE-WB for qemu-devel@nongnu.org; Fri, 04 May 2007 18:54:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hk6f1-0007bB-Sh for qemu-devel@nongnu.org; Fri, 04 May 2007 18:53:59 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hk6YL-0007nS-0m for qemu-devel@nongnu.org; Fri, 04 May 2007 18:47:05 -0400 Message-ID: <463BB7E6.9030805@gmx.at> Date: Sat, 05 May 2007 00:47:02 +0200 From: Clemens Kolbitsch MIME-Version: 1.0 Subject: Re: [Qemu-devel] Create Fake PCI Cards References: <463A7D61.7080307@gmx.at> <200705041732.53414.paul@codesourcery.com> In-Reply-To: <200705041732.53414.paul@codesourcery.com> 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 Cc: Paul Brook Paul Brook wrote: >> 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. >> > > Qemu already has many emulated PCI devices. Look at those. > > Paul > yeah... to be honest, i postet the message about 2 mins too early. right afterwards i found the pci-proxy and similar things and started to understand the code-flow what i'm trying to do now is to make this fake wireless device. however, i originally wanted to write an virtual driver for an atheros chipset, but the hardware-access layer is not open-source. so, does anyone know of a chip that is used regurarly and that has an open-source hal? thanks!!