From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hk0oy-00015k-Bf for qemu-devel@nongnu.org; Fri, 04 May 2007 12:39:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hk0ox-00015B-9t for qemu-devel@nongnu.org; Fri, 04 May 2007 12:39:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hk0ox-000157-6h for qemu-devel@nongnu.org; Fri, 04 May 2007 12:39:51 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hk0iI-00020X-0E for qemu-devel@nongnu.org; Fri, 04 May 2007 12:32:58 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Create Fake PCI Cards Date: Fri, 4 May 2007 17:32:52 +0100 References: <463A7D61.7080307@gmx.at> In-Reply-To: <463A7D61.7080307@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705041732.53414.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 Cc: Clemens Kolbitsch > 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