VirtualBox

Changeset 40360 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Mar 5, 2012 3:41:22 PM (13 years ago)
Author:
vboxsync
Message:

Do not try to run unreal mode code as V86 in VT-x.

File:
1 edited

Legend:

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

    r40280 r40360  
    22812281                if (   (   pCtx->cs != (pCtx->csHid.u64Base >> 4)
    22822282                        && pCtx->csHid.u64Base != 0xffff0000 /* we can deal with the BIOS code as it's also mapped into the lower region. */)
     2283                    || (pCtx->csHid.u32Limit != 0xffff)
     2284                    || (pCtx->dsHid.u32Limit != 0xffff)
     2285                    || (pCtx->esHid.u32Limit != 0xffff)
     2286                    || (pCtx->ssHid.u32Limit != 0xffff)
     2287                    || (pCtx->fsHid.u32Limit != 0xffff)
     2288                    || (pCtx->gsHid.u32Limit != 0xffff)
    22832289                    || pCtx->ds != (pCtx->dsHid.u64Base >> 4)
    22842290                    || pCtx->es != (pCtx->esHid.u64Base >> 4)
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