- 時間撮記:
- 2015-4-13 下午05:27:27 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r55219 r55222 5919 5919 */ 5920 5920 HRESULT Console::i_onlineMergeMedium(IMediumAttachment *aMediumAttachment, 5921 ULONG aSourceIdx, ULONG aTargetIdx,5922 IProgress *aProgress)5921 ULONG aSourceIdx, ULONG aTargetIdx, 5922 IProgress *aProgress) 5923 5923 { 5924 5924 AutoCaller autoCaller(this); … … 6141 6141 alock.release(); 6142 6142 6143 IMediumAttachment *pAttachment = aAttachments[i]; 6143 6144 int vrc = VMR3ReqCallWaitU(ptrVM.rawUVM(), VMCPUID_ANY, 6144 6145 (PFNRT)i_reconfigureMediumAttachment, 13, 6145 6146 this, ptrVM.rawUVM(), pcszDevice, lInstance, enmBus, fUseHostIOCache, 6146 6147 fBuiltinIOCache, false /* fSetupMerge */, 0 /* uMergeSource */, 6147 0 /* uMergeTarget */, *aAttachments[i], mMachineState, &rc);6148 0 /* uMergeTarget */, pAttachment, mMachineState, &rc); 6148 6149 if (RT_FAILURE(vrc)) 6149 6150 throw setError(E_FAIL, tr("%Rrc"), vrc);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器