VirtualBox

Changeset 100759 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 31, 2023 2:33:14 PM (18 months ago)
Author:
vboxsync
Message:

VMM/PGM-armv8: Make it work with saved states, bugref:10388

File:
1 edited

Legend:

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

    r100108 r100759  
    769769VMM_INT_DECL(int) PGMHCChangeMode(PVMCC pVM, PVMCPUCC pVCpu, PGMMODE enmGuestMode, bool fForce)
    770770{
    771     AssertReleaseFailed();
     771    //AssertReleaseFailed(); /** @todo Called by the PGM saved state code. */
    772772    RT_NOREF(pVM, pVCpu, enmGuestMode, fForce);
    773     return VERR_NOT_SUPPORTED;
     773    return VINF_SUCCESS;
    774774}
    775775
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