VirtualBox

Changeset 104259 in vbox for trunk/src


Ignore:
Timestamp:
Apr 9, 2024 11:34:18 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fixed missing import-all-state in the history-exec/probe code path of vmxHCExitEptMisconfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h

    r103053 r104259  
    95589558         * Frequent exit or something needing probing. Call EMHistoryExec.
    95599559         */
     9560        int rc2 = vmxHCImportGuestState<HMVMX_CPUMCTX_EXTRN_ALL, IEM_CPUMCTX_EXTRN_MUST_MASK>(pVCpu, pVmcsInfo, __FUNCTION__);
     9561        AssertRCReturn(rc2, rc2);
    95609562        Log4(("EptMisscfgExit/%u: %04x:%08RX64: %RGp -> EMHistoryExec\n",
    95619563              pVCpu->idCpu, pVCpu->cpum.GstCtx.cs.Sel, pVCpu->cpum.GstCtx.rip, GCPhys));
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