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] The problem about xen pci passthrough

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] The problem about xen pci passthrough
From: falcon falcon <falconyyj@xxxxxxxxx>
Date: Tue, 7 Jul 2009 16:15:29 +0800
Delivery-date: Tue, 07 Jul 2009 01:16:13 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=OA/zds+nUSLuj5SRXnnYbPWTnzD/w/S9Pi6Wom3Nlj4=; b=psFzuSYxno3GZNgjBXZjxCOnNKevi5DmspbQZlMORdgoMkXT1SUkXFczJnL+w4+FXC ucsSSF8nOyrQD2xuJZez888yVU6163kKBmNs5EhYeEDZV4k7JiA/4P6t7L0zyJTRPObJ W7gzAInI90kGy+i7cO8SFELOK50IQuRVKzud4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MqWJ00rIK1gbV4hQJL/3//L0Oga5iB5k16O56xFBZNIjDAifokn5CY3UlfAPc21/5S yCAC5ti+3g0fbeSL0Ndb3V6c3Hb4VHRqv4BWeeWwv+2P3AjLawaCZnAQeVP+Vc7WTAFQ KkAMhnx3QESfKF68BLayGhBQAvMy9/QHcHRlM=
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
Hi, all:

     I'm working to passthrouth a scsi disk to a guest domain. After enable the pciback module in dom0 and pcifront module in this guest domain, now I can read the config information about this scsi disk:
     when I run "lspci" in this guest domain, the following information comes out:
     02:06.1 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10)

      But the problem is that the driver of this scsi controller does not run to operate this scsi controller. When I access the file:/var/log/messages, I got some information like this:
      PCI: System does not support PCI
      PCI: System does not support PCI
   
      It looks the pci driver of the guest domain didn't run because there is no pci bus to operate, so the driver of scsi controller was not boosted too. Is there anyone who knows how to boost the scsi controller driver?

      Any help will be appreciated!
 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] The problem about xen pci passthrough, falcon falcon <=