From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5X8S-000678-SG for qemu-devel@nongnu.org; Fri, 11 Jul 2014 05:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5X8L-0003ht-LR for qemu-devel@nongnu.org; Fri, 11 Jul 2014 05:28:56 -0400 Received: from mail-wg0-f51.google.com ([74.125.82.51]:34669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5X8L-0003hP-FJ for qemu-devel@nongnu.org; Fri, 11 Jul 2014 05:28:49 -0400 Received: by mail-wg0-f51.google.com with SMTP id y10so761398wgg.34 for ; Fri, 11 Jul 2014 02:28:46 -0700 (PDT) Message-ID: <53BFAE4A.7070609@virtualopensystems.com> Date: Fri, 11 Jul 2014 11:28:42 +0200 From: Alvise Rigo MIME-Version: 1.0 References: <1405063270-18902-1-git-send-email-a.rigo@virtualopensystems.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/8] Add Generic PCI host device update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Rob Herring , "tech@virtualopensystems.com" , QEMU Developers The kernel version is a very recent one: v3.16.0-rc1. Maybe you are right. I will test some older version to see if I'm able to reproduce the issue. Thank you, alvise Il 11/07/2014 11:09, Peter Maydell ha scritto: > On 11 July 2014 08:21, Alvise Rigo wrote: >> This work has been tested attaching several PCI devices to the mach-virt >> platform. The tested devices are: virtio-blk-pci, virtio-net-pci, >> lsi53c895a and pci-ohci (all attached at the same time). >> Even if the original work was not changed in its core functionalities, I >> couldn't reproduce the malfunctioning of the LSI SCSI mentioned in [1]. >> After attaching several qcow2 images, formatting and filling them, I >> didn't notice anything wrong. Am I missing something? > > Interesting. Perhaps the bug was on the kernel side; which > guest kernel version are you using to test with? > > thanks > -- PMM >