From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDu2U-0003ME-Fy for qemu-devel@nongnu.org; Fri, 17 Jun 2016 09:42:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDu2Q-0000K8-9J for qemu-devel@nongnu.org; Fri, 17 Jun 2016 09:42:25 -0400 Received: from chuckie.co.uk ([82.165.15.123]:53979 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDu2Q-0000K1-1r for qemu-devel@nongnu.org; Fri, 17 Jun 2016 09:42:22 -0400 References: <1466157348-14488-1-git-send-email-pbonzini@redhat.com> <5763F769.3060403@ilande.co.uk> From: Mark Cave-Ayland Message-ID: <5763FE0A.80601@ilande.co.uk> Date: Fri, 17 Jun 2016 14:41:30 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] scsi: esp: remove handling of SATN/STOP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: amit.shah@redhat.com, =?UTF-8?Q?Herv=c3=a9_Poussineau?= , ppandit@redhat.com On 17/06/16 14:35, Paolo Bonzini wrote: > On 17/06/2016 15:13, Mark Cave-Ayland wrote: >> Unforunately this causes regressions on a few of my SPARC32 images: >> NextStep, Solaris 1.1.2, NetBSD and Debian Etch all hang whilst >> enumerating the SCSI bus with this patch applied. > > Ok, I'll either fix migration (adding a subsection) or bump the version > number. Hi Paolo, Just to clarify that these hangs aren't migration related, they occur simply trying to boot the above images from ISOs with the patch applied. ATB, Mark.