summaryrefslogtreecommitdiffstats
path: root/hw/serial.c
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* serial: open a null device if the CharDriverState argument is nullaurel322009-01-181-5/+3
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-8/+6
* Add a comment about masking of CTI interrupt in 16550A UART.balrog2008-09-201-0/+3
* 16550A UART: RHR irq enable bit also masks the Rx timeout irq.balrog2008-09-171-1/+1
* serial: Always update iir, even when ier is empty (Samuel Thibault)aliguori2008-08-121-5/+0
* Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori2008-08-111-94/+392
* 8250: Customized base baudrateaurel322008-05-041-5/+9
* 8250: throttle TX-completion IRQsaurel322008-05-041-6/+49
* Add serial loopback mode (patch from Hervé Poussineau).balrog2008-02-101-8/+39
* Add input buffer to mux chr (patch by Tristan Gingold).balrog2007-11-251-0/+1
* Break up vl.h.pbrook2007-11-171-1/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* Fix incorrect target_ulong use in hw devicesblueswir12007-06-081-2/+2
* Big endian byte swap for serial mmapped interface.ths2007-06-061-4/+18
* Unify IRQ handling.pbrook2007-04-071-14/+6
* Malta CBUS UART support.ths2007-03-311-13/+16
* Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook2007-01-271-4/+4
* 16 bit dividerbellard2006-08-261-6/+9
* simulate a null modem cablebellard2006-04-121-2/+3
* more generic serial port (initial patch by Jocelyn Mayer)bellard2005-11-231-3/+97
* char dev ioctlsbellard2005-11-101-2/+9
* use host serial portbellard2005-11-081-1/+39
* serial load/save VM support (Vincent Pelletier)bellard2005-11-061-0/+37
* serial interrupt fix (Hampa Hug)bellard2004-08-241-2/+5
* char device supportbellard2004-07-141-24/+17
* fix the no device casebellard2004-04-071-5/+10
* win32 port (initial patch by kazu)bellard2004-03-311-20/+0
* use new timer APIbellard2004-03-311-1/+1
* io port API changebellard2004-03-141-32/+49
* separated more devices from emulatorbellard2004-03-141-0/+281
OpenPOWER on IntegriCloud