Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inflight I/O: Fix queue region header layout
As defined in the vhost-user protocol[1], the last field of queue region header should be a zero-sized array. However, current implementation uses u64, which will cause a wrong inflight I/O memfd memory layout. So, let's just remove the desc fileds to fix it. [1] https://qemu-project.gitlab.io/qemu/interop/vhost-user.html#inflight-i-o-tracking Signed-off-by: Jiachen Zhang <[email protected]>
- Loading branch information