Changeset 62035 in vbox
- Timestamp:
- Jul 6, 2016 9:04:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r61688 r62035 2977 2977 * This may cause longjmps to ring-3 and may even result in rescheduling to the 2978 2978 * recompiler. We must be cautious what we do here regarding committing 2979 * guest-state information into the the VMCB assuming we assuredly execute the2980 * guestin AMD-V. If we fall back to the recompiler after updating the VMCB and2979 * guest-state information into the VMCB assuming we assuredly execute the guest 2980 * in AMD-V. If we fall back to the recompiler after updating the VMCB and 2981 2981 * clearing the common-state (TRPM/forceflags), we must undo those changes so 2982 2982 * that the recompiler can (and should) use them when it resumes guest
Note:
See TracChangeset
for help on using the changeset viewer.