VirtualBox

Changeset 79086 in vbox


Ignore:
Timestamp:
Jun 11, 2019 10:48:43 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131246
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Ugh. Fix typo in r131245.

File:
1 edited

Legend:

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

    r79085 r79086  
    14091409                rc = hmR0VmxPageAllocZ(&pVmcsInfo->hMemObjMsrBitmap, &pVmcsInfo->pvMsrBitmap, &pVmcsInfo->HCPhysMsrBitmap);
    14101410                if (   RT_SUCCESS(rc)
    1411                     && fIsNstGstVmcs)
     1411                    && !fIsNstGstVmcs)
    14121412                    ASMMemFill32(pVmcsInfo->pvMsrBitmap, X86_PAGE_4K_SIZE, UINT32_C(0xffffffff));
    14131413            }
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