PCI-Device in VM

Sysprogs forums Forums Other tools & products PCI-Device in VM

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #316
    Anonymous
    Participant

    hi all,
    i have (maybe a stupid) question:
    Is it possible to devellop a driver for a PCIe device in a vitual machine? How can i make the PCI device visible to VM/or VirtualBox, not to the host system?

    thnx for your responses

    #1806
    support
    Keymaster

    As far as I know, it is only possible for the USB devices.
    However, you can try making a “dummy PCI driver” that will forward the requests to a named pipe and then develop the high-level logic in user-mode. However, for certain device types this might be impossible due to performance constraints.

    #1807
    Anonymous
    Participant

    Seems that vSphere (from VMWAre) has a PCI -pass through option. Its called VMDirectIO. I will try the test version (60-day free).

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.