From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYBi0-00016K-0j for qemu-devel@nongnu.org; Sat, 26 May 2012 03:46:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYBhy-0006cp-9f for qemu-devel@nongnu.org; Sat, 26 May 2012 03:46:43 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:51181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYBhy-0006cj-0c for qemu-devel@nongnu.org; Sat, 26 May 2012 03:46:42 -0400 Received: by werf3 with SMTP id f3so1255379wer.4 for ; Sat, 26 May 2012 00:46:40 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FC08A5C.1070300@redhat.com> Date: Sat, 26 May 2012 09:46:36 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1337689547-6338-1-git-send-email-pbonzini@redhat.com> <4FBF68F5.3030203@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 1.1 0/2] SCSI patches for 1.1.0-rc3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ronnie sahlberg Cc: qemu-devel@nongnu.org Il 26/05/2012 07:41, ronnie sahlberg ha scritto: > Paolo, > > You need this patch too since without it it might crash. > > commit 6e46eb1846a862dad253be1a576f8554071b154a > Author: Ronnie Sahlberg > Date: Sat May 26 10:28:05 2012 +1000 > > ISCSI: We can only do the shortcircuit and write directly to the socket > IFF we know the socket is open (and writeable). > If the target is more than insignificant distance away, we could otherwise > try to write to the socket before the nonblocking connect has completed > which would cause a crash. > > Signed-off-by: Ronnie Sahlberg > > > The other patches in the series can wait until later, but this one is > needed for 1.1 I didn't get the patch, so I redid it. Can you test asap git://github.com/bonzini/qemu.git, branch scsi-candidate-1.1 to see if it matches what you want to be in 1.1? Paolo