* [PATCH] vfio: add documentation for posted write argument
@ 2025-06-16 10:13 John Levon
2025-06-17 6:28 ` Cédric Le Goater
0 siblings, 1 reply; 2+ messages in thread
From: John Levon @ 2025-06-16 10:13 UTC (permalink / raw)
To: qemu-devel; +Cc: Cédric Le Goater, Alex Williamson, John Levon
Signed-off-by: John Levon <john.levon@nutanix.com>
---
include/hw/vfio/vfio-device.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/hw/vfio/vfio-device.h b/include/hw/vfio/vfio-device.h
index d45e5a68a2..abea652be2 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.
*/
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] vfio: add documentation for posted write argument
2025-06-16 10:13 [PATCH] vfio: add documentation for posted write argument John Levon
@ 2025-06-17 6:28 ` Cédric Le Goater
0 siblings, 0 replies; 2+ messages in thread
From: Cédric Le Goater @ 2025-06-17 6:28 UTC (permalink / raw)
To: John Levon, qemu-devel; +Cc: Alex Williamson
On 6/16/25 12:13, John Levon wrote:
> Signed-off-by: John Levon <john.levon@nutanix.com>
> ---
> include/hw/vfio/vfio-device.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/hw/vfio/vfio-device.h b/include/hw/vfio/vfio-device.h
> index d45e5a68a2..abea652be2 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.
> */
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Applied to vfio-next.
Thanks,
C.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-17 6:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 10:13 [PATCH] vfio: add documentation for posted write argument John Levon
2025-06-17 6:28 ` Cédric Le Goater
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).