projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4161a56
)
KVM: x86: Defining missing x86 vectors
author
Nadav Amit
<namit@cs.technion.ac.il>
Mon, 21 Jul 2014 11:37:24 +0000
(14:37 +0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 21 Jul 2014 12:18:51 +0000
(14:18 +0200)
Defining XE, XM and VE vector numbers.
Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/uapi/asm/kvm.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/uapi/asm/kvm.h
b/arch/x86/include/uapi/asm/kvm.h
index d3a87780c70bdf017cc7ae92563a8f1af5e467a2..d7dcef58aefa9c736efedcd6292bd0d539ac24a4 100644
(file)
--- a/
arch/x86/include/uapi/asm/kvm.h
+++ b/
arch/x86/include/uapi/asm/kvm.h
@@
-23,7
+23,10
@@
#define GP_VECTOR 13
#define PF_VECTOR 14
#define MF_VECTOR 16
+#define AC_VECTOR 17
#define MC_VECTOR 18
+#define XM_VECTOR 19
+#define VE_VECTOR 20
/* Select x86 specific features in <linux/kvm.h> */
#define __KVM_HAVE_PIT