Changeset 58487 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 29, 2015 1:53:56 PM (9 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r58126 r58487 5162 5162 { 5163 5163 hmR0SvmUpdateRip(pVCpu, pCtx, 3); 5164 5165 /** @todo pre-increment RIP before hypercall will break when we have to implement 5166 * continuing hypercalls (e.g. Hyper-V). */ 5164 5167 rc = GIMHypercall(pVCpu, pCtx); 5165 5168 /* If the hypercall changes anything other than guest general-purpose registers, -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r58373 r58487 10150 10150 AssertRCReturn(rc, rc); 10151 10151 10152 /** @todo pre-increment RIP before hypercall will break when we have to implement 10153 * continuing hypercalls (e.g. Hyper-V). */ 10152 10154 rc = GIMHypercall(pVCpu, pMixedCtx); 10153 10155 /* If the hypercall changes anything other than guest general-purpose registers,
Note:
See TracChangeset
for help on using the changeset viewer.