VirtualBox

Ignore:
Timestamp:
Oct 24, 2024 4:42:23 PM (3 months ago)
Author:
vboxsync
Message:

VMM/ARM: Workaround for the UEFI accessing MMIO space with an instruction which doesn't produce a valid instruction syndrome, bugref:10732

File:
1 edited

Legend:

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

    r106389 r106666  
    781781    VMCPU_ASSERT_EMT(pVCpu);
    782782    Assert(pWalk);
    783 #ifndef DEBUG_aeichner
    784     AssertReleaseFailed();
    785     RT_NOREF(pVCpu, GCPtr, pWalk);
    786     return VERR_NOT_IMPLEMENTED;
    787 #else
     783
    788784    pWalk->fSucceeded = false;
    789785
     
    930926    pWalk->GCPhys     = (RTGCPHYS)(uPt & UINT64_C(0xfffffffff000)) | (GCPtr & (RTGCPTR)(_4K - 1));
    931927    return VINF_SUCCESS;
    932 #endif
    933928}
    934929
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