This commit is contained in:
committed by
Git OBS Bridge
parent
614a20ee4e
commit
750b94deb2
@@ -12,7 +12,7 @@ Index: xen-3.2.1-testing/xen/arch/x86/hvm/vmx/vmcs.c
|
||||
/* Dynamic (run-time adjusted) execution control flags. */
|
||||
u32 vmx_pin_based_exec_control __read_mostly;
|
||||
u32 vmx_cpu_based_exec_control __read_mostly;
|
||||
@@ -110,6 +113,8 @@ static void vmx_init_vmcs_config(void)
|
||||
@@ -112,6 +115,8 @@ static void vmx_init_vmcs_config(void)
|
||||
opt2 = SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES |
|
||||
SECONDARY_EXEC_WBINVD_EXITING |
|
||||
SECONDARY_EXEC_ENABLE_EPT;
|
||||
@@ -21,7 +21,7 @@ Index: xen-3.2.1-testing/xen/arch/x86/hvm/vmx/vmcs.c
|
||||
_vmx_secondary_exec_control = adjust_vmx_controls(
|
||||
min2, opt2, MSR_IA32_VMX_PROCBASED_CTLS2);
|
||||
|
||||
@@ -315,6 +320,8 @@ int vmx_cpu_up(void)
|
||||
@@ -317,6 +322,8 @@ int vmx_cpu_up(void)
|
||||
|
||||
ept_sync_all();
|
||||
|
||||
@@ -30,7 +30,7 @@ Index: xen-3.2.1-testing/xen/arch/x86/hvm/vmx/vmcs.c
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -628,6 +635,13 @@ static int construct_vmcs(struct vcpu *v
|
||||
@@ -630,6 +637,13 @@ static int construct_vmcs(struct vcpu *v
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ Index: xen-3.2.1-testing/xen/arch/x86/hvm/vmx/vmcs.c
|
||||
vmx_vmcs_exit(v);
|
||||
|
||||
paging_update_paging_modes(v); /* will update HOST & GUEST_CR3 as reqd */
|
||||
@@ -821,6 +835,7 @@ void vmx_do_resume(struct vcpu *v)
|
||||
@@ -823,6 +837,7 @@ void vmx_do_resume(struct vcpu *v)
|
||||
vmx_load_vmcs(v);
|
||||
hvm_migrate_timers(v);
|
||||
vmx_set_host_env(v);
|
||||
@@ -52,7 +52,7 @@ Index: xen-3.2.1-testing/xen/arch/x86/hvm/vmx/vmcs.c
|
||||
}
|
||||
|
||||
debug_state = v->domain->debugger_attached;
|
||||
@@ -975,6 +990,8 @@ void vmcs_dump_vcpu(struct vcpu *v)
|
||||
@@ -977,6 +992,8 @@ void vmcs_dump_vcpu(struct vcpu *v)
|
||||
(uint32_t)vmr(TPR_THRESHOLD));
|
||||
printk("EPT pointer = 0x%08x%08x\n",
|
||||
(uint32_t)vmr(EPT_POINTER_HIGH), (uint32_t)vmr(EPT_POINTER));
|
||||
|
Reference in New Issue
Block a user