VirtualBox

Changeset 71843 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 12, 2018 10:15:02 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122050
Message:

VMM/HMSVMR0: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r71842 r71843  
    23862386 * @param   pVCpu           The cross context virtual CPU structure.
    23872387 * @param   pCtx            Pointer to the nested-guest-CPU context.
    2388  * @param   pVmcbNstGst     Pointer to the nested-guest VMCB.
    2389  */
    2390 static void hmR0SvmMergeMsrpm(PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCPUMCTX pCtx, PSVMVMCB pVmcbNstGst)
     2388 */
     2389static void hmR0SvmMergeMsrpm(PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCPUMCTX pCtx)
    23912390{
    23922391    uint64_t const *pu64GstMsrpm    = (uint64_t const *)pVCpu->hm.s.svm.pvMsrBitmap;
     
    43894388    else
    43904389    {
    4391         hmR0SvmMergeMsrpm(pHostCpu, pVCpu, pCtx, pVmcb);
    4392 
    4393         /* Update the nested-guest VMCB with the newly merged MSRPM.*/
     4390        hmR0SvmMergeMsrpm(pHostCpu, pVCpu, pCtx);
     4391
     4392        /* Update the nested-guest VMCB with the newly merged MSRPM (clean bits updated below). */
    43944393        pVmcb->ctrl.u64MSRPMPhysAddr = pHostCpu->n.svm.HCPhysNstGstMsrpm;
    43954394        pbMsrBitmap = (uint8_t *)pHostCpu->n.svm.pvNstGstMsrpm;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette