VirtualBox

Changeset 86639 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Oct 20, 2020 10:16:15 AM (4 years ago)
Author:
vboxsync
Message:

Config.kmk,Devices/DevLpc-new.cpp: Get rid of VBOX_WITH_NEW_LPC_DEVICE and make it the default, the odl DevLPC.cpp doesn't exist anymore for a long time now

Location:
trunk/src/VBox/Devices/build
Files:
4 edited

Legend:

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

    r86032 r86639  
    211211    if (RT_FAILURE(rc))
    212212        return rc;
    213 #ifdef VBOX_WITH_NEW_LPC_DEVICE
    214213    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceLPC);
    215214    if (RT_FAILURE(rc))
    216215        return rc;
    217 #endif
    218216#ifdef VBOX_WITH_VIRTUALKD
    219217    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceVirtualKD);
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r86032 r86639  
    100100#endif
    101101extern const PDMDEVREG g_DeviceGIMDev;
    102 #ifdef VBOX_WITH_NEW_LPC_DEVICE
    103102extern const PDMDEVREG g_DeviceLPC;
    104 #endif
    105103#ifdef VBOX_WITH_VIRTUALKD
    106104extern const PDMDEVREG g_DeviceVirtualKD;
  • trunk/src/VBox/Devices/build/VBoxDD2.cpp

    r82968 r86639  
    6262    AssertReleaseMsg(u32Version == VBOX_VERSION, ("u32Version=%#x VBOX_VERSION=%#x\n", u32Version, VBOX_VERSION));
    6363
    64 #ifndef VBOX_WITH_NEW_LPC_DEVICE
    65     int rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceLPC);
    66     if (RT_FAILURE(rc))
    67         return rc;
    68 #else
    6964    RT_NOREF(pCallbacks);
    70 #endif
    7165
    7266    return VINF_SUCCESS;
  • trunk/src/VBox/Devices/build/VBoxDD2.h

    r82968 r86639  
    7676#endif /* !IN_VBOXDD2 */
    7777
    78 #ifndef VBOX_WITH_NEW_LPC_DEVICE
    79 extern const PDMDEVREG g_DeviceLPC;
    80 #endif
    81 
    8278RT_C_DECLS_END
    8379
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