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 <m...@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(-)