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
hi!
did you ever
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 m
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 schri
> 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 d
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 tha