VirtualBox

Changeset 106996 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Nov 13, 2024 9:50:08 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165932
Message:

VMM/ARM: Fix import mask for things we have to fetch from the NEM backend, move the state syncing to the hypervisor down just before running the vCPU to avoid having to sync stuff back in case some forced action flags are set which cause us to break out of the runloop, bugref:10392

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp

    r106992 r106996  
    24942494    for (unsigned iLoop = 0;; iLoop++)
    24952495    {
    2496         /* Ensure that Hyper-V has the whole state. */
    2497         int rc2 = nemHCWinCopyStateToHyperV(pVM, pVCpu);
    2498         AssertRCReturn(rc2, rc2);
    2499 
    25002496        /*
    25012497         * Poll timers and run for a bit.
     
    25142510            if (VMCPU_CMPXCHG_STATE(pVCpu, VMCPUSTATE_STARTED_EXEC_NEM_WAIT, VMCPUSTATE_STARTED_EXEC_NEM))
    25152511            {
     2512                /* Ensure that Hyper-V has the whole state. */
     2513                int rc2 = nemHCWinCopyStateToHyperV(pVM, pVCpu);
     2514                AssertRCReturn(rc2, rc2);
     2515
    25162516#ifdef LOG_ENABLED
    25172517                if (LogIsFlowEnabled())
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