From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: PCI passthrough issue Date: Thu, 27 Jan 2011 12:27:55 -0800 (PST) Message-ID: <20110127202755.GA4194@dumpdata.com> References: <4D2E28C5.30203@jbfavre.org> <4D2EE1DE.5070006@jbfavre.org> <4D2F5009.2090701@jbfavre.org> <20110113201922.GA20494@dumpdata.com> <4D2F6431.8030606@jbfavre.org> <20110114145350.GB7371@dumpdata.com> <4D30DC5A.9080303@jbfavre.org> <4D340504.7020203@jbfavre.org> <4D344AF4.80301@jbfavre.org> <4D3AB003.3040603@jbfavre.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4D3AB003.3040603@jbfavre.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sat, Jan 22, 2011 at 11:22:59AM +0100, Jean Baptiste Favre wrote: > Hello, > Last investigations show that I've the latest BIOS version for my > motherboard. > Do you need more tests, if yes which ones ? I tried it on my 2.6.32.27 (32-bit and 64-bit) and I am not seeing the failures you have. These are the devices I passed in: 00:00.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) 00:00.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) 00:00.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) 00:00.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02) 00:01.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02) 00:02.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07) 00:02.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07) 00:03.0 Ethernet controller: Intel Corporation 82572EI Gigabit Ethernet Controller (Copper) (rev 06) Granted the kernel I am using a jeremy/xen/stable-2.6.32.x so not sure how divergent from Debian or Debian Squeeze it is. How are you launching your guest? Do you something like this: kernel="/mnt/lab/2.6.32.27/vmlinuz" ramdisk="/mnt/lab/2.6.32.27/initramfs.cpio.gz" extra="console=hvc0 debug test=crashme iommu=soft" memory=1024 maxmem=2048 vcpus=4 on_crash="preserve" pci= ["00:1d.0","00:1d.1","00:1d.2","00:1d.7","0a:00.1","0000:06:01.1","0000:06:01.0", "09:00.0"] vif = [ 'mac=00:0f:4b:00:00:68, bridge=switch' ]