WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] PCI Passthrough for Windows error

To: "billy lau" <billylau@xxxxxxxxx>
Subject: Re: [Xen-users] PCI Passthrough for Windows error
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Tue, 11 Nov 2008 15:23:48 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 11 Nov 2008 12:24:26 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=5gKr5syzFWnZSzFLzAAnn55tD8Pib4OboyWNc8P4BhY=; b=tVa4xo5VorneCizUcFHPEK1RTsUXmDHLn6YD+eXFk23t+b9M/8huC5mz4BNyuoY8al 8Pvkr3tLrGlkWbjdOBE+h4EoG0w6wUek9JrOe30f0JPLpCbLSXunhrQGQVBb0x0xY573 sfv8ox8ycmmt3NCxfbZXm0FDCy2GmtpiLsBzg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=CsVCmA+bt0MnXVIwPAL2PFUZLlcdg10SDpy8LlhZKP9T2FkdkdS60qIy5rkKahxqJR fgKvreKBVnoJ4Alcttj1Y0YOc4SmKrQnm555aoXozrVFly6AmPDTiZFetOzmmvoTETq9 XucnT4M8OPnWkrEyTbxI/r7LdfjOXF2bAV7Xw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6b5ba5140811111216n7ff4e3c5t14459b1578e0704b@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <6b5ba5140810171139r2c8e8114lcddda5d0d3f36b02@xxxxxxxxxxxxxx> <1e16a9ed0810171727j3dcf4ea2oa4ed277495e59cd2@xxxxxxxxxxxxxx> <6b5ba5140811111147i10c2c9fem61c91e4e8b373ec5@xxxxxxxxxxxxxx> <1e16a9ed0811111203r7ee9e652i695564a0f11be4f1@xxxxxxxxxxxxxx> <6b5ba5140811111209x7a6960ckae361d683e2931f0@xxxxxxxxxxxxxx> <1e16a9ed0811111213s7a9f2908j2072996b22b5ba6@xxxxxxxxxxxxxx> <6b5ba5140811111216n7ff4e3c5t14459b1578e0704b@xxxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, Nov 11, 2008 at 3:16 PM, billy lau <billylau@xxxxxxxxx> wrote:
>
>
> On Tue, Nov 11, 2008 at 3:13 PM, Todd Deshane <deshantm@xxxxxxxxx> wrote:
>>
>> On Tue, Nov 11, 2008 at 3:09 PM, billy lau <billylau@xxxxxxxxx> wrote:
>> >
>> >
>> > On Tue, Nov 11, 2008 at 3:03 PM, Todd Deshane <deshantm@xxxxxxxxx>
>> > wrote:
>> >>
>> >> On Tue, Nov 11, 2008 at 2:47 PM, billy lau <billylau@xxxxxxxxx> wrote:
>> >> > Hi, sorry, it took me quite a while, because I was trying other ways
>> >> > to
>> >> > get
>> >> > around htis prblem, but it seems like I cannot get pass this.
>> >> >
>> >> > Attached is the output from
>> >> > lspci -tv
>> >> > lspci -xxx -vvv
>> >> > xm pci-list-assignable-devices returns nothing
>> >> > ls /sys/bus/pci/drivers/pciback*
>> >> > grep hide /boot/grub/menu.lst
>> >> >
>> >> > The Linux guest taht worked before was PV.
>> >> >
>> >> > xm dmesg shows
>> >> > (XEN) HVM: VMX enabled
>> >> > and
>> >> > (XEN) I/O virtualisation disabled
>> >> > (XEN) Xen trace buffers: disabled
>> >> >
>> >> > I'm not sure if this means iommu is disabled. If it is, what should I
>> >> > do
>> >> > to
>> >> > enable it? Thanks,
>> >> > - billy
>> >> >
>> >>
>> >> There is a separate bios option to enable the IOMMU (VT-d) (IO
>> >> virtualization support)
>> >>
>> >> Did you verify that your Chipset support VT-d? That is the first step.
>> >
>> >
>> > Yeah, I made sure that in my bios, under performance, virtualization is
>> > turned on, and also IOMMU is turned on. My chipset is Intel(R) Xeon(R)
>> > E5430
>> > @ 2.66GHz. I googled that up, it supports VT-d. What do you mean by a
>> > _separate_ bios option?
>> >
>>
>> VT (virtualization support) has a bios option, VT-d (IO virtualizaiton)
>> has
>> another.
>
> I see. Yes, I have confirmed that both options are on in the bios.
>
>>
>> Did you turn the computer off (not just restart) after setting that
>> option?
>
> Yes.
>
>>
>> The xm dmesg should show that I/O virtualization is enabled.
>
> Doing another xm dmesg, it still shows (XEN) I/O virtualisation disabled.
> Any other thoughts on how to turn it on?
>

What version of Xen?

Have you or could you try xen-unstable?

Cheers,
Todd

-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users