lkml.org 
[lkml]   [2019]   [Oct]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 08/11] tools headers kvm: Sync kvm headers with the kernel sources
    Date
    From: Arnaldo Carvalho de Melo <acme@redhat.com>

    To pick the changes in:

    0cb8410b90e7 ("kvm: svm: Intercept RDPRU")

    That trigger a rebuild in too in tooling:

    CC /tmp/build/perf/arch/x86/util/kvm-stat.o

    But this time around no changes in tooling results, as SVM_EXIT_RDPRU
    wasn't added to SVM_EXIT_REASONS, that is used in kvm-stat.c.

    And addresses this perf build warnings:

    Warning: Kernel ABI header at 'tools/arch/x86/include/uapi/asm/svm.h' differs from latest version at 'arch/x86/include/uapi/asm/svm.h'
    diff -u tools/arch/x86/include/uapi/asm/svm.h arch/x86/include/uapi/asm/svm.h

    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Jim Mattson <jmattson@google.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-pqzkt1hmfpqph3ts8i6zzmim@git.kernel.org
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
    ---
    tools/arch/x86/include/uapi/asm/svm.h | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/tools/arch/x86/include/uapi/asm/svm.h b/tools/arch/x86/include/uapi/asm/svm.h
    index a9731f8a480f..2e8a30f06c74 100644
    --- a/tools/arch/x86/include/uapi/asm/svm.h
    +++ b/tools/arch/x86/include/uapi/asm/svm.h
    @@ -75,6 +75,7 @@
    #define SVM_EXIT_MWAIT 0x08b
    #define SVM_EXIT_MWAIT_COND 0x08c
    #define SVM_EXIT_XSETBV 0x08d
    +#define SVM_EXIT_RDPRU 0x08e
    #define SVM_EXIT_NPF 0x400
    #define SVM_EXIT_AVIC_INCOMPLETE_IPI 0x401
    #define SVM_EXIT_AVIC_UNACCELERATED_ACCESS 0x402
    --
    2.21.0
    \
     
     \ /
      Last update: 2019-10-17 18:04    [W:9.780 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site