[PATCH] vhost: clear ring addresses when getting vring base

2024-11-27 Thread jianping.zhao
From: "Jianping.zhao" Clear ring addresses during vring base retrieval to handle guest reboot scenarios correctly. This is particularly important for vdpa-blk devices where the following issue occurs: When a guest OS with vdpa-blk device reboots, during UEFI stage, only one vring is actually use

[PATCH] vhost: clear ring addresses when getting vring base

2024-11-24 Thread jianping.zhao
Clear ring addresses during vring base retrieval to handle guest reboot scenarios correctly. This is particularly important for vdpa-blk devices where the following issue occurs: When a guest OS with vdpa-blk device reboots, during UEFI stage, only one vring is actually used and configured. Howeve

[PATCH] vhost: clear ring addresses when getting vring base

2024-11-24 Thread jianping.zhao
From: "Jianping.zhao" Clear ring addresses during vring base retrieval to handle guest reboot scenarios correctly. This is particularly important for vdpa-blk devices where the following issue occurs: When a guest OS with vdpa-blk device reboots, during UEFI stage, only one vring is actually use