VirtualBox

Ignore:
Timestamp:
Oct 6, 2021 7:22:04 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Made changes to PGM++ to handle invalid PAE PDPEs being loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp

    r88654 r91580  
    17121712                {
    17131713                    LogFlow(("nemR3NativeRunGC: calling PGMFlushTLB...\n"));
    1714                     int rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true);
     1714                    int rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true /*fGlobal*/, false /*fPdpesMapped*/);
    17151715                    AssertRCReturn(rc, rc);
    17161716                    if (rcStrict == VINF_NEM_FLUSH_TLB)
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