VirtualBox

Changeset 99893 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 22, 2023 11:26:58 AM (19 months ago)
Author:
vboxsync
Message:

Devices/Gpio: Add skeleton for PL061 GPIO device emulation, enough to make a Linux guest detect it, bugref:10453

Location:
trunk/src/VBox/Devices
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r99786 r99893  
    257257        return rc;
    258258
     259    rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePl061Gpio);
     260    if (RT_FAILURE(rc))
     261        return rc;
     262
    259263    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceFlashCFI);
    260264    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r99750 r99893  
    232232extern const PDMDEVREG g_DevicePl011;
    233233extern const PDMDEVREG g_DevicePl031Rtc;
     234extern const PDMDEVREG g_DevicePl061Gpio;
    234235extern const PDMDEVREG g_DeviceFlashCFI;
    235236extern const PDMDEVREG g_DevicePciGenericEcam;
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