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-devel

RE: [Xen-devel] iommu: mapping reserved region failed - Q35 -VT-DIssue

To: "Stefan Bauer" <stefan.bauer@xxxxxxxxxxx>
Subject: RE: [Xen-devel] iommu: mapping reserved region failed - Q35 -VT-DIssue
From: "Ross Philipson" <Ross.Philipson@xxxxxxxxxx>
Date: Fri, 31 Oct 2008 11:17:14 -0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 31 Oct 2008 08:18:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <490B16E4.2060604@xxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <49089D18.4030405@xxxxxxxxxxx><409D32C55C48D34DB5E31C8AB29EB15B071C6E25@xxxxxxxxxxxxxxxxxxxxxx><4908B669.7080108@xxxxxxxxxxx><409D32C55C48D34DB5E31C8AB29EB15B071C6E74@xxxxxxxxxxxxxxxxxxxxxx> <4908BC3C.3070307@xxxxxxxxxxx> <409D32C55C48D34DB5E31C8AB29EB15B071C6EA7@xxxxxxxxxxxxxxxxxxxxxx> <4908C6FC.9030307@xxxxxxxxxxx> <715D42877B251141A38726ABF5CABF2C018686CF47@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <49096151.8090500@xxxxxxxxxxx> <715D42877B251141A38726ABF5CABF2C018686D126@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <49098860.9050309@xxxxxxxxxxx> <715D42877B251141A38726ABF5CABF2C018686D17B@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <4909C811.9070105@xxxxxxxxxxx> <715D42877B251141A38726ABF5CABF2C018686D23C@xxxxxxxxxxxxxxxxxxxxxxxxxxxx><490AB8FC.1020807@xxxxxxxxxxx><715D42877B251141A38726ABF5CABF2C018686D43D@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <490B16E4.2060604@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Ack7ZX9Flaj1XRQWTkata38ENq1fngABddKA
Thread-topic: [Xen-devel] iommu: mapping reserved region failed - Q35 -VT-DIssue
OK, that is what I was going to give you anyway and that is sort of what
I expected. Can you get a dump of you ACPI DMAR table. You can use
pmtools to dump the ACPI tables:

http://kernel.org/pub/linux/kernel/people/lenb/acpi/utils/

You will have to build it and then run the dump tool. If you use the all
option it will dump everything. I then have a little tool that prints
out the DMAR in human readable form so we can see what the DRHD
reporting structures look like. 

Thanks
Ross

-----Original Message-----
From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Stefan Bauer
Sent: Friday, October 31, 2008 10:32 AM
Cc: 'xen-devel@xxxxxxxxxxxxxxxxxxx'
Subject: Re: [Xen-devel] iommu: mapping reserved region failed - Q35
-VT-DIssue

Han, Weidong schrieb:
>      if ( !drhd )
> +    {
> +        printk("%s: can't find drhd for device (bus=%x dev=%x
func=%x)\n",
> +                __func__, bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
>          return -ENODEV;
> +    }
> 
> and you also can change XENLOG_INFO to XENLOG_ERR in
domain_context_mapping(). 

Added and recompiled, output here:

www.plzk.de/CAPTURE2

> A few months ago,  in xen mailing list I remember some guys reported:
when using PEG card (turning off integrated Gfx) on Q35, VT-d cannot
work. It's the bios issue. I suspect it's not fixed yet. So I suggest
you to use IGD instead of PEG.

I would, but if i do not select PEG in bios, lspci did not show the
PEG card.

Stefan

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

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

<Prev in Thread] Current Thread [Next in Thread>