]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools headers UAPI: Sync KVM's vmx.h header with the kernel sources to handle new...
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 3 Nov 2025 16:24:47 +0000 (13:24 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 3 Nov 2025 16:29:53 +0000 (13:29 -0300)
commitfc9ef9118d8a6c6250273aae14b48dd8f91bee1f
tree0c8ed0fc8bafe5b29b89c33a76b95d24b25fe4de
parent649a0cc96ed1170cea5686f11229e07014b3d18f
tools headers UAPI: Sync KVM's vmx.h header with the kernel sources to handle new exit reasons

To pick the changes in:

  885df2d2109a60f8 ("KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel")
  c42856af8f70d983 ("KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)")

That makes 'perf kvm-stat' aware of these new TDCALL and
MSR_{READ,WRITE}_IMM exit reasons, thus addressing the following perf
build warning:

  Warning: Kernel ABI header differences:
    diff -u tools/arch/x86/include/uapi/asm/vmx.h arch/x86/include/uapi/asm/vmx.h

Please see tools/include/uapi/README for further details.

Cc: Sean Christopherson <seanjc@google.com>
Cc: Xin Li <xin@zytor.com>
Cc: Isaku Yamahata <isaku.yamahata@intel.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/x86/include/uapi/asm/vmx.h