VirtualBox

Ignore:
Timestamp:
Aug 19, 2018 4:55:11 PM (6 years ago)
Author:
vboxsync
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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r73135 r73766  
    110110#include "../Parallel/DevParallel.cpp"
    111111#undef LOG_GROUP
    112 #ifndef VBOX_WITH_NEW_SERIAL
    113 # include "../Serial/DevSerial.cpp"
    114 #else
    115 # include "../Serial/DevSerialNew.cpp"
    116 # include "../Serial/DevOxPcie958.cpp"
    117 #endif
     112#include "../Serial/DevSerial.cpp"
     113#undef LOG_GROUP
     114#include "../Serial/DevOxPcie958.cpp"
    118115#ifdef VBOX_WITH_AHCI
    119116# undef LOG_GROUP
     
    398395#endif
    399396    CHECK_MEMBER_ALIGNMENT(PITSTATE, StatPITIrq, 8);
    400 #ifndef VBOX_WITH_NEW_SERIAL
    401     CHECK_MEMBER_ALIGNMENT(SerialState, CritSect, 8);
    402 #else
    403397    CHECK_MEMBER_ALIGNMENT(DEVSERIAL, UartCore, 8);
    404398    CHECK_MEMBER_ALIGNMENT(UARTCORE, CritSect, 8);
    405 #endif
    406399#ifdef VBOX_WITH_VMSVGA
    407400    CHECK_SIZE(VMSVGAState, RT_ALIGN_Z(sizeof(VMSVGAState), 8));
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