VirtualBox

Changeset 100691 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 25, 2023 8:24:12 AM (17 months ago)
Author:
vboxsync
Message:

Devices/Graphics: Add support for the SVGA3 interface required for ARM, bugref:10458 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r100690 r100691  
    74427442    {
    74437443        AssertReturn(pThis->fVMSVGAEnabled && pThis->fVmSvga3, VERR_INVALID_STATE);
    7444         rc = PDMDevHlpIoPortSetUpContext(pDevIns, pThis->hMmioSvga3, vmsvga3MmioWrite, vmsvga3MmioRead, NULL /*pvUser*/);
     7444        rc = PDMDevHlpMmioSetUpContext(pDevIns, pThis->hMmioSvga3, vmsvga3MmioWrite, vmsvga3MmioRead, NULL /*pvUser*/);
    74457445        AssertRCReturn(rc, rc);
    74467446    }
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