mbox

[PULL,0/3] SCSI changes for 2.0-rc1

Message ID 1394800827-13206-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git scsi-next

Message

Paolo Bonzini March 14, 2014, 12:40 p.m. UTC
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(-)

Comments

Peter Maydell March 14, 2014, 6:46 p.m. UTC | #1
On 14 March 2014 12:40, Paolo Bonzini <pbonzini@redhat.com> wrote:
> 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)

Applied, thanks.

-- PMM