Skip to content

Commit b35629b

Browse files
committed
tools headers kvm: Sync kvm headers with the kernel sources
To pick the changes in: 3c0c2ad ("KVM: VMX: Add basic handling of VM-Exit from SGX enclave") None of them trigger any changes in tooling, this time this is just to silence these perf build warnings: Warning: Kernel ABI header at 'tools/arch/x86/include/uapi/asm/vmx.h' differs from latest version at 'arch/x86/include/uapi/asm/vmx.h' diff -u tools/arch/x86/include/uapi/asm/vmx.h arch/x86/include/uapi/asm/vmx.h Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Sean Christopherson <seanjc@google.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 0d943d5 commit b35629b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/arch/x86/include/uapi/asm

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828

2929
#define VMX_EXIT_REASONS_FAILED_VMENTRY 0x80000000
30+
#define VMX_EXIT_REASONS_SGX_ENCLAVE_MODE 0x08000000
3031

3132
#define EXIT_REASON_EXCEPTION_NMI 0
3233
#define EXIT_REASON_EXTERNAL_INTERRUPT 1

0 commit comments

Comments
 (0)