- Timestamp:
- Jun 19, 2013 4:29:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r46672 r46678 377 377 378 378 /** 379 * Does global VT-xtermination (called during module termination).379 * Does global AMD-V termination (called during module termination). 380 380 */ 381 381 VMMR0DECL(void) SVMR0GlobalTerm(void) … … 2467 2467 2468 2468 /** 2469 * Prepares to run guest code in VT-xand we've committed to doing so. This2469 * Prepares to run guest code in AMD-V and we've committed to doing so. This 2470 2470 * means there is no backing out to ring-3 or anywhere else at this 2471 2471 * point. … … 4093 4093 { 4094 4094 /* A guest page-fault occurred during delivery of a page-fault. Inject #DF. */ 4095 hmR0 VmxSetPendingXcptDF(pVCpu);4095 hmR0SvmSetPendingXcptDF(pVCpu); 4096 4096 Log4(("Pending #DF due to vectoring #PF. NP\n")); 4097 4097 }
Note:
See TracChangeset
for help on using the changeset viewer.