Changeset 48528 in vbox for trunk/include/VBox/vmm/vmapi.h
- Timestamp:
- Sep 18, 2013 8:39:01 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vmapi.h
r46788 r48528 484 484 VMMR3DECL(int) VMR3HotPlugCpu(PUVM pUVM, VMCPUID idCpu); 485 485 VMMR3DECL(int) VMR3SetCpuExecutionCap(PUVM pUVM, uint32_t uCpuExecutionCap); 486 VMMR3DECL(int) VMR3SetPowerOffInsteadOfReset(PUVM pUVM, bool fPowerOffInsteadOfReset); 486 487 /** @} */ 487 488 #endif /* IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.