qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 5847c7: virtio-blk: deprecate SCSI passthroug


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 5847c7: virtio-blk: deprecate SCSI passthrough
Date: Fri, 03 Jan 2020 11:00:14 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5847c750f3d31959022cc67a03870ba1a229d59b
      
https://github.com/qemu/qemu/commit/5847c750f3d31959022cc67a03870ba1a229d59b
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M qemu-deprecated.texi

  Log Message:
  -----------
  virtio-blk: deprecate SCSI passthrough

The Linux virtio_blk.ko guest driver is removing legacy SCSI passthrough
support.  Deprecate this feature in QEMU too.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Christoph Hellwig <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-id: address@hidden
Message-Id: <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: f21673c35e0a49e66e228825a9ea3e81a9947eed
      
https://github.com/qemu/qemu/commit/f21673c35e0a49e66e228825a9ea3e81a9947eed
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M docs/arm-cpu-features.rst
    M docs/virtio-net-failover.rst
    M docs/virtio-pmem.rst

  Log Message:
  -----------
  docs: fix rst syntax errors in unbuilt docs

The .rst files outside docs/{devel,interop,specs} aren't built yet and
therefore a few syntax errors have slipped through.  Fix them.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Daniel P. Berrangé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 725fe5d10dbd4259b1853b7d253cef83a3c0d22a
      
https://github.com/qemu/qemu/commit/725fe5d10dbd4259b1853b7d253cef83a3c0d22a
  Author: Li Hangjing <address@hidden>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M hw/block/dataplane/virtio-blk.c

  Log Message:
  -----------
  virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh

When the number of a virtio-blk device's virtqueues is larger than
BITS_PER_LONG, the out-of-bounds access to bitmap[ ] will occur.

Fixes: e21737ab15 ("virtio-blk: multiqueue batch notify")
Cc: address@hidden
Cc: Stefan Hajnoczi <address@hidden>
Signed-off-by: Li Hangjing <address@hidden>
Reviewed-by: Xie Yongji <address@hidden>
Reviewed-by: Chai Wen <address@hidden>
Message-id: address@hidden
Message-Id: <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: f0dcfddecee8b860e015bb07d67cfcbdfbfd51d9
      
https://github.com/qemu/qemu/commit/f0dcfddecee8b860e015bb07d67cfcbdfbfd51d9
  Author: Peter Maydell <address@hidden>
  Date:   2020-01-03 (Fri, 03 Jan 2020)

  Changed paths:
    M docs/arm-cpu-features.rst
    M docs/virtio-net-failover.rst
    M docs/virtio-pmem.rst
    M hw/block/dataplane/virtio-blk.c
    M qemu-deprecated.texi

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into 
staging

Pull request

# gpg: Signature made Fri 20 Dec 2019 10:25:11 GMT
# gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <address@hidden>" [full]
# gpg:                 aka "Stefan Hajnoczi <address@hidden>" [full]
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/block-pull-request:
  virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh
  docs: fix rst syntax errors in unbuilt docs
  virtio-blk: deprecate SCSI passthrough

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/40f09ee83311...f0dcfddecee8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]