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

[Xen-users] Guest crashing after real-mode call to a VT-D passed device

To: "Xen Users" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Guest crashing after real-mode call to a VT-D passed device
From: "Bryan York" <bryan.york@xxxxxxxxx>
Date: Mon, 22 Sep 2008 15:22:36 -0700
Delivery-date: Mon, 22 Sep 2008 15:23:25 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=+zzHn1fPtlrgcZOt+M+JwrRJ65wi2zeXgn1N022G3qE=; b=dp+PeiYpEfrFCl0RBlnWEkhxpuu4P22Fxsn2875SQs8uj1CaTkqXgy0s58N2oNEQu6 AeVLLB9oQ81n5ZQTUN/vtMvH1w3mKP9SZSkiOfzEGlf+dLcX1raQhns+mE/V4h423zG7 ZC28H26LW4QV6cVP1qQL8kkaGvk5AZOpRQgS8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=i4zA0SxiXnhBzug7YLbHTtMU793sPjfU+Mn04eoGttX/Q4wR8hLQRwbFPCsHxvLqAh uvfigG6kMfLsGBjouXnINbYvNNS7hUjBeEEv7Cqpj/CQkXj/51YrUr8RWI7tVGDAih5g pJwJ07SX0RTcts9Q36wkcPWbmZ2P0829f/zU4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I'm trying to run a Xen guest with a disk controller passed to it with VT-D. I've been on the mailing lists and found that I need to do the following:

Run BIOS 0559 on my motherboard DQ35JO.
Run xen-unstable on a CentOS 5.2 customized kernel with pciback compiled in. (not as a module)
Add iommu=1 to my kernel grub entry and pciback.hide on my module line.
Add pci = [my pci device] to my xen guest file.

Basically, I'm trying to run a hard disk diagnostic program that requires direct access the hardware. (real-mode calls) Right now with the above steps, I don't get anymore errors, but the guest crashes when it tries to access the controller. Any ideas here? I'm not sure if this is even possible because of the real mode calls.

Thanks,

-Bryan

Attachment: xend.log
Description: Binary data

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Guest crashing after real-mode call to a VT-D passed device, Bryan York <=