|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Physical Dev Access
I'm currently hiding one of my nic's en transfer it to a domU.
dom0
pciback.hide=(01:08.0)
note the round brackets ( )
in the config file of the domU
...
pci=['01:08.0']
...
note the square brackets and single qoutes.
use lspci to get the correct syntax.
Lieuwe
----- Original Message -----
From: "Andrej Radonic" <andrej.radonic@xxxxxxxx>
To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Sent: Monday, June 19, 2006 10:34 AM
Subject: Re: [Xen-users] Physical Dev Access
Can an HVM domain (unmodified kernel, fully virtualized) access physical
devices via pciback.hide=(XX:XX.XX) & pic=[‘XX:XX:XX”] in the xen config
file? I’m trying to figure out whether this is not working because it’s
impossible, or if this is not working because I did something wrong.
At this time this seems not possible.
(there were some posts around on this topic).
Greetz,
Andrej
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|