diff options
Diffstat (limited to 'include/vfio-user.h')
-rw-r--r-- | include/vfio-user.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vfio-user.h b/include/vfio-user.h index dc6fafa..52f0870 100644 --- a/include/vfio-user.h +++ b/include/vfio-user.h @@ -171,12 +171,13 @@ typedef struct vfio_user_region_io_fds_request { #define VFIO_USER_IO_FD_TYPE_IOEVENTFD_SHADOW 2 typedef struct vfio_user_sub_region_ioeventfd { - uint64_t offset; + uint64_t gpa_offset; uint64_t size; uint32_t fd_index; uint32_t type; uint32_t flags; - uint32_t padding; + uint32_t shadow_mem_fd_index; + uint64_t shadow_offset; uint64_t datamatch; } __attribute__((packed)) vfio_user_sub_region_ioeventfd_t; |