Skip to content

Commit 7cb3a24

Browse files
committed
tools headers kvm: Sync kvm headers with the kernel sources
To pick the changes in: 0cb8410 ("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 <[email protected]> Cc: Jim Mattson <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paolo Bonzini <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 7a12f51 commit 7cb3a24

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/svm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
#define SVM_EXIT_MWAIT 0x08b
7676
#define SVM_EXIT_MWAIT_COND 0x08c
7777
#define SVM_EXIT_XSETBV 0x08d
78+
#define SVM_EXIT_RDPRU 0x08e
7879
#define SVM_EXIT_NPF 0x400
7980
#define SVM_EXIT_AVIC_INCOMPLETE_IPI 0x401
8081
#define SVM_EXIT_AVIC_UNACCELERATED_ACCESS 0x402

0 commit comments

Comments
 (0)