rust-vmm / mshv

Crates for Microsoft Hypervisor ioctls and bindings
Apache License 2.0
29 stars 12 forks source link

mshv-{bindings, ioctls}: Add more synthetic MSRs #133

Closed russell-islam closed 5 months ago

russell-islam commented 5 months ago

While we create new partition we enable a few synthetic features and corresponding MSRs needs to be added to the MSR index list. This additional MSRs will be saved and restored.

Summary of the PR

Please summarize here why the changes in this PR are needed.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

russell-islam commented 5 months ago

Tested this PR using unit test test_get_set_msr_index_list()