kvm_vmx.h 222 字节
Newer Older
A
Avi Kivity 已提交
1 2 3
#ifndef __KVM_VMX_H
#define __KVM_VMX_H

4
#ifdef CONFIG_X86_64
A
Avi Kivity 已提交
5 6 7 8 9 10 11 12 13 14
/*
 * avoid save/load MSR_SYSCALL_MASK and MSR_LSTAR by std vt
 * mechanism (cpu bug AA24)
 */
#define NR_BAD_MSRS 2
#else
#define NR_BAD_MSRS 0
#endif

#endif