VirtualBox

Changeset 72886 in vbox


Ignore:
Timestamp:
Jul 4, 2018 3:44:01 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123431
Message:

VMM/HMR0: Import the guest-state (incl. keeper bits) on the ring-3 callback triggered by ring-0 assertions.

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

Legend:

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

    r72881 r72886  
    32093209        VMMRZCallRing3Disable(pVCpu);
    32103210        HM_DISABLE_PREEMPT();
     3211
     3212        /* Import the entire guest state. */
     3213        hmR0SvmImportGuestState(pVCpu, HMSVM_CPUMCTX_EXTRN_ALL);
    32113214
    32123215        /* Restore host FPU state if necessary and resync on next R0 reentry. */
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r72881 r72886  
    71187118        RTThreadPreemptDisable(&PreemptState);
    71197119
     7120        hmR0VmxImportGuestState(pVCpu, HMVMX_CPUMCTX_EXTRN_ALL);
    71207121        CPUMR0FpuStateMaybeSaveGuestAndRestoreHost(pVCpu);
    71217122        CPUMR0DebugStateMaybeSaveGuestAndRestoreHost(pVCpu, true /* save DR6 */);
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