mbox

[PULL,0/6] updated SCSI changes for 1.1.0-rc4

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

Pull-request

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

Message

Paolo Bonzini May 29, 2012, 9:20 a.m. UTC
The following changes since commit aeb29b6459cb9496b38c820f3faff64cf2369d0d:

  audio: Always call fini on exit (2012-05-24 19:35:27 +0400)

are available in the git repository at:

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

for you to fetch changes up to f4dfa67f04037c1b1a8f4e4ddc944c5ab308f35b:

  ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN (2012-05-28 14:04:16 +0200)

The only difference from v1 is in the libiscsi patches.

----------------------------------------------------------------
Jim Meyering (1):
      scsi: declare vmstate_info_scsi_requests to be static

Paolo Bonzini (1):
      ISCSI: change num_blocks to 64-bit

Ronnie Sahlberg (4):
      ISCSI: redo how we set up the events
      ISCSI: get device type at connection time
      ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMC
      ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN

 block/iscsi.c |  240 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 hw/scsi-bus.c |    2 +-
 trace-events  |    4 +-
 3 files changed, 206 insertions(+), 40 deletions(-)

Comments

Anthony Liguori May 30, 2012, 1:28 a.m. UTC | #1
On 05/29/2012 04:20 AM, Paolo Bonzini wrote:
> The following changes since commit aeb29b6459cb9496b38c820f3faff64cf2369d0d:
>
>    audio: Always call fini on exit (2012-05-24 19:35:27 +0400)
>
> are available in the git repository at:
>
>    git://github.com/bonzini/qemu.git scsi-next
>
> for you to fetch changes up to f4dfa67f04037c1b1a8f4e4ddc944c5ab308f35b:
>
>    ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN (2012-05-28 14:04:16 +0200)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> The only difference from v1 is in the libiscsi patches.
>
> ----------------------------------------------------------------
> Jim Meyering (1):
>        scsi: declare vmstate_info_scsi_requests to be static
>
> Paolo Bonzini (1):
>        ISCSI: change num_blocks to 64-bit
>
> Ronnie Sahlberg (4):
>        ISCSI: redo how we set up the events
>        ISCSI: get device type at connection time
>        ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMC
>        ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN
>
>   block/iscsi.c |  240 ++++++++++++++++++++++++++++++++++++++++++++++++---------
>   hw/scsi-bus.c |    2 +-
>   trace-events  |    4 +-
>   3 files changed, 206 insertions(+), 40 deletions(-)