qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2 0/7] pc,vhost: fixes
@ 2020-11-17  9:18 Michael S. Tsirkin
  2020-11-17  9:19 ` [PULL v2 1/7] vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation Michael S. Tsirkin
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2020-11-17  9:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

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(-)



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-11-17 14:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-17  9:18 [PULL v2 0/7] pc,vhost: fixes Michael S. Tsirkin
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

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).