microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
main
Branches
- copilot/apply-async-process-wait-functionality
- copilot/discuss-mmio-allocation-strategy
- copilot/fix-bc6f984b-8613-4d0f-8b2f-14c87cec1166
- copilot/fix-code-for-review-comment
- copilot/fix-run-vmm-tests-failure
- copilot/fix-vnc-color-output
- copilot/identify-fixed-issues
- copilot/investigate-firmware-packaging-issues
- copilot/remove-redundant-test-disks
- copilot/review-commit-3347
- copilot/solve-hibernate-for-hyper-v
- main
- release/1.7.2511
- release/2411
- release/2505
Tags
Commit
inspect: Remove the no longer needed Option from Node's sensitivity level (#467)
We first added SensitivityLevel in 1.4. To maintain compatibility with
1.2 we had to add this Option. We are now working on 1.6, and hence
outside the support window for 1.2. So we can remove the Option and
require sensitivity_level to always be present.
I think this is the first time we're testing breaking compatibility in
this way. Should be a good smoke test, and easy to revert if needed.