VirtualBox

Changeset 69916 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Dec 4, 2017 7:28:51 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: todo correction.

File:
1 edited

Legend:

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

    r69915 r69916  
    23902390    /* Restore host FPU state if necessary and resync on next R0 reentry .*/
    23912391    if (CPUMR0FpuStateMaybeSaveGuestAndRestoreHost(pVCpu))
    2392         HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0); /** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter. */
     2392        HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0); /** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0EnterCpu. */
    23932393
    23942394    /*
     
    24042404#endif
    24052405    if (CPUMR0DebugStateMaybeSaveGuestAndRestoreHost(pVCpu, false /* save DR6 */))
    2406         HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG);/** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter. */
     2406        HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG);/** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0EnterCpu. */
    24072407
    24082408    Assert(!CPUMIsHyperDebugStateActive(pVCpu));
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