mbox series

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

Message ID 20240426085855.665813-1-fengli@smartx.com (mailing list archive)
Headers show
Series Fixed the problem of vhost-user reconnection | expand

Message

Li Feng April 26, 2024, 8:58 a.m. UTC
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(-)