Skip to content

Commit

Permalink
clarify bitmap format
Browse files Browse the repository at this point in the history
Signed-off-by: William Henderson <william.henderson@nutanix.com>
  • Loading branch information
w-henderson committed Sep 4, 2023
1 parent fef37f7 commit a078b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/vfio-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,8 @@ The data field of the response is identical, except with the bitmap added on
the end at offset 24.

The bitmap is an array of u64s that holds the output bitmap, with 1 bit
reporting a *page_size* unit of IOVA.
reporting a *page_size* unit of IOVA. The bits outside of the requested range
must be zero.

The mapping of IOVA to bits is given by:

Expand Down

0 comments on commit a078b92

Please sign in to comment.