aboutsummaryrefslogtreecommitdiffstats
path: root/tools/arch/x86/include/uapi/asm/svm.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2020-12-21 20:04:45 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-07-01 16:14:37 -0300
commitf88bb1cb3e5cdf9a59c171bbbac2cfd78b1c3f05 (patch)
tree729162687c928f66a7d2446e72e0227cd1a52671 /tools/arch/x86/include/uapi/asm/svm.h
parenttools kvm headers arm64: Update KVM headers from the kernel sources (diff)
downloadlinux-dev-f88bb1cb3e5cdf9a59c171bbbac2cfd78b1c3f05.tar.xz
linux-dev-f88bb1cb3e5cdf9a59c171bbbac2cfd78b1c3f05.zip
tools headers UAPI: Synch KVM's svm.h header with the kernel
To pick up the changes from: 59d21d67f37481cf ("KVM: SVM: Software reserved fields") Picking the new SVM_EXIT_SW exit reasons. Addressing this perf build warning: 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: Paolo Bonzini <pbonzini@redhat.com> Cc: Vineeth Pillai <viremana@linux.microsoft.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/arch/x86/include/uapi/asm/svm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/arch/x86/include/uapi/asm/svm.h b/tools/arch/x86/include/uapi/asm/svm.h
index 554f75fe013c..efa969325ede 100644
--- a/tools/arch/x86/include/uapi/asm/svm.h
+++ b/tools/arch/x86/include/uapi/asm/svm.h
@@ -110,6 +110,9 @@
#define SVM_VMGEXIT_GET_AP_JUMP_TABLE 1
#define SVM_VMGEXIT_UNSUPPORTED_EVENT 0x8000ffff
+/* Exit code reserved for hypervisor/software use */
+#define SVM_EXIT_SW 0xf0000000
+
#define SVM_EXIT_ERR -1
#define SVM_EXIT_REASONS \