VirtualBox

vbox的更動 59872 路徑 trunk/src/VBox/Main


忽略:
時間撮記:
2016-2-29 下午01:49:24 (9 年 以前)
作者:
vboxsync
訊息:

ConsoleImpl2: Fail if invalid Hyper-V debugging options are configured for the VM.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r59571 r59872  
    11911191                    else if (strKey == "hypercallinterface")
    11921192                        fGimHvHypercallIf = RT_BOOL(strVal.toUInt32());
     1193                    else
     1194                    {
     1195                        AssertMsgFailed(("Unrecognized Hyper-V debug option '%s'\n", strKey.c_str()));
     1196                        return VMR3SetError(pUVM, VERR_INVALID_PARAMETER, RT_SRC_POS,
     1197                                            N_("Unrecognized Hyper-V debug option '%s' in '%s'"), strKey.c_str(),
     1198                                            strDebugOptions.c_str());
     1199                    }
    11931200                } while (uPos != com::Utf8Str::npos);
    11941201
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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