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-devel] Is there anybody trying Xen VT-d on X48 chipset?

To: "Neo Jia" <neojia@xxxxxxxxx>
Subject: RE: [Xen-devel] Is there anybody trying Xen VT-d on X48 chipset?
From: "Zhao, Yu" <yu.zhao@xxxxxxxxx>
Date: Sun, 29 Jun 2008 21:54:39 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 29 Jun 2008 06:55:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <5d649bdb0806281549h5cab5b9fy55997706f296e991@xxxxxxxxxxxxxx>
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: <5d649bdb0806281549h5cab5b9fy55997706f296e991@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjZcUHOgPYDqauRQUe0aq0kJdBteAAfRzwA
Thread-topic: [Xen-devel] Is there anybody trying Xen VT-d on X48 chipset?
Hi Neo,

Can you please apply the following patch and send the log and your BIOS 
information back?

You can setup a serial port to collect the debug information.

Thanks.

diff -r d434a7dfe02d xen/drivers/passthrough/vtd/dmar.c
--- a/xen/drivers/passthrough/vtd/dmar.c        Fri Jun 27 13:40:21 2008 +0800
+++ b/xen/drivers/passthrough/vtd/dmar.c        Sun Jun 29 21:07:00 2008 +0800
@@ -423,6 +423,9 @@ acpi_parse_one_rmrr(struct acpi_dmar_ent
         return -ENOMEM;
     memset(rmrru, 0, sizeof(struct acpi_rmrr_unit));

+    printk("+++ acpi_parse_one_rmrr: %lx, %lx\n",
+           rmrr->base_address, rmrr->end_address);
+
     rmrru->base_address = rmrr->base_address;
     rmrru->end_address = rmrr->end_address;
     dev_scope_start = (void *)(rmrr + 1);


>-----Original Message-----
>From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Neo Jia
>Sent: Sunday, June 29, 2008 6:49 AM
>To: xen-devel@xxxxxxxxxxxxxxxxxxx; xen-users@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-devel] Is there anybody trying Xen VT-d on X48 chipset?
>
>hi,
>
>I am trying Xen unstable tip on X48 motherboard but I got a xen BUG in
>xen/drivers/passthrough/vtd/iommu.c:496.
>
>Can anybody take a look at this problem?
>
>BTW, I don't know how to collect the log so just take a picture by
>cell phone. Can you show me how to collect the log also?
>
>It looks that I can't send message with attachment to the mailing
>list? Currently, what I have is just the screenshot of the BUG.
>
>Thanks,
>Neo
>
>--
>I would remember that if researchers were not ambitious
>probably today we haven't the technology we are using!
>
>_______________________________________________
>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>