0001
0002 #ifndef _UAPI__LINUX_KVM_PARA_H
0003 #define _UAPI__LINUX_KVM_PARA_H
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #define KVM_ENOSYS 1000
0015 #define KVM_EFAULT EFAULT
0016 #define KVM_EINVAL EINVAL
0017 #define KVM_E2BIG E2BIG
0018 #define KVM_EPERM EPERM
0019 #define KVM_EOPNOTSUPP 95
0020
0021 #define KVM_HC_VAPIC_POLL_IRQ 1
0022 #define KVM_HC_MMU_OP 2
0023 #define KVM_HC_FEATURES 3
0024 #define KVM_HC_PPC_MAP_MAGIC_PAGE 4
0025 #define KVM_HC_KICK_CPU 5
0026 #define KVM_HC_MIPS_GET_CLOCK_FREQ 6
0027 #define KVM_HC_MIPS_EXIT_VM 7
0028 #define KVM_HC_MIPS_CONSOLE_OUTPUT 8
0029 #define KVM_HC_CLOCK_PAIRING 9
0030 #define KVM_HC_SEND_IPI 10
0031 #define KVM_HC_SCHED_YIELD 11
0032 #define KVM_HC_MAP_GPA_RANGE 12
0033
0034
0035
0036
0037 #include <asm/kvm_para.h>
0038
0039 #endif