qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix vhost reconnect issues
@ 2023-08-04  5:29 Li Feng
  2023-08-04  5:29 ` [PATCH 1/2] vhost-user: fix lost reconnect Li Feng
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Li Feng @ 2023-08-04  5:29 UTC (permalink / raw)
  To: Paolo Bonzini, Fam Zheng, Michael S. Tsirkin, Raphael Norwitz,
	open list:All patches CC here
  Cc: Li Feng

The patchset fixes the regression issue of vhost reconnect.
It's a serious bug that the vhost-user will lose the reconnect forever.

The 2nd patch enhances the error handle of vhost-user-scsi.

This patchset's parent commit is:
https://lore.kernel.org/all/20230731121018.2856310-1-fengli@smartx.com/

Li Feng (2):
  vhost-user: fix lost reconnect
  vhost: Add Error parameter to vhost_scsi_common_start()

 hw/scsi/vhost-scsi-common.c           | 17 ++++++++++-------
 hw/scsi/vhost-scsi.c                  |  5 +++--
 hw/scsi/vhost-user-scsi.c             | 14 ++++++++------
 hw/virtio/vhost-user.c                | 10 +---------
 include/hw/virtio/vhost-scsi-common.h |  2 +-
 5 files changed, 23 insertions(+), 25 deletions(-)

-- 
2.41.0



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2023-10-01 20:01 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04  5:29 [PATCH 0/2] Fix vhost reconnect issues Li Feng
2023-08-04  5:29 ` [PATCH 1/2] vhost-user: fix lost reconnect Li Feng
2023-08-14 12:11   ` Raphael Norwitz
2023-08-17  6:40     ` Li Feng
2023-08-22  0:38       ` Raphael Norwitz
2023-08-22  4:49         ` Li Feng
2023-08-22 10:17           ` Raphael Norwitz
2023-08-24  7:27             ` Li Feng
2023-08-04  5:29 ` [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start() Li Feng
2023-08-14 12:11   ` Raphael Norwitz
2023-08-17  6:49     ` Li Feng
2023-08-21 12:09       ` Markus Armbruster
2023-08-22  4:47         ` Li Feng
2023-08-24  7:41 ` [PATCH v2 0/2] Fix vhost reconnect issues Li Feng
2023-08-24  7:41   ` [PATCH v2 1/2] vhost-user: Fix lost reconnect Li Feng
2023-08-29 22:11     ` Raphael Norwitz
2023-08-30  4:51       ` Li Feng
2023-08-24  7:41   ` [PATCH v2 2/2] vhost: Add Error parameter to vhost_scsi_common_start() Li Feng
2023-08-29 22:20     ` Raphael Norwitz
2023-08-30  4:57 ` [PATCH v3 0/2] Fix vhost reconnect issues Li Feng
2023-08-30  4:57   ` [PATCH v3 1/2] vhost-user: Fix lost reconnect Li Feng
2023-08-30  8:47     ` Raphael Norwitz
2023-08-30  4:57   ` [PATCH v3 2/2] vhost: Add Error parameter to vhost_scsi_common_start() Li Feng
2023-08-30  8:51     ` Raphael Norwitz
2023-09-01 12:00     ` Markus Armbruster
2023-09-12  8:32       ` Li Feng
2023-10-01 20:00         ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).