Changeset 9407 in vbox for trunk/src/VBox/VMM/VMMR0/HWSVMR0.h
- Timestamp:
- Jun 5, 2008 9:42:13 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31641
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.h
r9008 r9407 119 119 120 120 /** 121 * Save the host state 122 * 123 * @returns VBox status code. 124 * @param pVM The VM to operate on. 125 */ 126 HWACCMR0DECL(int) SVMR0SaveHostState(PVM pVM); 127 128 /** 121 129 * Loads the guest state 122 130 *
Note:
See TracChangeset
for help on using the changeset viewer.