VirtualBox

Changeset 13434 in vbox


Ignore:
Timestamp:
Oct 21, 2008 12:16:05 PM (16 years ago)
Author:
vboxsync
Message:

Fixed Fedora boot guru meditation (VT-x)

File:
1 edited

Legend:

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

    r13362 r13434  
    910910                || (pCtx->gs & X86_SEL_RPL)
    911911                || (pCtx->ss & X86_SEL_RPL))
     912            {
     913                /* Flush the translation blocks as code pages may have been
     914                 * changed (Fedora4 boot image, reset, boot iso)
     915                 */
     916                EMFlushREMTBs(pVM);
    912917                return false;
     918            }
    913919        }
    914920    }
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