VirtualBox

Changeset 108929 in vbox


Ignore:
Timestamp:
Apr 10, 2025 10:33:03 AM (10 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168436
Message:

VMM/VMMAll/PGMAll.cpp: Donb't assert in PGMChangeMode() if the vCPU is not running, this is called during startup for the initial configuration, bugref:10388

File:
1 edited

Legend:

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

    r108856 r108929  
    35593559VMM_INT_DECL(int) PGMChangeMode(PVMCPUCC pVCpu, uint8_t bEl, uint64_t u64RegSctlr, uint64_t u64RegTcr)
    35603560{
    3561     VMCPU_ASSERT_EMT(pVCpu);
     3561    VMCPU_ASSERT_EMT_OR_NOT_RUNNING(pVCpu);
    35623562    Assert(bEl > 0 && bEl < 4);
    35633563
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