Changeset 80336 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 17, 2019 12:52:40 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132796
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/EMR0.cpp
r80334 r80336 37 37 * @returns VBox status code. 38 38 * @param pGVM The ring-0 VM structure. 39 * @param pVM The cross context VM structure.40 39 */ 41 40 VMMR0_INT_DECL(int) EMR0InitVM(PGVM pGVM) -
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r80334 r80336 1058 1058 * 1059 1059 * @param pGVM Pointer to the global VM structure. 1060 * @param hSelf The handle. 1061 * @param cCpus The CPU count. 1062 * @param pSession The session this VM is associated with. 1060 1063 */ 1061 1064 static void gvmmR0InitPerVMData(PGVM pGVM, int16_t hSelf, VMCPUID cCpus, PSUPDRVSESSION pSession)
Note:
See TracChangeset
for help on using the changeset viewer.