VirtualBox

Changeset 73767 in vbox for trunk


Ignore:
Timestamp:
Aug 19, 2018 4:58:49 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124450
Message:

Serial: Remove the old serial code and switch over to the new one by default now that it is mostly stable (Any remaining bugs will get fixed) [build fix]

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

Legend:

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

    r73135 r73767  
    160160    if (RT_FAILURE(rc))
    161161        return rc;
    162 #ifdef VBOX_WITH_NEW_SERIAL
    163162    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceOxPcie958);
    164163    if (RT_FAILURE(rc))
    165164        return rc;
    166 #endif
    167165    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceParallelPort);
    168166    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r73135 r73767  
    6767extern const PDMDEVREG g_DeviceFloppyController;
    6868extern const PDMDEVREG g_DeviceSerialPort;
    69 #ifdef VBOX_WITH_NEW_SERIAL
    7069extern const PDMDEVREG g_DeviceOxPcie958;
    71 #endif
    7270extern const PDMDEVREG g_DeviceParallelPort;
    7371#ifdef VBOX_WITH_AHCI
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