From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjliK-0005XN-4i for qemu-devel@nongnu.org; Thu, 03 May 2007 20:32:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjliH-0005Wy-N0 for qemu-devel@nongnu.org; Thu, 03 May 2007 20:31:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjliH-0005Wv-HN for qemu-devel@nongnu.org; Thu, 03 May 2007 20:31:57 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hjlbg-0002Wj-QN for qemu-devel@nongnu.org; Thu, 03 May 2007 20:25:09 -0400 Message-ID: <463A7D61.7080307@gmx.at> Date: Fri, 04 May 2007 02:25:05 +0200 From: Clemens Kolbitsch MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Create Fake PCI Cards 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 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