VirtualBox

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


Ignore:
Timestamp:
May 15, 2018 4:43:30 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: ifdef fix.

File:
1 edited

Legend:

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

    r72208 r72211  
    43894389    if (!pSvmTransient->fIsNestedGuest)
    43904390        pbMsrBitmap = (uint8_t *)pVCpu->hm.s.svm.pvMsrBitmap;
     4391#ifdef VBOX_WITH_NESTED_HWVIRT_SVM
    43914392    else
    43924393    {
     
    43974398        pbMsrBitmap = (uint8_t *)pHostCpu->n.svm.pvNstGstMsrpm;
    43984399    }
     4400#endif
    43994401
    44004402    ASMAtomicWriteBool(&pVCpu->hm.s.fCheckedTLBFlush, true);    /* Used for TLB flushing, set this across the world switch. */
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