On Sat, 07 Jan 2023 01:17:34 +0000, Sean Christopherson wrote: > Add tests to verify that RDMSR and WRMSR to x2APIC MSRs behave according > to Intel's architecture, e.g. that writes to read-only MSRs and reads to > write-only MSRs #GP, accesses to non-existent MSRs #GP, etc... > > Many of the testcases fail without the associated KVM fixes: > https://lore.kernel.org/all/20230107011025.565472-1-seanjc@xxxxxxxxxx > > [...] Applied to kvm-x86 next, thanks! [1/3] x86/msr: Skip built-in testcases if user provides custom MSR+value to test https://github.com/kvm-x86/kvm-unit-tests/commit/7fb714f76d70 [2/3] x86/apic: Refactor x2APIC reg helper to provide exact semantics https://github.com/kvm-x86/kvm-unit-tests/commit/14432cc362f1 [3/3] x86/msr: Add testcases for x2APIC MSRs https://github.com/kvm-x86/kvm-unit-tests/commit/a192b5c85e75 -- https://github.com/kvm-x86/kvm-unit-tests/tree/next