summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Serial/UartCore.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-13/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the status...vboxsync2021-07-311-15/+34
* Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695vboxsync2021-07-301-1/+1
* Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074vboxsync2021-07-261-8/+8
* Devices/Serial/UartCore: Update the interrupt level everytime the internal in...vboxsync2021-04-151-7/+12
* VMM/TM,Devices: Store the timer name in the TMTIMER structure and limit it to...vboxsync2021-02-161-2/+2
* VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a timer ...vboxsync2021-02-161-11/+12
* VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in ring-0 (and ...vboxsync2021-02-151-2/+2
* Devices/Serial/UartCore: Fix lock order violation when in disconnected modevboxsync2021-02-111-4/+6
* Devices/UartCore: Make sure DR is only set after we've successfully read some...vboxsync2020-06-221-3/+7
* Devices/UartCore: Need to enter critical section on detach for stopping the t...vboxsync2020-06-221-0/+2
* Devices/Serial/UartCore: Revert part of r137918 and switch the receive FIFO t...vboxsync2020-06-051-27/+31
* Devices/UartCore: Switch to the virtual sync timer for the unconnected and re...vboxsync2020-05-131-12/+10
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Devices/Serial: Some fixes for unconnected mode where the application inside ...vboxsync2020-01-201-1/+19
* UartCore: Use device helpers for SSM and crit sects. bugref:9218vboxsync2019-11-161-60/+63
* UartCore: doxygen fix. bugref:9218vboxsync2019-11-161-1/+1
* DevSerial,DevOxPcie958,UartCore: Converted to new style. bugref:9218vboxsync2019-11-161-325/+474
* UartCore: Converted timers to use handles rather than pointers. bugref:9218vboxsync2019-11-161-33/+27
* Devices/UartCore: Fix guru meditation when raw mode is usedvboxsync2019-05-221-0/+1
* Devices/UartCore: Fix possible crash when the serial port is not attached to ...vboxsync2019-05-221-0/+2
* Devices/UartCore: Fix assertion to avoid crash in release buildsvboxsync2019-03-201-1/+2
* Devices/UART: Properly handle loopback mode (feeding the sent data immediatel...vboxsync2019-02-211-41/+95
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Devices/Serial/UartCore: Fix interrupt generation for the transmit holding re...vboxsync2018-11-071-1/+1
* DevSerial,UartCore: Attempt and getting old states to load. Needs proper tes...vboxsync2018-10-281-23/+28
* Serial: Make sure the data is periodically removed from the TX queue even if ...vboxsync2018-10-181-30/+85
* Devices/Serial: Add callback to flush receive/transmit queues of the underlyi...vboxsync2018-09-241-1/+2
* Devices/Serial/UartCore.cpp: Fix character timeout indication interrupt gener...vboxsync2018-08-201-6/+9
* Devices/Serial: Remove giving the amount of available data to write from the ...vboxsync2018-08-161-1/+1
* Devices/Serial: Remove giving the amount of available data to write from the ...vboxsync2018-08-161-27/+48
* Devices/Serial: Fix Widows guests, the THRE empty interrupt status is only re...vboxsync2018-08-131-2/+22
* Devices/Serial/UartCore: Fix adjusting the amount of available bytes to read ...vboxsync2018-08-061-2/+2
* Serial: Fixesvboxsync2018-07-231-22/+47
* Serial: build fixesvboxsync2018-07-221-1/+1
* Serial: build fixesvboxsync2018-07-221-0/+2
* Serial: build fixesvboxsync2018-07-221-1/+1
* Serial: build fixesvboxsync2018-07-221-1/+1
* Serial: build fixesvboxsync2018-07-221-2/+2
* Serial: build fixesvboxsync2018-07-221-2/+4
* Serial: build fixesvboxsync2018-07-221-5/+5
* Serial: build fixesvboxsync2018-07-221-2/+4
* Devices/Serial: Saved state handling for the UART core and the legacy serial ...vboxsync2018-07-201-1/+138
* Devices/Serial: Add missing implementation for character timeout indication w...vboxsync2018-07-191-64/+194
* Serial: Split out the generic UART functionality into a separate module so it...vboxsync2018-07-151-0/+1475