|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] problems using domu as network backend domain (fedora 7)
Hello problem solved, network setting is working. The bug just means that domu1 has not enough privileges. To give domu1 enough privileges it seems to be necessary to pass through a hardware device. Then domu1 has the right privileges and no bug occurs.
For PCI passthrough the hardware needs to be deactivated (or hidden) in dom-0 and the hardware id of the device
needs to be specified in the domain-u config file.
new config parameter for domu1:
pci = ['00:12.0']
netif = "yes"
Greetings Fanny
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|