]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: mark posted writes in region write callbacks
authorJohn Levon <john.levon@nutanix.com>
Sat, 7 Jun 2025 00:10:36 +0000 (17:10 -0700)
committerCédric Le Goater <clg@redhat.com>
Wed, 11 Jun 2025 12:01:58 +0000 (14:01 +0200)
commita574b0614449760a83310226b548e21b08a805fa
tree1c9b69cb45506550409104c2f57bc631b8495998
parent59adfc6f1843538d78373296fd05a57ced1f3ecb
vfio: mark posted writes in region write callbacks

For vfio-user, the region write implementation needs to know if the
write is posted; add the necessary plumbing to support this.

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/20250607001056.335310-5-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/device.c
hw/vfio/pci.c
hw/vfio/region.c
include/hw/vfio/vfio-device.h
include/hw/vfio/vfio-region.h