[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(-)
- [PULL v2 0/7] pc,vhost: fixes,
Michael S. Tsirkin <=
- [PULL v2 1/7] vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation, Michael S. Tsirkin, 2020/11/17
- [PULL v2 2/7] meson: move vhost_user_blk_server to meson.build, Michael S. Tsirkin, 2020/11/17
- [PULL v2 3/7] vhost-user-blk-server: depend on CONFIG_VHOST_USER, Michael S. Tsirkin, 2020/11/17
- [PULL v2 4/7] configure: mark vhost-user Linux-only, Michael S. Tsirkin, 2020/11/17
- [PULL v2 5/7] hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug off, Michael S. Tsirkin, 2020/11/17
- [PULL v2 6/7] contrib/libvhost-user: Fix bad printf format specifiers, Michael S. Tsirkin, 2020/11/17
- [PULL v2 7/7] vhost-user-blk/scsi: Fix broken error handling for socket call, Michael S. Tsirkin, 2020/11/17
- Re: [PULL v2 0/7] pc,vhost: fixes, Peter Maydell, 2020/11/17