Changeset 57445 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 18, 2015 5:01:50 PM (9 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r57429 r57445 2188 2188 * out-of-date guest-CPU context). 2189 2189 */ 2190 DECLCALLBACK(int) hmR0SvmCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)2190 static DECLCALLBACK(int) hmR0SvmCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser) 2191 2191 { 2192 2192 if (enmOperation == VMMCALLRING3_VM_R0_ASSERTION) -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r57429 r57445 7218 7218 * fields before using them. 7219 7219 */ 7220 DECLCALLBACK(int) hmR0VmxCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)7220 static DECLCALLBACK(int) hmR0VmxCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser) 7221 7221 { 7222 7222 if (enmOperation == VMMCALLRING3_VM_R0_ASSERTION)
Note:
See TracChangeset
for help on using the changeset viewer.