repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[IPV4]: Fix warning in ip_mc_rejoin_group.
[pv_ops_mirror.git]
/
drivers
/
kvm
/
kvm_vmx.h
blob
d139f73fb6e1f280ec5dfe9f10480522df80a645
1
#ifndef __KVM_VMX_H
2
#define __KVM_VMX_H
3
4
#ifdef CONFIG_X86_64
5
/*
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