VirtualBox

Changeset 78257 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 23, 2019 8:19:10 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Assertion.

File:
1 edited

Legend:

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

    r78243 r78257  
    73327332    uint32_t u32Val;
    73337333
    7334     STAM_PROFILE_ADV_START(& pVCpu->hm.s.StatImportGuestState, x);
     7334    STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatImportGuestState, x);
    73357335
    73367336    /*
     
    74967496                uint32_t const cMsrs = pVmcsInfo->cExitMsrStore;
    74977497                Assert(cMsrs == 0 || pMsr != NULL);
     7498                Assert(cMsrs <= VMX_MISC_MAX_MSRS(pVM->hm.s.vmx.Msrs.u64Misc));
    74987499                for (uint32_t i = 0; i < cMsrs; i++, pMsr++)
    74997500                {
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