From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY9kg-0008Pc-5z for qemu-devel@nongnu.org; Sat, 26 May 2012 01:41:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SY9ke-0006ML-DE for qemu-devel@nongnu.org; Sat, 26 May 2012 01:41:21 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:34377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY9ke-0006M1-6Q for qemu-devel@nongnu.org; Sat, 26 May 2012 01:41:20 -0400 Received: by obbwd20 with SMTP id wd20so2660929obb.4 for ; Fri, 25 May 2012 22:41:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4FBF68F5.3030203@redhat.com> References: <1337689547-6338-1-git-send-email-pbonzini@redhat.com> <4FBF68F5.3030203@redhat.com> Date: Sat, 26 May 2012 15:41:18 +1000 Message-ID: From: ronnie sahlberg Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Paolo Bonzini Cc: qemu-devel@nongnu.org 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 otherw= ise 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 regards ronnie sahlberg On Fri, May 25, 2012 at 9:11 PM, Paolo Bonzini wrote: > Il 22/05/2012 14:25, Paolo Bonzini ha scritto: >> The following changes since commit 76ee152a86d5f2533443ce4d2be6fe253cfb3= c45: >> >> =A0 Update version to 1.1.0-rc2 (2012-05-14 17:56:50 -0500) >> >> are available in the git repository at: >> >> =A0 git://github.com/bonzini/qemu.git scsi-next >> >> for you to fetch changes up to e1a2d34f4abd8a117f5c5a25a5bb2e67d597de23: >> >> =A0 ISCSI: call qemu_notify_event() after updating events (2012-05-22 14= :14:05 +0200) > > Rebased, commit cd0b3cc9eee6f9b6b165f24787b4290bdc1c3f68 is now the tip > of the branch. > > Paolo > >> ---------------------------------------------------------------- >> Jim Meyering (1): >> =A0 =A0 =A0 scsi: declare vmstate_info_scsi_requests to be static >> >> Ronnie Sahlberg (1): >> =A0 =A0 =A0 ISCSI: call qemu_notify_event() after updating events >> >> =A0block/iscsi.c | =A0 =A07 +++++++ >> =A0hw/scsi-bus.c | =A0 =A02 +- >> =A02 files changed, 8 insertions(+), 1 deletion(-) > >