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

[Xen-devel] xen vt-d support

To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] xen vt-d support
From: "songzhonglei" <fengfeixuewu@xxxxxxx>
Date: Thu, 2 Jul 2009 21:27:43 +0800
Delivery-date: Thu, 02 Jul 2009 06:28:22 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hi,
i want to enable vt-d in xen, but meet an error.
            at first, i do all things as /xen-unstable.hg/docs/misc/vtd.txt says.
grub : kernel   /boot/xen-3.5.gz   iommu=passthrough
module     /boot/vmlinuz-2.6.18.8-xen   pciback.hide=(02:00.0)(02:00.1)
hvm.conf :pci=['02:00.0','02:00.1']
                (02:00.0    02:00.1  are my nics)
 
after reboot,there is no these two nics in 'ifconfig -a'
and when i start hvm, it is block on "PNP: PS/2 controller........"
at this time, i use 'xm pci-list hvm' and got messages 
0x04....
0x05.....
that seems pci devices have been passed to hvm.
 
 
but when i changed two nics to another pci device, it can be assigned to hvm successfully.
grub : kernel   /boot/xen-3.5.gz   iommu=passthrough
module     /boot/vmlinuz-2.6.18.8-xen   pciback.hide=(00:14.1)
hvm.conf :pci=['00:14.1']
(00:14.1  GPIO)
 
 
 
any one can help me?thank you for advance! 
 
2009-07-02

songzhonglei
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen vt-d support, songzhonglei <=