Introduce reset notifier order
[qemu] / hw / serial.c
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-18 aurel32serial: open a null device if the CharDriverState argum...
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-09-20 balrogAdd a comment about masking of CTI interrupt in 16550A...
2008-09-17 balrog16550A UART: RHR irq enable bit also masks the Rx timeo...
2008-08-12 aliguoriserial: Always update iir, even when ier is empty ...
2008-08-11 aliguoriUpgrade emulated UART to 16550A (Stefano Stabellini)
2008-05-04 aurel328250: Customized base baudrate
2008-05-04 aurel328250: throttle TX-completion IRQs
2008-02-10 balrogAdd serial loopback mode (patch from Hervé Poussineau).
2007-11-25 balrogAdd input buffer to mux chr (patch by Tristan Gingold).
2007-11-17 pbrookBreak up vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-08 blueswir1 Fix incorrect target_ulong use in hw devices
2007-06-06 thsBig endian byte swap for serial mmapped interface.
2007-04-07 pbrookUnify IRQ handling.
2007-03-31 thsMalta CBUS UART support.
2007-01-27 pbrookRearrange char event handlers to fix CHR_EVENT_RESET.
2006-08-26 bellard16 bit divider
2006-04-12 bellardsimulate a null modem cable
2005-11-23 bellardmore generic serial port (initial patch by Jocelyn...
2005-11-10 bellardchar dev ioctls
2005-11-08 bellarduse host serial port
2005-11-06 bellardserial load/save VM support (Vincent Pelletier)
2004-08-24 bellardserial interrupt fix (Hampa Hug)
2004-07-14 bellardchar device support
2004-04-07 bellardfix the no device case
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellarduse new timer API
2004-03-14 bellardio port API change
2004-03-14 bellardseparated more devices from emulator