mbox

[PULL,0/9] Block patches for 1.0

Message ID 1321624993-19033-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git for-anthony

Message

Kevin Wolf Nov. 18, 2011, 2:03 p.m. UTC
The following changes since commit 3f5bd4e1b874590d3d76e031530799a4610da6dc:

  Update version to 1.0-rc2 (2011-11-14 11:26:32 -0600)

are available in the git repository at:
  git://repo.or.cz/qemu/kevin.git for-anthony

Paolo Bonzini (8):
      scsi: fix fw path
      scsi-disk: guess geometry
      atapi: kill MODE SENSE(6), fix MODE SENSE(10)
      scsi: update list of commands
      scsi: fix parsing of allocation length field
      scsi: remove block descriptors from CDs
      scsi: pass down REQUEST SENSE to the device when there is no stored sense
      scsi-block: always use SG_IO for MMC devices

Ronnie Sahlberg (1):
      Documentation: Add section about iSCSI LUNS to qemu-doc

 hw/ide/atapi.c |   20 ++++-----
 hw/scsi-bus.c  |  128 +++++++++++++++++++++++++++++++++++++++++++++++---------
 hw/scsi-defs.h |   10 ++++-
 hw/scsi-disk.c |   37 +++++++++++-----
 hw/scsi.h      |    2 +
 qemu-doc.texi  |   56 ++++++++++++++++++++++++
 6 files changed, 209 insertions(+), 44 deletions(-)

Comments

Anthony Liguori Nov. 22, 2011, 12:20 a.m. UTC | #1
On 11/18/2011 08:03 AM, Kevin Wolf wrote:
> The following changes since commit 3f5bd4e1b874590d3d76e031530799a4610da6dc:
>
>    Update version to 1.0-rc2 (2011-11-14 11:26:32 -0600)
>
> are available in the git repository at:
>    git://repo.or.cz/qemu/kevin.git for-anthony

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Paolo Bonzini (8):
>        scsi: fix fw path
>        scsi-disk: guess geometry
>        atapi: kill MODE SENSE(6), fix MODE SENSE(10)
>        scsi: update list of commands
>        scsi: fix parsing of allocation length field
>        scsi: remove block descriptors from CDs
>        scsi: pass down REQUEST SENSE to the device when there is no stored sense
>        scsi-block: always use SG_IO for MMC devices
>
> Ronnie Sahlberg (1):
>        Documentation: Add section about iSCSI LUNS to qemu-doc
>
>   hw/ide/atapi.c |   20 ++++-----
>   hw/scsi-bus.c  |  128 +++++++++++++++++++++++++++++++++++++++++++++++---------
>   hw/scsi-defs.h |   10 ++++-
>   hw/scsi-disk.c |   37 +++++++++++-----
>   hw/scsi.h      |    2 +
>   qemu-doc.texi  |   56 ++++++++++++++++++++++++
>   6 files changed, 209 insertions(+), 44 deletions(-)
>
>