Changeset 66022 in vbox
- Timestamp:
- Mar 9, 2017 4:30:11 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
include/VBox/vmm/hm.h (modified) (2 diffs)
-
include/VBox/vmm/hm_svm.h (modified) (2 diffs)
-
src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r66015 r66022 30 30 #include <VBox/vmm/cpum.h> 31 31 #include <VBox/vmm/vmm.h> 32 #include <VBox/vmm/hm_svm.h> 32 33 #include <iprt/mp.h> 33 34 … … 151 152 uint64_t uExitInfo2); 152 153 VMM_INT_DECL(void) HMVmxNstGstVmExit(PVMCPU pVCpu, uint16_t uBasicExitReason); 154 VMM_INT_DECL(VBOXSTRICTRC) HMSvmVmmcall(PVMCPU pVCpu, PCPUMCTX pCtx, bool *pfRipUpdated); 155 VMM_INT_DECL(VBOXSTRICTRC) HMSvmVmrun(PVMCPU pVCpu, PCPUMCTX pCtx, PSVMVMCB pVmcb, PSVMHOSTSTATE pHostState); 153 156 154 157 #ifndef IN_RC -
trunk/include/VBox/vmm/hm_svm.h
r66015 r66022 29 29 #include <VBox/types.h> 30 30 #include <VBox/err.h> 31 #include <VBox/vmm/cpumctx.h>32 31 #include <iprt/assert.h> 33 32 #include <iprt/asm.h> … … 970 969 971 970 972 VMM_INT_DECL(VBOXSTRICTRC) HMSvmVmmcall(PVMCPU pVCpu, PCPUMCTX pCtx, bool *pfRipUpdated);973 VMM_INT_DECL(VBOXSTRICTRC) HMSvmVmrun(PVMCPU pVCpu, PCPUMCTX pCtx, PSVMVMCB pVmcb, PSVMHOSTSTATE pHostState);974 975 971 /** @} */ 976 972 -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r66021 r66022 79 79 ${PATH_ROOT}/include/VBox/SUPDrvMangling.h=>include/VBox/SUPDrvMangling.h \ 80 80 ${PATH_ROOT}/include/VBox/VBoxTpG.h=>include/VBox/VBoxTpG.h \ 81 ${PATH_ROOT}/include/VBox/vmm/cpumctx.h=>include/VBox/vmm/cpumctx.h \82 81 ${PATH_ROOT}/include/VBox/vmm/hm_vmx.h=>include/VBox/vmm/hm_vmx.h \ 83 82 ${PATH_ROOT}/include/VBox/vmm/hm_svm.h=>include/VBox/vmm/hm_svm.h \
Note:
See TracChangeset
for help on using the changeset viewer.

