|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] pci device not owned by pciback.
James,
PV machines do not need VT-d to passthrough. You need to use pciback.hide in kernel boot line (if pciback is compiled inside the kernel), or make a script to unbind the device. This site explains how.
2010/4/27 James Pifer <jep@xxxxxxxxxxxxxxxx>
On Tue, 2010-04-27 at 09:05 -0400, James Pifer wrote:
> So yesterday I got was able to get a domU successfully using a PCI SCSI
> card. This morning I restarted the host server. When I try to start up
> the same domU I get this error:
>
> Error: pci: improper device assignment specified: pci: 0000:0e:04.0 must
> be co-assigned to the same guest with 0000:0e:04.0, but it is not owned
> by pciback.
>
> How do I make this card owned by pciback on reboot. Do I need to use the
> hide parameter on the kernel line on boot?
>
Looking at this document:
http://wiki.xensource.com/xenwiki/VTdHowTo
It says to add something like this to the module line:
pciback.hide=(01:00.0)(00:02.0)
My kernel version is:
2.6.27.19-5-xen #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 GNU/Linux
This page talks about VT and my domU is a PV. Does this same pciback apply?
-- Sergio Roberto Charpinel Jr.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|