VirtualBox

儲存庫 vbox 的更動 49774


忽略:
時間撮記:
2013-12-4 下午03:07:09 (11 年 以前)
作者:
vboxsync
訊息:

VMM/HMVMXR0: Handle #DB from ICEBP instruction which is undocumented by Intel. This causes the undocumented "privileged software exception" interruption-type exception exit.

位置:
trunk
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/vmm/hm_vmx.h

    r49755 r49774  
    14931493#define VMX_EXIT_INTERRUPTION_INFO_TYPE_NMI                       2
    14941494#define VMX_EXIT_INTERRUPTION_INFO_TYPE_HW_XCPT                   3
    1495 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_INT                    4 /**< int xx */
    1496 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_DB_XCPT                   5 /**< Why are we getting this one?? */
     1495#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_INT                    4
     1496#define VMX_EXIT_INTERRUPTION_INFO_TYPE_PRIV_SW_XCPT              5
    14971497#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT                   6
    14981498/** @} */
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r49757 r49774  
    92719271    switch (uIntType)
    92729272    {
    9273         case VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT:   /* Software exception. (#BP or #OF) */
     9273        case VMX_EXIT_INTERRUPTION_INFO_TYPE_PRIV_SW_XCPT:  /* Privileged software exception. (#DB from ICEBP) */
     9274        case VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT:       /* Software exception. (#BP or #OF) */
    92749275            Assert(uVector == X86_XCPT_DB || uVector == X86_XCPT_BP || uVector == X86_XCPT_OF);
    92759276            /* no break */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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