From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WORPt-0004om-QL for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:40:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WORPn-0003pr-S3 for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:40:49 -0400 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:47599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WORPn-0003pn-5h for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:40:43 -0400 Received: by mail-qc0-f170.google.com with SMTP id e9so2817224qcy.1 for ; Fri, 14 Mar 2014 05:40:42 -0700 (PDT) Received: from yakj.usersys.redhat.com (net-37-117-154-249.cust.vodafonedsl.it. [37.117.154.249]) by mx.google.com with ESMTPSA id e4sm15814076qar.12.2014.03.14.05.40.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Mar 2014 05:40:41 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 14 Mar 2014 13:40:24 +0100 Message-Id: <1394800827-13206-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/3] SCSI changes for 2.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 5d92c74f8a1728a202ba9457872ab0f27ff15e81: Update version for v2.0-rc0 (2014-03-13 20:08:15 -0700) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to aa7a6a399f8253d3831465b1db8544032b49f57a: virtio-scsi: actually honor sense_size from configuration space (2014-03-14 13:38:03 +0100) ---------------------------------------------------------------- Alexey Kardashevskiy (1): spapr-vscsi: fix CRQ status Fam Zheng (1): scsi: Fix migration of scsi sense data Paolo Bonzini (1): virtio-scsi: actually honor sense_size from configuration space hw/scsi/scsi-bus.c | 30 +++++++++++++++++++++++++++++- hw/scsi/spapr_vscsi.c | 4 ++-- hw/scsi/virtio-scsi.c | 4 +++- include/hw/scsi/scsi.h | 1 + include/migration/vmstate.h | 3 +++ 5 files changed, 38 insertions(+), 4 deletions(-) -- 1.8.5.3