mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 04:45:05 +00:00
KVM: x86: Defining missing x86 vectors
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>
This commit is contained in:
parent
4161a56906
commit
c9cdd085bb
@ -23,7 +23,10 @@
|
|||||||
#define GP_VECTOR 13
|
#define GP_VECTOR 13
|
||||||
#define PF_VECTOR 14
|
#define PF_VECTOR 14
|
||||||
#define MF_VECTOR 16
|
#define MF_VECTOR 16
|
||||||
|
#define AC_VECTOR 17
|
||||||
#define MC_VECTOR 18
|
#define MC_VECTOR 18
|
||||||
|
#define XM_VECTOR 19
|
||||||
|
#define VE_VECTOR 20
|
||||||
|
|
||||||
/* Select x86 specific features in <linux/kvm.h> */
|
/* Select x86 specific features in <linux/kvm.h> */
|
||||||
#define __KVM_HAVE_PIT
|
#define __KVM_HAVE_PIT
|
||||||
|
Loading…
Reference in New Issue
Block a user