vbox的更動 59872 路徑 trunk/src/VBox/Main
- 時間撮記:
- 2016-2-29 下午01:49:24 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r59571 r59872 1191 1191 else if (strKey == "hypercallinterface") 1192 1192 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 } 1193 1200 } while (uPos != com::Utf8Str::npos); 1194 1201
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器