From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL v2 0/7] pc,vhost: fixes
Date: Tue, 17 Nov 2020 04:18:57 -0500 [thread overview]
Message-ID: <20201117091848.695370-1-mst@redhat.com> (raw)
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(-)
next reply other threads:[~2020-11-17 9:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 9:18 Michael S. Tsirkin [this message]
2020-11-17 9:19 ` [PULL v2 1/7] vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation Michael S. Tsirkin
2020-11-17 9:19 ` [PULL v2 2/7] meson: move vhost_user_blk_server to meson.build Michael S. Tsirkin
2020-11-17 9:19 ` [PULL v2 3/7] vhost-user-blk-server: depend on CONFIG_VHOST_USER Michael S. Tsirkin
2020-11-17 9:19 ` [PULL v2 4/7] configure: mark vhost-user Linux-only Michael S. Tsirkin
2020-11-17 9:19 ` [PULL v2 5/7] hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug off Michael S. Tsirkin
2020-11-17 9:19 ` [PULL v2 6/7] contrib/libvhost-user: Fix bad printf format specifiers Michael S. Tsirkin
2020-11-17 9:19 ` [PULL v2 7/7] vhost-user-blk/scsi: Fix broken error handling for socket call Michael S. Tsirkin
2020-11-17 14:12 ` [PULL v2 0/7] pc,vhost: fixes Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201117091848.695370-1-mst@redhat.com \
--to=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).