aboutsummaryrefslogtreecommitdiff
path: root/hw/serial.c
AgeCommit message (Expand)Author
2009-10-30serial: Add missing bitStefan Weil
2009-10-27serial: use post_load version_id field and remove pre_load functionJuan Quintela
2009-10-27isa: configure serial+parallel by index.Gerd Hoffmann
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster
2009-10-05serial: convert isa to qdevGerd Hoffmann
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-25Use proper typedef syntaxJuan Quintela
2009-09-16qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock
2009-09-15hw/serial: don't create a char device if none is specifiedAurelien Jarno
2009-09-11vmstate: port serial deviceJuan Quintela
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-15PPC: clean up ppc405Blue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22serial: fix lost character after sysrqJason Wessel
2009-05-22Introduce reset notifier orderJan Kiszka
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-18serial: open a null device if the CharDriverState argument is nullaurel32
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-09-20Add a comment about masking of CTI interrupt in 16550A UART.balrog
2008-09-1716550A UART: RHR irq enable bit also masks the Rx timeout irq.balrog
2008-08-12serial: Always update iir, even when ier is empty (Samuel Thibault)aliguori
2008-08-11Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori
2008-05-048250: Customized base baudrateaurel32
2008-05-048250: throttle TX-completion IRQsaurel32
2008-02-10Add serial loopback mode (patch from Hervé Poussineau).balrog
2007-11-25Add input buffer to mux chr (patch by Tristan Gingold).balrog
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir1
2007-06-06Big endian byte swap for serial mmapped interface.ths
2007-04-07Unify IRQ handling.pbrook
2007-03-31Malta CBUS UART support.ths
2007-01-27Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook
2006-08-2616 bit dividerbellard
2006-04-12simulate a null modem cablebellard
2005-11-23more generic serial port (initial patch by Jocelyn Mayer)bellard
2005-11-10char dev ioctlsbellard
2005-11-08use host serial portbellard
2005-11-06serial load/save VM support (Vincent Pelletier)bellard
2004-08-24serial interrupt fix (Hampa Hug)bellard
2004-07-14char device supportbellard
2004-04-07fix the no device casebellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-31use new timer APIbellard