[PATCH] vfio: improve VFIODeviceIOOps docs

2025-06-11 Thread John Levon
Explicitly describe every parameter rather than summarizing. Signed-off-by: John Levon --- include/hw/vfio/vfio-device.h | 52 +-- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/include/hw/vfio/vfio-device.h b/include/hw/vfio/vfio-device.h index f3

Re: [PATCH] vfio: improve VFIODeviceIOOps docs

2025-06-11 Thread Cédric Le Goater
On 6/11/25 12:47, John Levon wrote: Explicitly describe every parameter rather than summarizing. Signed-off-by: John Levon Reviewed-by: Cédric Le Goater Applied to vfio-next. Thanks, C. --- include/hw/vfio/vfio-device.h | 52 +-- 1 file changed, 43 i