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
{{ message }}
This repository was archived by the owner on Nov 6, 2024. It is now read-only.
implement Msrs as a FamStructWrapper over kvm_msrs
Since kvm_msrs contains a flexible array member, we can implement
Msrs as a FamStructWrapper<kvm_msrs>. This allows users of kvm-ioctls
to work with safe code even when dealing with kvm_msrs structures.
Signed-off-by: Adrian Catangiu <[email protected]>
0 commit comments