On Wed, 13 Sep 2023 19:50:03 -0400, Yang Weijiang wrote: > CET KVM series causes sereral test cases fail due to: > 1) New introduced constraints between CR0.WP and CR4.CET bits, i.e., setting > CR4.CET == 1 fails if CR0.WP == 0, and setting CR0.WP == 0 fails if CR4.CET > == 1 > 2) New introduced support of VMX_BASIC[bit56], i.e., skipping HW consistent > check for event error code if the bit is set. > > [...] Applied to kvm-x86 next, thanks! [1/3] x86: VMX: Exclude CR4.CET from the test_vmxon_bad_cr() https://github.com/kvm-x86/kvm-unit-tests/commit/b518eb1397f4 [2/3] x86: VMX: Rename union vmx_basic and related global variable https://github.com/kvm-x86/kvm-unit-tests/commit/0903962d63f5 [3/3] x86:VMX: Introduce new vmx_basic MSR feature bit for vmx tests https://github.com/kvm-x86/kvm-unit-tests/commit/9b27e5d66846 -- https://github.com/kvm-x86/kvm-unit-tests/tree/next