- Timestamp:
- Sep 29, 2009 6:28:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r23419 r23420 3017 3017 } 3018 3018 /** @todo later pass full VDConfig information and parent images */ 3019 3019 } 3020 3021 /* Dump the new controller configuration. */ 3022 CFGMR3Dump(pInst); 3023 3024 if (!fHostDrive && pszPath && *pszPath) 3025 { 3020 3026 PPDMIMOUNT pIMount = NULL; 3021 3027 pIMount = (PPDMIMOUNT) pBase->pfnQueryInterface(pBase, PDMINTERFACE_MOUNT); … … 3026 3032 } 3027 3033 3028 LogRelFunc(("mounting new medium\n"));3029 3034 rc = pIMount->pfnMount(pIMount, NULL , NULL); 3030 3035 } 3031 CFGMR3Dump(pInst);3032 3036 3033 3037 #undef RC_CHECK
Note:
See TracChangeset
for help on using the changeset viewer.