summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2025-06-16 03:13:14 -0700
committerCédric Le Goater <clg@redhat.com>2025-06-26 08:55:37 +0200
commit8d60d069d7027bc3121763d73b0c973a1e3f19f3 (patch)
tree3c62b3832ee741fc5e97de0cb4f071c1f42154c4
parentb1f521de8b2f356f4ae7683c51aa8c3ba6c7931e (diff)
downloadfocaccia-qemu-8d60d069d7027bc3121763d73b0c973a1e3f19f3.tar.gz
focaccia-qemu-8d60d069d7027bc3121763d73b0c973a1e3f19f3.zip
vfio: add documentation for posted write argument
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250616101314.3189793-1-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
-rw-r--r--include/hw/vfio/vfio-device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/vfio/vfio-device.h b/include/hw/vfio/vfio-device.h
index 1926adb0a3..959e458d7f 100644
--- a/include/hw/vfio/vfio-device.h
+++ b/include/hw/vfio/vfio-device.h
@@ -240,6 +240,7 @@ struct VFIODeviceIOOps {
      * @off: offset within the region
      * @size: size in bytes to write
      * @data: buffer to write from
+     * @post: true if this is a posted write
      *
      * Returns number of bytes write on success or -errno.
      */