mbox

[PULL,00/12] virtio: fixes

Message ID 20220628044201.217173-1-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

Message

Michael S. Tsirkin June 28, 2022, 4:42 a.m. UTC
The following changes since commit 097ccbbbaf2681df1e65542e5b7d2b2d0c66e2bc:

  Merge tag 'qemu-sparc-20220626' of https://github.com/mcayland/qemu into staging (2022-06-27 05:21:05 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 81cf38f3ff3c7db8fcd2f46df9a294fdf6f4a910:

  include/hw/virtio: document vhost_ack_features (2022-06-27 18:53:18 -0400)

----------------------------------------------------------------
virtio: fixes

fixes all over the place

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Alex Bennée (3):
      contrib/vhost-user-blk: fix 32 bit build and enable
      include/hw/virtio: document vhost_get_features
      include/hw/virtio: document vhost_ack_features

David Hildenbrand (1):
      MAINTAINERS: Collect memory device files in "Memory devices"

Jagannathan Raman (1):
      msi: fix MSI vector limit check in msi_set_mask()

Kevin Wolf (3):
      docs/vhost-user: Fix mismerge
      libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply
      libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply

Konstantin Khlebnikov (2):
      vhost: add method vhost_set_vring_err
      vhost: setup error eventfd and dump errors

Zhenzhong Duan (2):
      virtio-iommu: Fix the partial copy of probe request
      virtio-iommu: Fix migration regression

 include/hw/virtio/vhost-backend.h         |  3 +++
 include/hw/virtio/vhost.h                 | 22 ++++++++++++++++++
 contrib/vhost-user-blk/vhost-user-blk.c   |  6 ++---
 hw/pci/msi.c                              |  4 ++--
 hw/virtio/vhost-backend.c                 |  7 ++++++
 hw/virtio/vhost-user.c                    |  6 +++++
 hw/virtio/vhost.c                         | 37 +++++++++++++++++++++++++++++++
 hw/virtio/virtio-iommu.c                  | 16 +++++++++----
 subprojects/libvhost-user/libvhost-user.c | 19 +++-------------
 MAINTAINERS                               | 25 ++++++++++++---------
 contrib/vhost-user-blk/meson.build        |  3 +--
 docs/interop/vhost-user.rst               | 16 -------------
 meson.build                               |  2 +-
 13 files changed, 112 insertions(+), 54 deletions(-)

Comments

Richard Henderson June 28, 2022, 8:17 a.m. UTC | #1
On 6/28/22 10:12, Michael S. Tsirkin wrote:
> The following changes since commit 097ccbbbaf2681df1e65542e5b7d2b2d0c66e2bc:
> 
>    Merge tag 'qemu-sparc-20220626' of https://github.com/mcayland/qemu into staging (2022-06-27 05:21:05 +0530)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
> 
> for you to fetch changes up to 81cf38f3ff3c7db8fcd2f46df9a294fdf6f4a910:
> 
>    include/hw/virtio: document vhost_ack_features (2022-06-27 18:53:18 -0400)
> 
> ----------------------------------------------------------------
> virtio: fixes
> 
> fixes all over the place
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Alex Bennée (3):
>        contrib/vhost-user-blk: fix 32 bit build and enable
>        include/hw/virtio: document vhost_get_features
>        include/hw/virtio: document vhost_ack_features
> 
> David Hildenbrand (1):
>        MAINTAINERS: Collect memory device files in "Memory devices"
> 
> Jagannathan Raman (1):
>        msi: fix MSI vector limit check in msi_set_mask()
> 
> Kevin Wolf (3):
>        docs/vhost-user: Fix mismerge
>        libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply
>        libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply
> 
> Konstantin Khlebnikov (2):
>        vhost: add method vhost_set_vring_err
>        vhost: setup error eventfd and dump errors
> 
> Zhenzhong Duan (2):
>        virtio-iommu: Fix the partial copy of probe request
>        virtio-iommu: Fix migration regression
> 
>   include/hw/virtio/vhost-backend.h         |  3 +++
>   include/hw/virtio/vhost.h                 | 22 ++++++++++++++++++
>   contrib/vhost-user-blk/vhost-user-blk.c   |  6 ++---
>   hw/pci/msi.c                              |  4 ++--
>   hw/virtio/vhost-backend.c                 |  7 ++++++
>   hw/virtio/vhost-user.c                    |  6 +++++
>   hw/virtio/vhost.c                         | 37 +++++++++++++++++++++++++++++++
>   hw/virtio/virtio-iommu.c                  | 16 +++++++++----
>   subprojects/libvhost-user/libvhost-user.c | 19 +++-------------
>   MAINTAINERS                               | 25 ++++++++++++---------
>   contrib/vhost-user-blk/meson.build        |  3 +--
>   docs/interop/vhost-user.rst               | 16 -------------
>   meson.build                               |  2 +-
>   13 files changed, 112 insertions(+), 54 deletions(-)
> 
>