- Timestamp:
- Dec 29, 2017 9:58:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r70379 r70380 3533 3533 /* 3534 3534 * If IEM emulated VMRUN and injected an event it would not clear the EVENTINJ::Valid bit 3535 * as a physical CPU clears it as part of the #VMEXIT. However, now we are continuing 3536 * nested-guest execution using hardware-assisted SVM, so we need to clear this field 3537 * otherwise we will inject the event twice, see @bugref{7243#78}. 3535 * as a physical CPU clears it in the VMCB as part of the #VMEXIT (if the AMD spec. is to 3536 * believed, real behavior might differ). Regardless, IEM does it only on #VMEXIT for now 3537 * and since we are continuing nested-guest execution using hardware-assisted SVM, we need 3538 * to clear this field otherwise we will inject the event twice, see @bugref{7243#78}. 3538 3539 */ 3539 3540 if (CPUMIsGuestInSvmNestedHwVirtMode(pCtx))
Note:
See TracChangeset
for help on using the changeset viewer.