[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Fixed the problem of vhost-user reconnection
From: |
Li Feng |
Subject: |
[PATCH 0/2] Fixed the problem of vhost-user reconnection |
Date: |
Fri, 26 Apr 2024 16:58:37 +0800 |
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
- [PATCH 0/2] Fixed the problem of vhost-user reconnection,
Li Feng <=