VirtualBox

忽略:
時間撮記:
2007-3-9 上午10:44:31 (18 年 以前)
作者:
vboxsync
訊息:

Previous change was not correct for v86 code.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/IOMAll.cpp

    r1359 r1360  
    11991199     */
    12001200    uint32_t efl = CPUMRawGetEFlags(pVM, pCtxCore);
    1201     uint32_t cpl;
    1202 
    1203     if (pCtxCore->eflags.Bits.u1VM)
    1204         cpl = 3;
    1205     else
    1206         cpl = (pCtxCore->ss & X86_SEL_RPL);
    1207 
    1208     if (    cpl > 1
    1209         &&  X86_EFL_GET_IOPL(efl) < cpl
     1201
     1202    if (    (    (pCtxCore->ss & X86_SEL_RPL) > 1
     1203             &&  X86_EFL_GET_IOPL(efl) < cpl)
     1204        ||  pCtxCore->eflags.Bits.u1VM      /* IOPL is ignored in V86 mode; always check TSS bitmap */
    12101205       )
    12111206    {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette