aboutsummaryrefslogtreecommitdiffstats
path: root/hw/serial.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-3/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-15PPC: clean up ppc405Blue Swirl1-9/+9
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22serial: fix lost character after sysrqJason Wessel1-0/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-18serial: open a null device if the CharDriverState argument is nullaurel321-5/+3
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+6
2008-09-20Add a comment about masking of CTI interrupt in 16550A UART.balrog1-0/+3
2008-09-1716550A UART: RHR irq enable bit also masks the Rx timeout irq.balrog1-1/+1
2008-08-12serial: Always update iir, even when ier is empty (Samuel Thibault)aliguori1-5/+0
2008-08-11Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori1-94/+392
2008-05-048250: Customized base baudrateaurel321-5/+9
2008-05-048250: throttle TX-completion IRQsaurel321-6/+49
2008-02-10Add serial loopback mode (patch from Hervé Poussineau).balrog1-8/+39
2007-11-25Add input buffer to mux chr (patch by Tristan Gingold).balrog1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-7/+7
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir11-2/+2
2007-06-06Big endian byte swap for serial mmapped interface.ths1-4/+18
2007-04-07Unify IRQ handling.pbrook1-14/+6
2007-03-31Malta CBUS UART support.ths1-13/+16
2007-01-27Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook1-4/+4
2006-08-2616 bit dividerbellard1-6/+9
2006-04-12simulate a null modem cablebellard1-2/+3
2005-11-23more generic serial port (initial patch by Jocelyn Mayer)bellard1-3/+97
2005-11-10char dev ioctlsbellard1-2/+9
2005-11-08use host serial portbellard1-1/+39
2005-11-06serial load/save VM support (Vincent Pelletier)bellard1-0/+37
2004-08-24serial interrupt fix (Hampa Hug)bellard1-2/+5
2004-07-14char device supportbellard1-24/+17
2004-04-07fix the no device casebellard1-5/+10
2004-03-31win32 port (initial patch by kazu)bellard1-20/+0
2004-03-31use new timer APIbellard1-1/+1
2004-03-14io port API changebellard1-32/+49
2004-03-14separated more devices from emulatorbellard1-0/+281