VirtualBox

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


Ignore:
Timestamp:
Oct 8, 2020 2:05:57 PM (4 years ago)
Author:
vboxsync
Message:

VMM/PGMPool: A couple of large page bugfixes (one harmless, the other AMD-V only). [disable bogus assertion] bugref:5324 bugref:9841 bugref:9746

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r86489 r86497  
    541541                        for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++)
    542542                        {
     543                            //Assert((pShwPD->a[i].u & UINT64_C(0xfff0000000000f80)) == 0); - bogus, includes X86_PDE_PS.
    543544                            if ((pShwPD->a[i].u & (X86_PDE_P | X86_PDE_PS)) == (X86_PDE_P | X86_PDE_PS))
    544545                            {
     
    562563                        for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++)
    563564                        {
    564                             Assert((pShwPD->a[i].u & UINT64_C(0xfff0000000000f80)) == 0);
    565565                            if ((pShwPD->a[i].u & (EPT_E_READ | EPT_E_LEAF)) == (EPT_E_READ | EPT_E_LEAF))
    566566                            {
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