From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXsRE-000571-M1 for qemu-devel@nongnu.org; Fri, 25 May 2012 07:12:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXsR8-0004xw-B1 for qemu-devel@nongnu.org; Fri, 25 May 2012 07:12:08 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:56614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXsR8-0004rw-2P for qemu-devel@nongnu.org; Fri, 25 May 2012 07:12:02 -0400 Received: by dadv2 with SMTP id v2so1253741dad.4 for ; Fri, 25 May 2012 04:12:00 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FBF68F5.3030203@redhat.com> Date: Fri, 25 May 2012 13:11:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1337689547-6338-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1337689547-6338-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 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: qemu-devel@nongnu.org Il 22/05/2012 14:25, Paolo Bonzini ha scritto: > The following changes since commit 76ee152a86d5f2533443ce4d2be6fe253cfb3c45: > > Update version to 1.1.0-rc2 (2012-05-14 17:56:50 -0500) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git scsi-next > > for you to fetch changes up to e1a2d34f4abd8a117f5c5a25a5bb2e67d597de23: > > 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): > scsi: declare vmstate_info_scsi_requests to be static > > Ronnie Sahlberg (1): > ISCSI: call qemu_notify_event() after updating events > > block/iscsi.c | 7 +++++++ > hw/scsi-bus.c | 2 +- > 2 files changed, 8 insertions(+), 1 deletion(-)