From: Paolo Bonzini Date: Fri, 12 Jun 2026 08:16:59 +0000 (+0200) Subject: Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEAD X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=743204d772648242c50ceebc72e8ff31aab1cff4;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEAD KVM SVM changes for 7.2 - Add support for virtualizing gPAT (KVM previously just used L1's PAT when running L2). - Fix goofs where KVM mishandles side effects (e.g. single-step and PMC updates) when emulating VMRUN. - Fix a variety of bugs in AVIC's handling of x2APIC MSR interception, most notably where KVM didn't disable interception of IRR, ISR, and TMR regs. - Add support for virtualizing Host-Only/Guest-Only bits in the mediated PMU. --- 743204d772648242c50ceebc72e8ff31aab1cff4 diff --cc arch/x86/kvm/svm/svm.h index d013a5ceb62eb,87c6b105deef6..716be21fba335 --- a/arch/x86/kvm/svm/svm.h +++ b/arch/x86/kvm/svm/svm.h @@@ -23,7 -23,9 +23,9 @@@ #include #include "cpuid.h" -#include "kvm_cache_regs.h" +#include "regs.h" + #include "x86.h" + #include "pmu.h" /* * Helpers to convert to/from physical addresses for pages whose address is