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

2012-05-29 Thread Paolo Bonzini
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(-)
-- 
1.7.10.1




Re: [Qemu-devel] [PULL 0/6] updated SCSI changes for 1.1.0-rc4

2012-05-29 Thread Anthony Liguori

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(-)