Re: [PATCH v5 16/19] vfio-user: support posted writes

2025-06-25 Thread Cédric Le Goater
On 6/25/25 21:30, John Levon wrote: Support an asynchronous send of a vfio-user socket message (no wait for a reply) when the write is posted. This is only safe when no regions are mappable by the VM. Add an option to explicitly disable this as well. Signed-off-by: John Levon --- hw/vfio-user

[PATCH v5 16/19] vfio-user: support posted writes

2025-06-25 Thread John Levon
Support an asynchronous send of a vfio-user socket message (no wait for a reply) when the write is posted. This is only safe when no regions are mappable by the VM. Add an option to explicitly disable this as well. Signed-off-by: John Levon --- hw/vfio-user/proxy.h | 6 ++ hw/vfio-user/dev