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] Some questions about PCI-passthrough for HVM(Non-IOMMU)

To: "陈诚" <concretechen@xxxxxxxxx>
Subject: Re: [Xen-devel] Some questions about PCI-passthrough for HVM(Non-IOMMU)
From: "Wiwida h" <wiwida.h@xxxxxxxxx>
Date: Thu, 4 Oct 2007 16:06:46 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 04 Oct 2007 01:07:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=D8BNiTCzRNcrG9nM/qsvD86U09My4nc2eG0DrlnYSHQ=; b=Vb2zlE99VP7vGVd1g8pvE/5UpC7KmSTzK6YDggvJTsKRKFA3/IFrpTPr4hjNJyi6O3UdN7q6J2hl54t6eGRuO61pu8h+LWTuW0Rh3ued0yTcGt23fBD/zIh/689q88k2zQV3RHGPdYJRH/cXyqS99GjsVfX9mM4TTLzSKsSHGeI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Quh9n2aJP45MYwSNVHj0DEDiIZushdt1OgWreC2gqv9tZJVo8Eaar2yioESGi6OLr/UqxsLnq0ZbvNDMPPCbq0kaAjk+jAJwhmbo9pdFL/CkgyHfZmnRti88Xr8lgwamBQ8DAo9IMOXT3TmHdv58BIwaWrihu2qg2IyW2Ez1Pd8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <8cad9e040709302126u2cd746b8y76746475d428ac89@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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <8cad9e040709302126u2cd746b8y76746475d428ac89@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Graphic card direct assignment is sort of difficult and troublesome, as we have to deal with the VGA BIOS.

2007/10/1, 陈诚 <concretechen@xxxxxxxxx>:
Hello,
       I saw some patches about PCI-passthrough for HVM(non-IOMMU)
and I am interested in it. I want to assign my graphics card(nVidia
GeForce 7900GS) to an HVM domain (Vista) in order to run 3D-intensive
work(for example, 3D-games).
       What I want to ask is that is it really possible to pass the
graphics card to HVM domain running Vista now? That is, have anyone
ever successfully passed a modern graphics card to a Vista HVM? Since
the graphics card is a kind of complicated device. Are there any
technical problems with the passthrough of a modern graphics card?
       I have tried the direct-io.hg subtree, but I just can't boot
the Vista HVM domain with nativedom=1 option. Xen boots without any
problem with nativedom=1, nativedom_mem=1024M option(here the 1024M
memory is reserved for the HVM) and dom0_mem=800M option(I have 2G RAM
totally). But when I type xm cr vista.hvm to create the HVM
domain(note that it is bootable without the nativedom=1 option),
sometimes a disk read error occurs(as displayed on the HVM screen),
sometimes it just appear to be dead locked and sometimes it says:
"Error: Device 768(vbd) could not be connected". After the failure of
starting the HVM as nativedom, I can't even start it as a normal HVM
domain, the symptom will also be dead lock or "Error: Device 768(vbd)
could not be connected". If a disk read error occurs during the boot
of the HVM domain, the host's filesystem will appear to be
inconsistent.
       So there is surely some problems with the nativedom(Neo-1to1)
part in the current diret-io.hg subtree. The author has memtioned that
on x86-32, the memory 0-12M is mapped to 16-28M, and if any devices
DMA at 0-12M, crashes may occur. Is it possible that the dead-lock
problem and the "Device 768(vbd) could not be connected" problem
during booting are caused by the mapping?
       This is just the one part of the problem. Another problem is
that currently I don't have the driver of my graphics card(nVidia
GeForce 7900GS), using lspci command I saw it is the pci device
06:00.0, but there is no "driver" directory in
/sys/bus/pci/device/06:00.0/, when I use the PCI=['06:00.0'] option in
the hvm config file, error message says can't find
/sys/bus/pci/device/06: 00.0/driver. Is it still possible to use
pciback to hide this device and pass it to the HVM domain? I typed
"modprobe pciback" to insert the pciback module, but I still can't
find any pciback directory in /sys/bus and any of its sub-dir. Should
I need to compile it directly into the kernel?
       And finally I want to ask another question, can I assign two
usb devices to two different HVM domains now? If not, any future
support about this issue?
       I am not familiar with the code of the HVM part. I will take a
look at this part and the nativedom patches, but first I want to make
sure I am on the right way.
       Thank you.

ConcreteChen@xxxxxxxxx

_______________________________________________
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>
  • Re: [Xen-devel] Some questions about PCI-passthrough for HVM(Non-IOMMU), Wiwida h <=