VirtualBox

Changeset 9276 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 31, 2008 9:03:02 PM (17 years ago)
Author:
vboxsync
Message:

Prevent an fInRem assertion in the tlb flushing code when A20 is change in VT-x/AMD-V mode. Added a todo in PGMR3PhysSetA20() because we're not doing the right thing for AMD-V (and VT-x).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r9212 r9276  
    21022102        pVM->pgm.s.GCPhysA20Mask = ~(RTGCPHYS)(!fEnable << 20);
    21032103        REMR3A20Set(pVM, fEnable);
     2104        /** @todo we're not handling this correctly for VT-x / AMD-V. See #2911 */
    21042105    }
    21052106}
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