Changeset 34326 in vbox for trunk/src/VBox/VMM/VMM.cpp
- Timestamp:
- Nov 24, 2010 2:03:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r34322 r34326 447 447 448 448 /** 449 * Initializes the per-VCPU VMM.450 *451 * @returns VBox status code.452 * @param pVM The VM to operate on.453 */454 VMMR3DECL(int) VMMR3InitCPU(PVM pVM)455 {456 LogFlow(("VMMR3InitCPU\n"));457 return VINF_SUCCESS;458 }459 460 461 /**462 449 * Initializes the R0 VMM. 463 450 * … … 759 746 #endif 760 747 return rc; 761 }762 763 764 /**765 * Terminates the per-VCPU VMM.766 *767 * Termination means cleaning up and freeing all resources,768 * the VM it self is at this point powered off or suspended.769 *770 * @returns VBox status code.771 * @param pVM The VM to operate on.772 */773 VMMR3_INT_DECL(int) VMMR3TermCPU(PVM pVM)774 {775 return VINF_SUCCESS;776 748 } 777 749
Note:
See TracChangeset
for help on using the changeset viewer.