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

Michael S. Tsirkin posted 7 patches 3 years, 5 months ago
Failed in applying to current master (apply log)
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
Posted by Michael S. Tsirkin 3 years, 5 months ago
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(-)


Re: [PULL v2 0/7] pc,vhost: fixes
Posted by Peter Maydell 3 years, 5 months ago
On Tue, 17 Nov 2020 at 09:19, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> 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>
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM