- Timestamp:
- Apr 19, 2018 11:15:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71918 r71919 2460 2460 * @param pCtx Pointer to the nested-guest-CPU context. 2461 2461 */ 2462 static void hmR0SvmMergeMsrpm (PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCPUMCTX pCtx)2462 static void hmR0SvmMergeMsrpmNested(PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCPUMCTX pCtx) 2463 2463 { 2464 2464 uint64_t const *pu64GstMsrpm = (uint64_t const *)pVCpu->hm.s.svm.pvMsrBitmap; … … 4452 4452 else 4453 4453 { 4454 hmR0SvmMergeMsrpm (pHostCpu, pVCpu, pCtx);4454 hmR0SvmMergeMsrpmNested(pHostCpu, pVCpu, pCtx); 4455 4455 4456 4456 /* Update the nested-guest VMCB with the newly merged MSRPM (clean bits updated below). */
Note:
See TracChangeset
for help on using the changeset viewer.