VirtualBox

Changeset 99215 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 30, 2023 6:31:36 AM (22 months ago)
Author:
vboxsync
Message:

Devices/DevQemuFwCfg: Add support for the MMIO interface for ARM, bugref:10386 [small fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp

    r99193 r99215  
    872872        {
    873873            if (cb == sizeof(uint16_t))
    874                 qemuFwCfgItemSelect(pThis, *(uint16_t *)pv);
     874                qemuFwCfgItemSelect(pThis, RT_BE2H_U16(*(uint16_t *)pv));
    875875            else
    876876                rc = PDMDevHlpDBGFStop(pDevIns, RT_SRC_POS, "offMmio=%#x cb=%d\n", off, cb);
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