Page 1 of 1

PCI-E Emulation

Posted: 10. Dec 2007, 07:14
by eugenio_vb
Hi,

Is there any way to emulate a PCI-E controller like the USB one?

The problem here is that I'd like to use an Intel Wifi 3945ABG card under the virtual-machine, because OSX doesn't support that card.

A large community of Mac and Linux users are trying to make this card work on OSX, we think it's easier to virtualize a small linux kernel with the wifi working driver on OSX to make it work, because there is no native drivers for this card.

Thank You.

Posted: 14. Jan 2008, 10:44
by frank
I doubt if emulating the PCE-I controller would be enough to support a wireless card which is attached to the host. Such a device is not only accessed through the PCI interface but through a bunch of MMIO registers and/or I/O port registers as well.

Posted: 7. Aug 2008, 23:38
by actwon
Is there any word on PCI-E or PCI-X emulation on Mac OS X hosts?

I am running a Mac Pro 2xQuad Core Xenon's with PCI-Express.

Posted: 8. Aug 2008, 00:50
by TerryE
The VBox VMM presents a very simple virtual machine configuration to its guest OSs. The only way that you can extend this is by adding your own device driver to the Pluggable Device Manager architecture. I would think that the chances of Sun adding any "generic PCI-E" interface are near zero in the near to medium term. So I suggest that you forget this as an option.

Re: PCI-E Emulation

Posted: 16. Mar 2010, 16:45
by marcmagrans
Hi Terry,

I would like to control some hardware through a PCI-VME bridge. The guest operating system of VirtualBox will be a variant of Red Hat Linux named Scientific Linux 4. I wonder if this is possible. I would be willing to write some code about that.

>>The only way that you can extend this is by adding your own device driver to the Pluggable Device Manager architecture.
Is there some documentation or source code examples available about the "Pluggable Device Manager architecture".


Thanks!
marc