VirtualBox

source: vbox/trunk/src/VBox/Devices/Serial

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104225   8 months vboxsync Devices/Serial/DevPcieOx958: Be more strict with what the emulation …
(edit) @104224   8 months vboxsync Devices/Serial/DevOxPcie958: Return 0 when the DMA registers are …
(edit) @103425   9 months vboxsync Devices/Serial: Fix some warnings, parfait:3409
(edit) @101035   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100750   16 months vboxsync Devices/DevPL011: Add saved state support (untested), bugref:10403 [fix]
(edit) @100749   16 months vboxsync Devices/DevPL011: Add saved state support (untested), bugref:10403
(edit) @100168   18 months vboxsync Devices/DevPL011: Updates to the emulation, implement some basic input …
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99529   19 months vboxsync Devices/DevPL011: Need to set and clear the TX FIFO full bit as well, …
(edit) @99152   21 months vboxsync Devices: Updates to the ARM PL011 UART emulation, bugref:10403
(edit) @99126   21 months vboxsync Devices: Start implementation of ARM PL011 UART emulation, …
(edit) @99125   21 months vboxsync Devices: Start implementation of ARM PL011 UART emulation, bugref:10403
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95108   3 years vboxsync Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91945   3 years vboxsync VMM,Devices: Eliminate calls to PDMR3Thread and use the driver hlper …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91868   3 years vboxsync Devices/Serial: Change the serial drivers to access the CFGM API …
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90445   3 years vboxsync Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
(edit) @90332   3 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @88536   4 years vboxsync Devices/Serial/UartCore: Update the interrupt level everytime the …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87726   4 years vboxsync Devices/Serial/UartCore: Fix lock order violation when in disconnected mode
(edit) @86467   4 years vboxsync Devices/DrvHostSerial: Don't let the I/O loop fail when status line …
(edit) @86114   4 years vboxsync Devices/Serial/DrvTCP: Decrement connection count on orderly shutdown, …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84908   4 years vboxsync Devices/UartCore: Make sure DR is only set after we've successfully …
(edit) @84907   4 years vboxsync Devices/UartCore: Need to enter critical section on detach for …
(edit) @84689   4 years vboxsync Devices/Serial/UartCore: Revert part of r137918 and switch the receive …
(edit) @84688   4 years vboxsync Devices/Serial/DrvTCP: Avoid filling up the pipe with external woken …
(edit) @84281   5 years vboxsync Devices/UartCore: Switch to the virtual sync timer for the unconnected …
(edit) @84157   5 years vboxsync Devices/Serial/DrvTCP: Don't block the guest if there is no one …
(edit) @83584   5 years vboxsync Devices/Serial/DrvTCP: Fix connection handling for the server case and …
(edit) @83522   5 years vboxsync Devices/Serial/DrvHostSerial: Show a warning when the serial port …
(edit) @83521   5 years vboxsync Devices/Serial/DrvHostSerial: Show a warning when the serial port …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82869   5 years vboxsync Devices/Serial/DrvChar: aargh
(edit) @82867   5 years vboxsync Devices/Serial/DrvChar: Return the actual value of rc instead of …
(edit) @82865   5 years vboxsync Devices/Serial: Reset the read/write pointers of the read buffers when …
(edit) @82798   5 years vboxsync Devices/Serial: Some fixes for unconnected mode where the application …
(edit) @81897   5 years vboxsync UartCore: Use device helpers for SSM and crit sects. bugref:9218
(edit) @81894   5 years vboxsync UartCore: doxygen fix. bugref:9218
(edit) @81893   5 years vboxsync DevSerial,DevOxPcie958,UartCore: Converted to new style. bugref:9218
(edit) @81892   5 years vboxsync UartCore: Converted timers to use handles rather than pointers. bugref:9218
(edit) @81891   5 years vboxsync DevOxPcie958: Converting to new PDM device style. bugref:9218
(edit) @81889   5 years vboxsync DevSerial: Working on converting to the new PDM device style - I/O …
(edit) @81888   5 years vboxsync DevSerial: Working on converting to the new PDM device style - CFGM, …
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81585   5 years vboxsync Devices: A couple of doxygen fixes.
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80403   5 years vboxsync Serial/NamedPipe: don't leak the socket if connect(2) fails.
(edit) @80298   5 years vboxsync Devices/Serial: Don't include vm.h. bugref:9217
(edit) @78670   6 years vboxsync Devices/UartCore: Fix guru meditation when raw mode is used
(edit) @78662   6 years vboxsync Devices/UartCore: Fix possible crash when the serial port is not …
(edit) @77806   6 years vboxsync Devices/UartCore: Fix assertion to avoid crash in release builds
(edit) @77411   6 years vboxsync Devices/UART: Properly handle loopback mode (feeding the sent data …
(edit) @77324   6 years vboxsync Devices/Serial: Don't try to process data if the either the buffer is …
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @75314   6 years vboxsync Devices/Serial/UartCore: Fix interrupt generation for the transmit …
(edit) @75134   6 years vboxsync DevSerial,UartCore: Attempt and getting old states to load. Needs …
(edit) @74919   6 years vboxsync Serial: Make sure the data is periodically removed from the TX queue …
(edit) @74754   6 years vboxsync DevSerial: Return error if uartR3Init fails.
(edit) @74454   6 years vboxsync DrvHostSerial: Ditto.
(edit) @74453   6 years vboxsync DrvChar,asm.h: Added ASMAtomicXchgZ to get rid of 32-bit VCC …
(edit) @74447   6 years vboxsync Devices/Serial: Add callback to flush receive/transmit queues of the …
(edit) @74446   6 years vboxsync Devices/Serial: Add callback to flush receive/transmit queues of the …
(edit) @73777   6 years vboxsync Devices/Serial/UartCore.cpp: Fix character timeout indication …
(edit) @73766   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73722   6 years vboxsync Devices/Serial: Crash fix
(edit) @73713   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73712   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73636   6 years vboxsync Devices/Serial: Fix Widows guests, the THRE empty interrupt status is …
(edit) @73618   6 years vboxsync Devices/Serial/DrvTCP: Fixed stalling reads on Windows hosts caused by …
(edit) @73528   6 years vboxsync Devices/Serial/UartCore: Fix adjusting the amount of available bytes …
(edit) @73331   6 years vboxsync Serial: Fixes
(edit) @73307   6 years vboxsync Serial: Typo
(edit) @73306   6 years vboxsync Serial: build fixes
(edit) @73305   6 years vboxsync Serial: build fixes
(edit) @73304   6 years vboxsync Serial: build fixes
(edit) @73303   6 years vboxsync Serial: build fixes
(edit) @73302   6 years vboxsync Serial: build fixes
(edit) @73301   6 years vboxsync Serial: build fixes
(edit) @73300   6 years vboxsync Serial: build fixes
(edit) @73299   6 years vboxsync Serial: build fixes
(edit) @73259   6 years vboxsync Devices/Serial: Saved state handling for the UART core and the legacy …
(edit) @73243   6 years vboxsync Devices/Serial: Add missing implementation for character timeout …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette