Changeset 69408 in vbox for trunk/include/VBox
- Timestamp:
- Oct 27, 2017 4:13:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r69160 r69408 1206 1206 VMM_INT_DECL(bool) CPUMCanSvmNstGstTakeVirtIntr(PCCPUMCTX pCtx); 1207 1207 VMM_INT_DECL(uint8_t) CPUMGetSvmNstGstInterrupt(PCCPUMCTX pCtx); 1208 VMM_INT_DECL(void) CPUMSvmVmExitRestoreHostState(P CPUMCTX pCtx);1208 VMM_INT_DECL(void) CPUMSvmVmExitRestoreHostState(PVMCPU pVCpu, PCPUMCTX pCtx); 1209 1209 VMM_INT_DECL(void) CPUMSvmVmRunSaveHostState(PCPUMCTX pCtx, uint8_t cbInstr); 1210 1210 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.