Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMR3/SSM.cpp
- Timestamp:
- Oct 8, 2015 5:11:58 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/SSM.cpp
r58116 r58122 901 901 * Cleans up resources allocated by SSM on VM termination. 902 902 * 903 * @param pVM Pointer to the VM.903 * @param pVM The cross context VM structure. 904 904 */ 905 905 VMMR3_INT_DECL(void) SSMR3Term(PVM pVM) … … 917 917 * 918 918 * @returns VBox status code. 919 * @param pVM The VM.919 * @param pVM The cross context VM structure. 920 920 */ 921 921 static int ssmR3LazyInit(PVM pVM) … … 955 955 * 956 956 * @returns VBox status code. 957 * @param pVM Pointer to the VM.957 * @param pVM The cross context VM structure. 958 958 * @param pSSM The SSM handle. 959 959 * @param uPass The data pass number. … … 978 978 * 979 979 * @returns VBox status code. 980 * @param pVM Pointer to the VM.980 * @param pVM The cross context VM structure. 981 981 * @param pSSM The SSM handle. 982 982 */ … … 1008 1008 * 1009 1009 * @returns VBox status code. 1010 * @param pVM Pointer to the VM.1010 * @param pVM The cross context VM structure. 1011 1011 * @param pSSM The SSM handle. 1012 1012 * @param uVersion The version (1). … … 1072 1072 * 1073 1073 * @returns VBox status code. 1074 * @param pVM Pointer to the VM.1074 * @param pVM The cross context VM structure. 1075 1075 * @param pSSM The SSM handle. 1076 1076 * @param uVersion The version (1). … … 1106 1106 * 1107 1107 * @returns VBox status code. 1108 * @param pVM Pointer to the VM.1108 * @param pVM The cross context VM structure. 1109 1109 * @param pszName Data unit name. 1110 1110 * @param uInstance The instance id. … … 1212 1212 * @returns VBox status. 1213 1213 * 1214 * @param pVM Pointer to the VM.1214 * @param pVM The cross context VM structure. 1215 1215 * @param pDevIns Device instance. 1216 1216 * @param pszName Data unit name. … … 1268 1268 * @returns VBox status. 1269 1269 * 1270 * @param pVM Pointer to the VM.1270 * @param pVM The cross context VM structure. 1271 1271 * @param pDrvIns Driver instance. 1272 1272 * @param pszName Data unit name. … … 1320 1320 * @returns VBox status. 1321 1321 * 1322 * @param pVM Pointer to the VM.1322 * @param pVM The cross context VM structure. 1323 1323 * @param pUsbIns USB instance. 1324 1324 * @param pszName Data unit name. … … 1372 1372 * @returns VBox status. 1373 1373 * 1374 * @param pVM Pointer to the VM.1374 * @param pVM The cross context VM structure. 1375 1375 * @param pszName Data unit name. 1376 1376 * @param uInstance The instance identifier of the data unit. … … 1489 1489 * 1490 1490 * @returns VBox status code. 1491 * @param pVM The VM handle.1491 * @param pVM The cross context VM structure. 1492 1492 * @param pszName Data unit name. 1493 1493 * @param uInstance Instance number. … … 1507 1507 * @returns VBox status. 1508 1508 * 1509 * @param pVM Pointer to the VM.1509 * @param pVM The cross context VM structure. 1510 1510 * @param pDevIns Device instance. 1511 1511 * @param pszName Data unit name. … … 1583 1583 * 1584 1584 * @returns VBox status. 1585 * @param pVM Pointer to the VM.1585 * @param pVM The cross context VM structure. 1586 1586 * @param pDrvIns Driver instance. 1587 1587 * @param pszName Data unit name. … … 1657 1657 * 1658 1658 * @returns VBox status. 1659 * @param pVM Pointer to the VM.1659 * @param pVM The cross context VM structure. 1660 1660 * @param pUsbIns USB device instance. 1661 1661 * @param pszName Data unit name. … … 1727 1727 * 1728 1728 * @returns VBox status. 1729 * @param pVM Pointer to the VM.1729 * @param pVM The cross context VM structure. 1730 1730 * @param enmType Unit type 1731 1731 * @param pszName Data unit name. … … 1784 1784 * 1785 1785 * @returns VBox status. 1786 * @param pVM Pointer to the VM.1786 * @param pVM The cross context VM structure. 1787 1787 * @param pszName Data unit name. 1788 1788 * @remark Only for dynamic data units. … … 1798 1798 * 1799 1799 * @returns VBox status. 1800 * @param pVM Pointer to the VM.1800 * @param pVM The cross context VM structure. 1801 1801 * @param pszName Data unit name. 1802 1802 * @remark Only for dynamic data units. … … 3202 3202 * Makes the SSM operation cancellable or not (via SSMR3Cancel). 3203 3203 * 3204 * @param pVM Pointer to the VM.3204 * @param pVM The cross context VM structure. 3205 3205 * @param pSSM The saved state handle. (SSMHANDLE::rc may be set.) 3206 3206 * @param fCancellable The new state. … … 4505 4505 * 4506 4506 * @returns VBox status code (pSSM->rc). 4507 * @param pVM Pointer to the VM.4507 * @param pVM The cross context VM structure. 4508 4508 * @param pSSM The saved state handle. 4509 4509 */ … … 4566 4566 * 4567 4567 * @returns VBox status code (pSSM->rc). 4568 * @param pVM Pointer to the VM.4568 * @param pVM The cross context VM structure. 4569 4569 * @param pSSM The saved state handle. 4570 4570 */ … … 4665 4665 * 4666 4666 * @returns VBox status code. 4667 * @param pVM Pointer to the VM.4667 * @param pVM The cross context VM structure. 4668 4668 * @param pSSM The SSM handle. 4669 4669 * @param pcEntries Where to return the number of directory entries. … … 4720 4720 * 4721 4721 * @returns VBox status code (pSSM->rc). 4722 * @param pVM Pointer to the VM.4722 * @param pVM The cross context VM structure. 4723 4723 * @param pSSM The saved state handle. 4724 4724 */ … … 4811 4811 * 4812 4812 * @returns VBox status code (pSSM->rc). 4813 * @param pVM Pointer to the VM.4813 * @param pVM The cross context VM structure. 4814 4814 * @param pSSM The saved state handle. 4815 4815 */ … … 4956 4956 * 4957 4957 * @returns VBox status code (pSSM->rc). 4958 * @param pVM Pointer to the VM.4958 * @param pVM The cross context VM structure. 4959 4959 * @param pSSM The saved state handle. 4960 4960 */ … … 5022 5022 * 5023 5023 * @returns VBox status code (no need to check pSSM->rc). 5024 * @param pVM Pointer to the VM.5024 * @param pVM The cross context VM structure. 5025 5025 * @param pSSM The state handle. 5026 5026 * … … 5089 5089 * 5090 5090 * @returns VBox status code. 5091 * @param pVM Pointer to the VM.5091 * @param pVM The cross context VM structure. 5092 5092 * @param pSSM The SSM handle. 5093 5093 */ … … 5135 5135 * 5136 5136 * @returns VBox status code. 5137 * @param pVM Pointer to the VM.5137 * @param pVM The cross context VM structure. 5138 5138 * @param pszFilename The name of the file. NULL if pStreamOps is 5139 5139 * used. … … 5201 5201 * @returns VBox status. 5202 5202 * 5203 * @param pVM Pointer to the VM.5203 * @param pVM The cross context VM structure. 5204 5204 * @param pszFilename Name of the file to save the state in. NULL if pStreamOps is used. 5205 5205 * @param pStreamOps The stream method table. NULL if pszFilename is … … 5295 5295 * @retval VINF_SSM_VOTE_FOR_ANOTHER_PASS if we need another pass. 5296 5296 * 5297 * @param pVM Pointer to the VM.5297 * @param pVM The cross context VM structure. 5298 5298 * @param pSSM The saved state handle. 5299 5299 * @param uPass The current pass. … … 5401 5401 * @returns VBox status code (no need to check pSSM->rc). 5402 5402 * 5403 * @param pVM Pointer to the VM.5403 * @param pVM The cross context VM structure. 5404 5404 * @param pSSM The saved state handle. 5405 5405 * @param uPass The current pass. … … 5533 5533 * 5534 5534 * @returns VBox status code (no need to check pSSM->rc). 5535 * @param pVM Pointer to the VM.5535 * @param pVM The cross context VM structure. 5536 5536 * @param pSSM The saved state handle. 5537 5537 */ … … 5605 5605 * 5606 5606 * @returns VBox status code (no need to check pSSM->rc). 5607 * @param pVM Pointer to the VM.5607 * @param pVM The cross context VM structure. 5608 5608 * @param pSSM The saved state handle. 5609 5609 */ … … 5716 5716 * @returns VBox status. 5717 5717 * 5718 * @param pVM Pointer to the VM.5718 * @param pVM The cross context VM structure. 5719 5719 * @param cMsMaxDowntime The maximum downtime given as milliseconds. 5720 5720 * @param pszFilename Name of the file to save the state in. This string … … 7998 7998 * @returns VBox status code. 7999 7999 * 8000 * @param pVM Pointer to the VM.8000 * @param pVM The cross context VM structure. 8001 8001 * @param pszFilename The filename. NULL if pStreamOps is used. 8002 8002 * @param pStreamOps The stream method table. NULL if pszFilename is … … 8279 8279 * @returns NULL if not found. 8280 8280 * 8281 * @param pVM Pointer to the VM.8281 * @param pVM The cross context VM structure. 8282 8282 * @param pszName Data unit name. 8283 8283 * @param uInstance The data unit instance id. … … 8300 8300 * 8301 8301 * @returns VBox status code. 8302 * @param pVM Pointer to the VM.8302 * @param pVM The cross context VM structure. 8303 8303 * @param pSSM The saved state handle. 8304 8304 */ … … 8563 8563 * @returns VBox status code. May or may not set pSSM->rc, the returned 8564 8564 * status code is ALWAYS the more accurate of the two. 8565 * @param pVM Pointer to the VM.8565 * @param pVM The cross context VM structure. 8566 8566 * @param pSSM The saved state handle. 8567 8567 */ … … 8744 8744 * @returns VBox status. 8745 8745 * 8746 * @param pVM Pointer to the VM.8746 * @param pVM The cross context VM structure. 8747 8747 * @param pszFilename The name of the saved state file. NULL if pStreamOps 8748 8748 * is used.
Note:
See TracChangeset
for help on using the changeset viewer.