diff options
author | Abel Gordon <abelg@il.ibm.com> | 2013-04-18 14:34:55 +0300 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-04-22 10:51:09 +0300 |
commit | 89662e566c73230dab9f1d99dbe2f6d9c8c189a8 (patch) | |
tree | f3a9fac467792d9ce01e74d32b0744afc0da3ef1 /arch/x86/include/uapi | |
parent | d10ab869ae5f76231a729fbf575370bf76e4bcb8 (diff) |
KVM: nVMX: Shadow-vmcs control fields/bits
Add definitions for all the vmcs control fields/bits
required to enable vmcs-shadowing
Signed-off-by: Abel Gordon <abelg@il.ibm.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'arch/x86/include/uapi')
-rw-r--r-- | arch/x86/include/uapi/asm/msr-index.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/msr-index.h b/arch/x86/include/uapi/asm/msr-index.h index 892ce40a747..dc469e3e708 100644 --- a/arch/x86/include/uapi/asm/msr-index.h +++ b/arch/x86/include/uapi/asm/msr-index.h @@ -522,6 +522,8 @@ #define VMX_BASIC_MEM_TYPE_WB 6LLU #define VMX_BASIC_INOUT 0x0040000000000000LLU +/* MSR_IA32_VMX_MISC bits */ +#define MSR_IA32_VMX_MISC_VMWRITE_SHADOW_RO_FIELDS (1ULL << 29) /* AMD-V MSRs */ #define MSR_VM_CR 0xc0010114 |