You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The length of the FAM is not in bytes, but rather in terms of how many
__u32 elements are contained in the flexible array member. So clarify
the note that the return value of KVM_CHECK_EXTENSION not only needs to
subtract sizeof::<kvm_xsave>(), it also needs to divide by 4.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments