Changeset 58126 in vbox for trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp
- Timestamp:
- Oct 8, 2015 8:59:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp
r58123 r58126 88 88 * @returns VBox status code. 89 89 * @param pVM The cross context VM structure. 90 * @param uVersion The interface version this VM should use.91 90 */ 92 91 VMMR3_INT_DECL(int) gimR3KvmInit(PVM pVM) … … 560 559 * @param pVM The cross context VM structure. 561 560 * @param GCPhysWallClock Where the guest wall-clock structure is located. 562 * @param uVersion The version (sequence number) value to use.563 561 * 564 562 * @remarks Don't do any release assertions here, these can be triggered by
Note:
See TracChangeset
for help on using the changeset viewer.