VirtualBox

Changeset 109142 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 5, 2025 7:59:26 AM (4 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168696
Message:

VMM/GIC: bugref:10877 Fix buggy assertion checking MBIs and LPI support go hand-in-hand.

File:
1 edited

Legend:

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

    r109113 r109142  
    21122112                         |  GIC_DIST_REG_TYPER_NUM_LPIS_SET(pGicDev->uMaxLpi);
    21132113            }
    2114             Assert((*puValue &  (GIC_DIST_REG_TYPER_MBIS | GIC_DIST_REG_TYPER_LPIS))
    2115                              == (GIC_DIST_REG_TYPER_MBIS | GIC_DIST_REG_TYPER_LPIS));
     2114            AssertMsg(   RT_BOOL(*puValue & GIC_DIST_REG_TYPER_MBIS)
     2115                      == RT_BOOL(*puValue & GIC_DIST_REG_TYPER_LPIS), ("%#RX32\n", *puValue));
    21162116            break;
    21172117        }
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