aboutsummaryrefslogtreecommitdiff
path: root/hw/sh_serial.c
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-07-14hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddrPeter Maydell
2011-11-24sh_serial: convert to memory APIBenoƮt Canet
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-01-20sh_serial: process all received charactersAurelien Jarno
2011-01-20sh_serial: remove one level of indirectionAurelien Jarno
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-07SH4: SCI improvementaurel32
2008-12-07SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-21SH4: Switch serial emulation to qemu_irqaurel32
2008-09-15SH4: Serial controller improvementaurel32
2008-05-09SH4 serial controler improvementsaurel32
2007-12-12sh_serial: enable tx after reset (Magnus Damm).balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-09-29Stand-alone SCI/SCIF emulation code, by Magnus Damm.ths