On Fri, 14 Feb 2025 17:30:12 -0800, Sean Christopherson wrote: > v2 of Maxim's series to add testcases for canonical checks of various MSRs, > segment bases, and instructions that were found to ignore CR4.LA57 on CPUs > that support 5 level paging. > > v2: > - Fold into existing la57 test. > - Always skip SYSENTER tests (they fail when run in a VM). > - Lots of cosmetics cleanups (see v1 feedback for details). > > [...] Applied to kvm-x86 next (and now pulled by Paolo), thanks! [1/6] x86: Add _safe() and _fep_safe() variants to segment base load instructions https://github.com/kvm-x86/kvm-unit-tests/commit/5047281ab3e1 [2/6] x86: Add a few functions for gdt manipulation https://github.com/kvm-x86/kvm-unit-tests/commit/b1f3eec1b59b [3/6] x86: Move struct invpcid_desc descriptor to processor.h https://github.com/kvm-x86/kvm-unit-tests/commit/b88e90e64526 [4/6] x86: Expand LA57 test to 64-bit mode (to prep for canonical testing) https://github.com/kvm-x86/kvm-unit-tests/commit/81dcf3f7d568 [5/6] x86: Add testcases for writing (non)canonical LA57 values to MSRs and bases https://github.com/kvm-x86/kvm-unit-tests/commit/f6257e242a52 [6/6] nVMX: add a test for canonical checks of various host state vmcs12 fields. https://github.com/kvm-x86/kvm-unit-tests/commit/05fbb364b5b2 -- https://github.com/kvm-x86/kvm-unit-tests/tree/next