|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] with Xen4 config -> (pci-passthrough-strict-check no), D
> grep passthrough /etc/xen/xend-config.sxp
> (pci-passthrough-strict-check no)
> grep hide /etc/modprobe.d/99-local.conf
> options pciback hide=(0000:04:07.0)(0000:04:06.0)
That won't work. That option is only useful if pciback is compiled
in the kernel. To be exact, you would need this in your bootline
argument:
xen-pciback.hide=(04:07.0)(04:06.0) pci=resource_alignment=04:07.0
>
> and checking,
>
> lsmod | egrep -i "pciback|xen"
> pciback 54471 0
> xenbus_be 3474 4 netbk,blkbk,blktap,pciback
Since it is module you need to follow the documentation about how to
seize and bind using pciback. Google is your friend.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|