Skip to content

Commit 84003ab

Browse files
committed
tools headers UAPI: Sync KVM's vmx.h with the kernel to pick SEAMCALL exit reason
To pick the changes in: 9d7dfb9 ("KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL") The 'perf kvm-stat' tool uses the exit reasons that are included in the VMX_EXIT_REASONS define, this new SEAMCALL isn't included there (TDCALL is), so shouldn't be causing any change in behaviour, this patch ends up being just addressess 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> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent a09e596 commit 84003ab

File tree

1 file changed

+1
-0
lines changed
  • tools/arch/x86/include/uapi/asm

1 file changed

+1
-0
lines changed

tools/arch/x86/include/uapi/asm/vmx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
#define EXIT_REASON_TPAUSE 68
9494
#define EXIT_REASON_BUS_LOCK 74
9595
#define EXIT_REASON_NOTIFY 75
96+
#define EXIT_REASON_SEAMCALL 76
9697
#define EXIT_REASON_TDCALL 77
9798
#define EXIT_REASON_MSR_READ_IMM 84
9899
#define EXIT_REASON_MSR_WRITE_IMM 85

0 commit comments

Comments
 (0)