Changeset 46498 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 11, 2013 3:54:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46492 r46498 2674 2674 * Gets the guest's interruptibility-state ("interrupt shadow" as AMD calls it). 2675 2675 * 2676 * @returns 2676 * @returns Guest's interruptibility-state. 2677 2677 * @param pVCpu Pointer to the VMCPU. 2678 2678 * @param pMixedCtx Pointer to the guest-CPU context. The data may be … … 2699 2699 /* 2700 2700 * We can clear the inhibit force flag as even if we go back to the recompiler without executing guest code in 2701 * VT-x the flag's condition to be cleared is met and thus the cleared state is correct.2701 * VT-x, the flag's condition to be cleared is met and thus the cleared state is correct. 2702 2702 */ 2703 2703 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS); … … 6013 6013 * cause a VM-exit as soon as the guest is in a state to receive interrupts. 6014 6014 * 6015 * @returns VBox status code.6016 6015 * @param pVCpu Pointer to the VMCPU. 6017 6016 */
Note:
See TracChangeset
for help on using the changeset viewer.