Changeset 55129 in vbox for trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
- Timestamp:
- Apr 8, 2015 11:31:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r55118 r55129 324 324 * For raw-mode VMs, this function will always return true. See gimR3KvmInit(). 325 325 * 326 * @param pVM Pointer to the VM. 327 */ 328 VMM_INT_DECL(bool) gimKvmShouldTrapXcptUD(PVM pVM) 329 { 326 * @param pVCpu Pointer to the VMCPU. 327 */ 328 VMM_INT_DECL(bool) gimKvmShouldTrapXcptUD(PVMCPU pVCpu) 329 { 330 PVM pVM = pVCpu->CTX_SUFF(pVM); 330 331 return pVM->gim.s.u.Kvm.fTrapXcptUD; 331 332 }
Note:
See TracChangeset
for help on using the changeset viewer.