Changeset 65474 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 27, 2017 3:27:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r65473 r65474 12168 12168 && pMixedCtx->ecx <= MSR_IA32_X2APIC_END)) 12169 12169 { 12170 /* We've already saved the APIC related guest-state (TPR) in hmR0VmxPostRunGuest(). When full APIC register 12170 /* 12171 * We've already saved the APIC related guest-state (TPR) in hmR0VmxPostRunGuest(). When full APIC register 12171 12172 * virtualization is implemented we'll have to make sure APIC state is saved from the VMCS before 12172 EMInterpretWrmsr() changes it. */ 12173 * EMInterpretWrmsr() changes it. 12174 */ 12173 12175 HMCPU_CF_SET(pVCpu, HM_CHANGED_VMX_GUEST_APIC_STATE); 12174 12176 }
Note:
See TracChangeset
for help on using the changeset viewer.