|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] DomU Direct Hardware access
Adam Schoeman wrote:
Hello All
I was wondering if anyone has setup a domU with direct access to the
Ethernet cards? IE, is it possible to setup two domU’s on a machine
with 3 Ethernet cards, giving each domU control over an Ethernet card
(so that each machine can start a rp-pppoe session over the different
Ethernet cards).
Thanks
Adam Schoeman
admin@xxxxxxxxxxx
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 2006/07/28
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
here we go
hide the pci-cards(lspci) that you want to use in domU
fire up your dom0 without these devices drivers
...
...
module /vmlinuz-2.6-xen root=/dev/hda5 ro console=tty0 max_loop=64
pciback.hide=(0000:00:0c.0)(0000:00:09.0)
...
....
now start you domU with the pci device declared in domU config
....
pci = ['00:0c.00','00:09.00']
....
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|