[PATCH 0/2] Fixed the problem of vhost-user reconnection

Li Feng posted 2 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240426085855.665813-1-fengli@smartx.com
Maintainers: Raphael Norwitz <raphael@enfabrica.net>, "Michael S. Tsirkin" <mst@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, "Alex Bennée" <alex.bennee@linaro.org>
hw/block/vhost-user-blk.c      |  2 +-
hw/scsi/vhost-user-scsi.c      |  3 +--
hw/virtio/vhost-user-base.c    |  2 +-
hw/virtio/vhost-user.c         | 18 ++----------------
include/hw/virtio/vhost-user.h |  3 +--
5 files changed, 6 insertions(+), 22 deletions(-)
[PATCH 0/2] Fixed the problem of vhost-user reconnection
Posted by Li Feng 1 week, 4 days ago
Previous discussion here:
https://lore.kernel.org/all/f86d6159-5610-476c-a69e-cd3a717f9e40@nvidia.com/

The merged version cannot fully cover all possible scenarios. Here we revert the previous
fixes and then use new methods to fix them.

Li Feng (2):
  Revert "vhost-user: fix lost reconnect"
  vhost-user: fix lost reconnect again

 hw/block/vhost-user-blk.c      |  2 +-
 hw/scsi/vhost-user-scsi.c      |  3 +--
 hw/virtio/vhost-user-base.c    |  2 +-
 hw/virtio/vhost-user.c         | 18 ++----------------
 include/hw/virtio/vhost-user.h |  3 +--
 5 files changed, 6 insertions(+), 22 deletions(-)

-- 
2.44.0