VirtualBox

Ignore:
Timestamp:
Oct 27, 2023 12:47:55 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159705
Message:

Devices/Gpio: Add virtual GPIO button driver to simulate button presses using GPIO, for passing power/sleep button requests to the guest, bugref:10538

File:
1 edited

Legend:

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

    r101616 r101618  
    492492#endif
    493493
     494#ifdef VBOX_WITH_VIRT_ARMV8
     495    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvGpioButton);
     496    if (RT_FAILURE(rc))
     497        return rc;
     498#endif
    494499    return VINF_SUCCESS;
    495500}
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