• Arnaldo Carvalho de Melo's avatar
    tools uapi x86: Sync vmx.h with the kernel · 24e45b49
    Arnaldo Carvalho de Melo authored
    To pick up the changes from:
    
      2b27924b ("KVM: nVMX: always use early vmcs check when EPT is disabled")
    
    That causes this object in the tools/perf build process to be rebuilt:
    
      CC       /tmp/build/perf/arch/x86/util/kvm-stat.o
    
    But it isn't using VMX_ABORT_ prefixed constants, so no change in
    behaviour.
    
    This silences this perf build warning:
    
      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: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Link: https://lkml.kernel.org/n/tip-bjbo3zc0r8i8oa0udpvftya6@git.kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    24e45b49
vmx.h 6.65 KB