VirtualBox

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


Ignore:
Timestamp:
Dec 4, 2017 7:28:16 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119393
Message:

VMM/HMSVMR0: todo.

File:
1 edited

Legend:

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

    r69914 r69915  
    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);
     2392        HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0); /** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter. */
    23932393
    23942394    /*
     
    24042404#endif
    24052405    if (CPUMR0DebugStateMaybeSaveGuestAndRestoreHost(pVCpu, false /* save DR6 */))
    2406         HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG);
     2406        HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG);/** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter. */
    24072407
    24082408    Assert(!CPUMIsHyperDebugStateActive(pVCpu));
Note: See TracChangeset for help on using the changeset viewer.

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