VirtualBox

Changeset 58487 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 29, 2015 1:53:56 PM (9 years ago)
Author:
vboxsync
Message:

VMM: todo regarding RIP update and hypercall ordering.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r58126 r58487  
    51625162        {
    51635163            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). */
    51645167            rc = GIMHypercall(pVCpu, pCtx);
    51655168            /* If the hypercall changes anything other than guest general-purpose registers,
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r58373 r58487  
    1015010150        AssertRCReturn(rc, rc);
    1015110151
     10152        /** @todo pre-increment RIP before hypercall will break when we have to implement
     10153         *  continuing hypercalls (e.g. Hyper-V). */
    1015210154        rc = GIMHypercall(pVCpu, pMixedCtx);
    1015310155        /* If the hypercall changes anything other than guest general-purpose registers,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette