Re: [PATCH v4] vhost/user: clear ring addresses when getting vring base

2025-01-17 Thread Maxime Coquelin
On 11/27/24 3:03 AM, Jianping Zhao wrote: 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 on

Re: [PATCH v4] vhost/user: clear ring addresses when getting vring base

2025-01-10 Thread Maxime Coquelin
On 11/27/24 3:03 AM, Jianping Zhao wrote: 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 on

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

2024-11-26 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