mbox

[PULL,v2,for-2.1,0/3] virtio-scsi fixes, and block/iscsi compilation fix

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

Pull-request

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

Message

Paolo Bonzini July 1, 2014, 8:39 a.m. UTC
The following changes since commit ec9fe956d5c728da770db5ec9bc429080ccb5043:

  Merge remote-tracking branch 'remotes/bonzini/small-fixes' into staging (2014-06-30 15:56:00 +0100)

are available in the git repository at:


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

for you to fetch changes up to f80ea9862fed7ca89a672785bdce0e2611f9ba97:

  configure: Fix -lm test, so that tools can be compiled on hosts that require -lm (2014-07-01 10:36:28 +0200)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      configure: Fix -lm test, so that tools can be compiled on hosts that require -lm

Cédric Le Goater (1):
      virtio-scsi: scsi events must be converted to target endianness

Greg Kurz (1):
      virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing

 Makefile.target       |  4 ----
 configure             |  2 +-
 hw/scsi/virtio-scsi.c | 12 +++---------
 3 files changed, 4 insertions(+), 14 deletions(-)

Comments

Peter Maydell July 1, 2014, 10 a.m. UTC | #1
On 1 July 2014 09:39, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit ec9fe956d5c728da770db5ec9bc429080ccb5043:
>
>   Merge remote-tracking branch 'remotes/bonzini/small-fixes' into staging (2014-06-30 15:56:00 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/bonzini/qemu.git scsi-next
>
> for you to fetch changes up to f80ea9862fed7ca89a672785bdce0e2611f9ba97:
>
>   configure: Fix -lm test, so that tools can be compiled on hosts that require -lm (2014-07-01 10:36:28 +0200)
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       configure: Fix -lm test, so that tools can be compiled on hosts that require -lm
>
> Cédric Le Goater (1):
>       virtio-scsi: scsi events must be converted to target endianness
>
> Greg Kurz (1):
>       virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing
>
>  Makefile.target       |  4 ----
>  configure             |  2 +-
>  hw/scsi/virtio-scsi.c | 12 +++---------
>  3 files changed, 4 insertions(+), 14 deletions(-)

Applied, thanks.

-- PMM