mbox series

[for,7.1,v1,0/5] virtio fixes (split from virtio-gpio series)

Message ID 20220727155653.3974426-1-alex.bennee@linaro.org
Headers show
Series virtio fixes (split from virtio-gpio series) | expand

Message

Alex Bennée July 27, 2022, 3:56 p.m. UTC
Hi,

This is just a split out series based on:

   Subject: [PATCH v3 for 7.2 00/21] virtio-gpio and various virtio cleanups
   Date: Tue, 26 Jul 2022 20:21:29 +0100
   Message-Id: <20220726192150.2435175-1-alex.bennee@linaro.org>

with the patches identified by mst:

  Right. Still I think some are fixes we should merge now.
  I am thinking patches 5, 7,8,9 ? 6 if it makes backporting
  much easier. WDYT? If you agree pls separate bugfixes in
  series I can apply. Thanks!

So here they are ;-)

Alex Bennée (5):
  block/vhost-user-blk-server: don't expose
    VHOST_USER_F_PROTOCOL_FEATURES
  hw/virtio: incorporate backend features in features
  hw/virtio: gracefully handle unset vhost_dev vdev
  hw/virtio: handle un-configured shutdown in virtio-pci
  hw/virtio: fix vhost_user_read tracepoint

 block/export/vhost-user-blk-server.c |  3 +--
 hw/virtio/vhost-user.c               | 13 ++++++++++---
 hw/virtio/vhost.c                    | 10 +++++++---
 hw/virtio/virtio-pci.c               |  9 +++++++--
 4 files changed, 25 insertions(+), 10 deletions(-)