mbox

[PULL,for-2.0,0/4] SCSI changes for QEMU 2.0

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

Pull-request

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

Message

Paolo Bonzini April 3, 2014, 11:12 a.m. UTC
The following changes since commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b:

  configure: add option to disable -fstack-protector flags (2014-03-31 20:16:02 +0100)

are available in the git repository at:

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

for you to fetch changes up to c97ca29db0a68deb281a901f535cec5ea4862244:

  iscsi: always query max WRITE SAME length (2014-04-03 13:10:53 +0200)

----------------------------------------------------------------
Paolo Bonzini (4):
      scsi-bus: remove bogus assertion
      iscsi: recognize "invalid field" ASCQ from WRITE SAME command
      iscsi: ignore flushes on scsi-generic devices
      iscsi: always query max WRITE SAME length

 block/iscsi.c      | 19 +++++++++++++------
 hw/scsi/scsi-bus.c |  1 -
 2 files changed, 13 insertions(+), 7 deletions(-)

Comments

Peter Maydell April 3, 2014, 12:03 p.m. UTC | #1
On 3 April 2014 12:12, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b:
>
>   configure: add option to disable -fstack-protector flags (2014-03-31 20:16:02 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git scsi-next
>
> for you to fetch changes up to c97ca29db0a68deb281a901f535cec5ea4862244:
>
>   iscsi: always query max WRITE SAME length (2014-04-03 13:10:53 +0200)
>
> ----------------------------------------------------------------
> Paolo Bonzini (4):
>       scsi-bus: remove bogus assertion
>       iscsi: recognize "invalid field" ASCQ from WRITE SAME command
>       iscsi: ignore flushes on scsi-generic devices
>       iscsi: always query max WRITE SAME length
>
>  block/iscsi.c      | 19 +++++++++++++------
>  hw/scsi/scsi-bus.c |  1 -
>  2 files changed, 13 insertions(+), 7 deletions(-)

Applied, thanks.

-- PMM