blob: d139f73fb6e1f280ec5dfe9f10480522df80a645 [file] [log] [blame]
Avi Kivity6aa8b732006-12-10 02:21:36 -08001#ifndef __KVM_VMX_H
2#define __KVM_VMX_H
3
Avi Kivity05b3e0c2006-12-13 00:33:45 -08004#ifdef CONFIG_X86_64
Avi Kivity6aa8b732006-12-10 02:21:36 -08005/*
6 * avoid save/load MSR_SYSCALL_MASK and MSR_LSTAR by std vt
7 * mechanism (cpu bug AA24)
8 */
9#define NR_BAD_MSRS 2
10#else
11#define NR_BAD_MSRS 0
12#endif
13
14#endif