From: Anthony Liguori <anthony@codemonkey.ws>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/14] SCSI updates for 2012-07-02
Date: Mon, 09 Jul 2012 11:48:36 -0500 [thread overview]
Message-ID: <4FFB0B64.2050409@codemonkey.ws> (raw)
In-Reply-To: <1341222087-24920-1-git-send-email-pbonzini@redhat.com>
On 07/02/2012 04:41 AM, Paolo Bonzini wrote:
> Anthony,
>
> The following changes since commit 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593:
>
> bsd-user: fix build (2012-06-28 20:28:36 +0000)
Pulled. Thanks.
Regards,
Anthony Liguori
>
> are available in the git repository at:
>
> git://github.com/bonzini/qemu.git scsi-next
>
> for you to fetch changes up to 9ce1bb2d36f24af79d2757497acbaf4dc4a2e302:
>
> scsi: Fix transfer length for READ POSITION commands. (2012-07-02 11:27:00 +0200)
>
> The MegaSAS changes are rebased and it includes improved support for
> SCSI tape and media changer commands.
>
> ----------------------------------------------------------------
> Christian Hoff (4):
> scsi: Fix data length == SCSI_SENSE_BUF_SIZE
> scsi: Fix LOAD_UNLOAD
> scsi: Add basic support for SCSI media changer commands.
> scsi: Fix transfer length for READ POSITION commands.
>
> Hannes Reinecke (2):
> megasas: Add header file
> megasas: LSI Megaraid SAS HBA emulation
>
> Paolo Bonzini (6):
> scsi: simplify handling of the VPD page length field
> scsi: add a qdev property for the disk's WWN
> atapi: implement READ DISC INFORMATION
> scsi-disk: implement READ DISC INFORMATION
> virtio-scsi: do not crash on adding buffers to the event queue
> scsi: Ensure command and transfer lengths are set for all SCSI devices
>
> Ronnie Sahlberg (2):
> ISCSI: Add SCSI passthrough via scsi-generic to libiscsi
> ISCSI: force use of sg for SMC and SSC devices
>
> block/iscsi.c | 152 ++++
> default-configs/pci.mak | 1 +
> hw/Makefile.objs | 1 +
> hw/ide/atapi.c | 31 +
> hw/megasas.c | 2198 +++++++++++++++++++++++++++++++++++++++++++++++
> hw/mfi.h | 1248 +++++++++++++++++++++++++++
> hw/pci_ids.h | 2 +
> hw/scsi-bus.c | 94 +-
> hw/scsi-defs.h | 15 +-
> hw/scsi-disk.c | 69 +-
> hw/scsi-generic.c | 13 +-
> hw/virtio-scsi.c | 6 +-
> trace-events | 79 ++
> 13 files changed, 3872 insertions(+), 37 deletions(-)
> create mode 100644 hw/megasas.c
> create mode 100644 hw/mfi.h
next prev parent reply other threads:[~2012-07-09 16:48 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-02 9:41 [Qemu-devel] [PULL 00/14] SCSI updates for 2012-07-02 Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 01/14] scsi: simplify handling of the VPD page length field Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 02/14] scsi: add a qdev property for the disk's WWN Paolo Bonzini
2012-07-03 19:09 ` Blue Swirl
2012-07-04 7:33 ` Paolo Bonzini
2012-07-05 18:03 ` Blue Swirl
2012-07-06 7:05 ` Paolo Bonzini
2012-07-07 7:48 ` Blue Swirl
2012-07-07 12:22 ` Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 03/14] atapi: implement READ DISC INFORMATION Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 04/14] scsi-disk: " Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 05/14] ISCSI: Add SCSI passthrough via scsi-generic to libiscsi Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 06/14] ISCSI: force use of sg for SMC and SSC devices Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 07/14] megasas: Add header file Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 08/14] megasas: LSI Megaraid SAS HBA emulation Paolo Bonzini
2012-07-03 19:09 ` Blue Swirl
2012-07-04 5:52 ` Hannes Reinecke
2012-07-04 7:33 ` Paolo Bonzini
2012-07-05 6:46 ` Hannes Reinecke
2012-07-02 9:41 ` [Qemu-devel] [PATCH 09/14] virtio-scsi: do not crash on adding buffers to the event queue Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 10/14] scsi: Fix data length == SCSI_SENSE_BUF_SIZE Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 11/14] scsi: Fix LOAD_UNLOAD Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 12/14] scsi: Ensure command and transfer lengths are set for all SCSI devices Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 13/14] scsi: Add basic support for SCSI media changer commands Paolo Bonzini
2012-07-02 9:41 ` [Qemu-devel] [PATCH 14/14] scsi: Fix transfer length for READ POSITION commands Paolo Bonzini
2012-07-09 16:48 ` Anthony Liguori [this message]
2012-07-09 23:09 ` [Qemu-devel] [PULL 00/14] SCSI updates for 2012-07-02 Alexander Graf
2012-07-09 23:19 ` Anthony Liguori
2012-07-10 5:57 ` Hannes Reinecke
2012-07-10 7:06 ` Paolo Bonzini
2012-07-10 12:52 ` Anthony Liguori
2012-07-10 13:01 ` Hannes Reinecke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FFB0B64.2050409@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).