Changeset 66153 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Mar 17, 2017 10:54:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r66151 r66153 346 346 347 347 /** 348 * @callback_method_impl{FNSSMDEVSAVE XEC}348 * @callback_method_impl{FNSSMDEVSAVEEXEC} 349 349 */ 350 350 static DECLCALLBACK(int) pcbiosSaveExec(PPDMDEVINS pDevIns, PSSMHANDLE pSSM) … … 358 358 /** 359 359 * @callback_method_impl{FNSSMDEVLOADPREP, 360 * Clears the fNewShutdownPort flag prior to loading the state ,so that old361 * saved VM states keeps using the old port address (no pcbios state) .}360 * Clears the fNewShutdownPort flag prior to loading the state so that old 361 * saved VM states keeps using the old port address (no pcbios state)} 362 362 */ 363 363 static DECLCALLBACK(int) pcbiosLoadPrep(PPDMDEVINS pDevIns, PSSMHANDLE pSSM)
Note:
See TracChangeset
for help on using the changeset viewer.