On Wed, Jan 18, 2023, David Matlack wrote:
One thing to be aware of: vmx_pmu_caps_test and platform_info_test both relied on *not* having an IDT installed (as of Sep 2022). Specifically they relied on exception generating KVM_EXIT_SHUTDOWN. Installing an IDT causes these tests instead to hit the unhandled exception TEST_ASSERT().
LOL, I'm just _shocked_ that we would have such code.
Just a heads up when you do this clean up :)
Thanks, definitely saved me some time!