generated from rust-vmm/crate-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioctls/bindings: Implement new MSHV_GET/SET_VP_STATE ioctls
Rework XSave and LapicState, replace their From<T> implementations to convert to/from Buffer with TryFrom<T>. Replace existing MSHV_GET/SET_VP_STATE implementations with the new kernel interface. Signed-off-by: Nuno Das Neves <[email protected]>
- Loading branch information
1 parent
3fcdf9b
commit f8e9054
Showing
5 changed files
with
107 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.