From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTv6N-00086D-1i for qemu-devel@nongnu.org; Wed, 09 Oct 2013 10:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTv6H-00051r-8U for qemu-devel@nongnu.org; Wed, 09 Oct 2013 10:51:02 -0400 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:47198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTv6H-00051Y-0N for qemu-devel@nongnu.org; Wed, 09 Oct 2013 10:50:57 -0400 Received: by mail-ee0-f41.google.com with SMTP id d17so478423eek.0 for ; Wed, 09 Oct 2013 07:50:56 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 9 Oct 2013 16:50:48 +0200 Message-Id: <1381330250-1458-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/2] SCSI patches for 2013-10-09 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony, The following changes since commit a684f3cf9b9b9c3cb82be87aafc463de8974610c: Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging (2013-09-30 17:15:27 -0500) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to 2fdbc33b44ce46a5ba8e1bc7c17766c477061413: scsi: Allocate SCSITargetReq r->buf dynamically (2013-10-09 10:43:52 +0200) Paolo ---------------------------------------------------------------- Asias He (1): scsi: Allocate SCSITargetReq r->buf dynamically Peter Lieven (1): block/iscsi: reenable iscsi_co_get_block_status block/iscsi.c | 6 +++--- hw/scsi/scsi-bus.c | 45 ++++++++++++++++++++++++++++++++++----------- include/hw/scsi/scsi.h | 2 ++ 3 files changed, 39 insertions(+), 14 deletions(-) -- 1.8.3.1