Hi, Only patches 1 and 2 missing acks.
v1: https://lore.kernel.org/xen-devel/[email protected]/ v2: https://lore.kernel.org/xen-devel/[email protected]/ v3: https://lore.kernel.org/xen-devel/[email protected]/ pipeline (green): https://gitlab.com/xen-project/people/agvallejo/xen/-/pipelines/2378378894 Cheers, Alejandro Alejandro Vallejo (4): x86: Reject CPU policies with vendors other than the host's x86/hvm: Disable cross-vendor handling in #UD handler x86/hvm: Remove cross-vendor checks from MSR handlers. x86/svm: Drop emulation of Intel's SYSENTER behaviour on AMD systems CHANGELOG.md | 5 ++ tools/tests/cpu-policy/test-cpu-policy.c | 27 +++++++++ xen/arch/x86/hvm/hvm.c | 73 +++++++++--------------- xen/arch/x86/hvm/svm/svm.c | 45 +++++++-------- xen/arch/x86/hvm/svm/vmcb.c | 3 + xen/arch/x86/hvm/vmx/vmx.c | 3 +- xen/arch/x86/include/asm/hvm/svm-types.h | 10 ---- xen/arch/x86/lib/cpu-policy/policy.c | 5 +- xen/arch/x86/msr.c | 8 +-- 9 files changed, 91 insertions(+), 88 deletions(-) base-commit: bfb33fa6d4eb4110cd7dd47ec71d2e550739e126 -- 2.43.0
