VirtualBox

Changeset 71919 in vbox for trunk


Ignore:
Timestamp:
Apr 19, 2018 11:15:56 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Nested hw.virt: Naming.

File:
1 edited

Legend:

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

    r71918 r71919  
    24602460 * @param   pCtx            Pointer to the nested-guest-CPU context.
    24612461 */
    2462 static void hmR0SvmMergeMsrpm(PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCPUMCTX pCtx)
     2462static void hmR0SvmMergeMsrpmNested(PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCPUMCTX pCtx)
    24632463{
    24642464    uint64_t const *pu64GstMsrpm    = (uint64_t const *)pVCpu->hm.s.svm.pvMsrBitmap;
     
    44524452    else
    44534453    {
    4454         hmR0SvmMergeMsrpm(pHostCpu, pVCpu, pCtx);
     4454        hmR0SvmMergeMsrpmNested(pHostCpu, pVCpu, pCtx);
    44554455
    44564456        /* Update the nested-guest VMCB with the newly merged MSRPM (clean bits updated below). */
Note: See TracChangeset for help on using the changeset viewer.

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