- Timestamp:
- May 10, 2013 9:40:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45967 r45976 7939 7939 Assert(!(pVCpu->hm.s.vmx.u32ProcCtls & VMX_VMCS_CTRL_PROC_EXEC_USE_TPR_SHADOW)); 7940 7940 /* CR8 contains the APIC TPR. Was updated by EMInterpretCRxWrite(). */ 7941 /* We don't need to update HM_CHANGED_VMX_GUEST_APIC_STATE here as this -cannot- happen with TPR shadowing. */7941 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_VMX_GUEST_APIC_STATE; 7942 7942 break; 7943 7943 default:
Note:
See TracChangeset
for help on using the changeset viewer.