diff options
author | John Levon <john.levon@nutanix.com> | 2025-06-16 03:13:14 -0700 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2025-06-26 08:55:37 +0200 |
commit | 8d60d069d7027bc3121763d73b0c973a1e3f19f3 (patch) | |
tree | 3c62b3832ee741fc5e97de0cb4f071c1f42154c4 | |
parent | b1f521de8b2f356f4ae7683c51aa8c3ba6c7931e (diff) | |
download | qemu-8d60d069d7027bc3121763d73b0c973a1e3f19f3.zip qemu-8d60d069d7027bc3121763d73b0c973a1e3f19f3.tar.gz qemu-8d60d069d7027bc3121763d73b0c973a1e3f19f3.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/vfio/vfio-device.h b/include/hw/vfio/vfio-device.h index 1926adb..959e458 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. */ |