Changeset 91288 in vbox
- Timestamp:
- Sep 16, 2021 9:33:01 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 146948
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r91287 r91288 4674 4674 Assert(pcLoops); 4675 4675 Assert(*pcLoops <= pVCpu->CTX_SUFF(pVM)->hmr0.s.cMaxResumeLoops); 4676 /** @todo r=bird: Sharing this with ring-3 isn't safe in the long run, I fear... */ 4676 4677 RTHCPHYS const HCPhysVmcb = GVMMR0ConvertGVMPtr2HCPhys(pVCpu->pGVM, &pCtx->hwvirt.svm.Vmcb); 4677 4678
Note:
See TracChangeset
for help on using the changeset viewer.