summaryrefslogtreecommitdiffstats
path: root/hw/char/sh_serial.c
Commit message (Expand)AuthorAgeFilesLines
* hw/char/sh_serial: Add device id to trace outputBALATON Zoltan2021-10-301-2/+4
* hw/char/sh_serial: QOM-ifyBALATON Zoltan2021-10-301-39/+59
* hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()BALATON Zoltan2021-10-301-12/+17
* hw/char/sh_serial: Embed QEMUTimer in state structBALATON Zoltan2021-10-301-5/+5
* hw/char/sh_serial: Rename type sh_serial_state to SHSerialStateBALATON Zoltan2021-10-301-13/+11Star
* hw/char/sh_serial: Do not abort on invalid accessBALATON Zoltan2021-10-301-9/+10
* hw/sh4: Change debug printfs to tracesBALATON Zoltan2021-10-301-10/+3Star
* hw/sh4: Coding style: Add missing bracesBALATON Zoltan2021-10-301-16/+32
* hw/sh4: Coding style: White space fixesBALATON Zoltan2021-10-301-13/+10Star
* hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan2021-10-301-2/+4
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-9/+9
* hw/char/sh_serial: Add timeout handling to unbreak serial inputGeert Uytterhoeven2018-10-021-0/+20
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-1/+1
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-1/+0Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-4/+5
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-5/+5
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* sh4: Fix serial line access for Linux kernels later than 3.2Guenter Roeck2013-10-021-2/+0Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-0/+410