VirtualBox

Changeset 74447 in vbox for trunk/src/VBox/Devices/Serial


Ignore:
Timestamp:
Sep 24, 2018 4:08:23 PM (6 years ago)
Author:
vboxsync
Message:

Devices/Serial: Add callback to flush receive/transmit queues of the underlying driver when the serial device flushes the internal queues to stay in sync. Should fix hanging serial I/O under certain circumstances (Debugging a Windows 7 guest over a serial port attached to a named pipe for example) [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvChar.cpp

    r74446 r74447  
    7777    /** Current position into the read buffer. */
    7878    uint8_t                     *pbBuf;
     79
     80#if HC_ARCH_BITS == 32
     81    uint32_t                    uAlignment0;
     82#endif
    7983
    8084    /** Read/write statistics */
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