vote up 3 vote down star

I am trying to find out which Hypervisor will allow me to grant access to specialized PCI cards (such as a telephony card) to a virtual machine. So far I have tried out VMWare ESXi server and it doesn't seem to allow me to do this. I have heard that Microsoft Virtual Server does allow this, but I haven't been able to find any supporting documentation.

flag

64% accept rate
That question was only asked 30 mins ago. Maybe it will be closed as well. – toast Nov 24 '08 at 19:37
This one I can see being programming related. The other one should have been closed a long time ago. :( – Brian Knoblauch Nov 24 '08 at 19:50

1 Answer

vote up 3 vote down check

I'd look into Xen, it appears that you can load a backend xen driver on the host OS which will then allow you to communicate directly with the hardware from the guest.

See this link for more information. I'm not a Xen user, but from my virtualization experience I would guess that the paravirtualization aspects of a Xen host/guess is going to be your best bet for raw device access.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.