From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDuW8-0001Ry-6L for qemu-devel@nongnu.org; Fri, 17 Jun 2016 10:13:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDuW3-0007qI-6E for qemu-devel@nongnu.org; Fri, 17 Jun 2016 10:13:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDuW3-0007qE-0V for qemu-devel@nongnu.org; Fri, 17 Jun 2016 10:12:59 -0400 References: <1466157348-14488-1-git-send-email-pbonzini@redhat.com> <5763F769.3060403@ilande.co.uk> <5763FE0A.80601@ilande.co.uk> From: Paolo Bonzini Message-ID: Date: Fri, 17 Jun 2016 16:12:54 +0200 MIME-Version: 1.0 In-Reply-To: <5763FE0A.80601@ilande.co.uk> 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: Mark Cave-Ayland , qemu-devel@nongnu.org Cc: amit.shah@redhat.com, =?UTF-8?Q?Herv=c3=a9_Poussineau?= , ppandit@redhat.com On 17/06/2016 15:41, Mark Cave-Ayland wrote: >> > >> > 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. Yes---fixing migration or bumping the version number is an alternative to this patch (which I did because I didn't want to fix migration :)). Paolo