Skip to content

Commit d5cfb97

Browse files
committed
tools headers UAPI: sync asm/svm.h with kernel
JIRA: https://issues.redhat.com/browse/RHEL-29796 Upstream Status: RHEL only description =========== Upstream, when there is a change in a header file from the specific set of headers (listed in tools/perf/check-headers.sh), it is accompanied by a commit that brings the same change into its counterpart located in tools/include. Usually several changes are squashed together. We cannot easily follow this strategy, since we not always take all the commits squashed together. In order to tidy tools/include up, we need to sync the headers manually. Signed-off-by: Michael Petlan <mpetlan@redhat.com>
1 parent 7fafb59 commit d5cfb97

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
@@ -115,6 +115,7 @@
115115
#define SVM_VMGEXIT_AP_CREATE_ON_INIT 0
116116
#define SVM_VMGEXIT_AP_CREATE 1
117117
#define SVM_VMGEXIT_AP_DESTROY 2
118+
#define SVM_VMGEXIT_SNP_RUN_VMPL 0x80000018
118119
#define SVM_VMGEXIT_HV_FEATURES 0x8000fffd
119120
#define SVM_VMGEXIT_TERM_REQUEST 0x8000fffe
120121
#define SVM_VMGEXIT_TERM_REASON(reason_set, reason_code) \

0 commit comments

Comments
 (0)