qemu-devel
[Top][All Lists]
Advanced

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

[PULL v2 0/7] pc,vhost: fixes


From: Michael S. Tsirkin
Subject: [PULL v2 0/7] pc,vhost: fixes
Date: Tue, 17 Nov 2020 04:18:57 -0500

The following changes since commit c6f28ed5075df79fef39c500362a3f4089256c9c:

  Update version for v5.2.0-rc1 release (2020-11-10 22:29:57 +0000)

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 91010f0407a07caeacb11037bb5b493bab7ce203:

  vhost-user-blk/scsi: Fix broken error handling for socket call (2020-11-17 
04:16:55 -0500)

----------------------------------------------------------------
pc,vhost: fixes

Fixes all over the place.

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

----------------------------------------------------------------
AlexChen (2):
      contrib/libvhost-user: Fix bad printf format specifiers
      vhost-user-blk/scsi: Fix broken error handling for socket call

Philippe Mathieu-Daudé (1):
      hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug off

Stefan Hajnoczi (4):
      vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation
      meson: move vhost_user_blk_server to meson.build
      vhost-user-blk-server: depend on CONFIG_VHOST_USER
      configure: mark vhost-user Linux-only

 meson_options.txt                         |  2 ++
 configure                                 | 25 ++++++-----------
 contrib/libvhost-user/libvhost-user.h     |  2 +-
 contrib/libvhost-user/libvhost-user.c     | 24 ++++++++---------
 contrib/vhost-user-blk/vhost-user-blk.c   |  2 +-
 contrib/vhost-user-scsi/vhost-user-scsi.c |  2 +-
 hw/i386/acpi-build.c                      | 45 +++++++++++++++----------------
 hw/virtio/vhost-user.c                    |  5 ++--
 block/export/meson.build                  |  5 +++-
 docs/interop/vhost-user.rst               | 21 +++++++++++++--
 meson.build                               | 15 +++++++++++
 11 files changed, 86 insertions(+), 62 deletions(-)




reply via email to

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