[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Create Fake PCI Cards
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] Create Fake PCI Cards |
Date: |
Fri, 4 May 2007 17:32:52 +0100 |
User-agent: |
KMail/1.9.6 |
> 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