Changeset 56672 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 29, 2015 12:53:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp
r56287 r56672 99 99 return VERR_GIM_PVTSC_NOT_ENABLED; 100 100 101 /** @todo this is buggy when large pages are used due to a PGM limitation, see 102 * @bugref{7532}. 103 * 104 * In any case, we do not ever update this page while the guest is 105 * running after setting it up (in ring-3, see gimR3HvEnableTscPage()) as 106 * the TSC offset is handled in the VMCS/VMCB (HM) or by trapping RDTSC 107 * (raw-mode). */ 108 #if 0 101 109 PCGIMHV pcHv = &pVM->gim.s.u.Hv; 102 110 PCGIMMMIO2REGION pcRegion = &pcHv->aMmio2Regions[GIM_HV_REF_TSC_PAGE_REGION_IDX]; … … 128 136 Assert(pRefTsc->u32TscSequence != 0); 129 137 Assert(pRefTsc->u32TscSequence != UINT32_C(0xffffffff)); 138 #endif 130 139 return VINF_SUCCESS; 131 140 }
Note:
See TracChangeset
for help on using the changeset viewer.