aboutsummaryrefslogtreecommitdiff
path: root/hw/char/sh_serial.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-30hw/char/sh_serial: Add device id to trace outputBALATON Zoltan1-2/+4
2021-10-30hw/char/sh_serial: QOM-ifyBALATON Zoltan1-39/+59
2021-10-30hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()BALATON Zoltan1-12/+17
2021-10-30hw/char/sh_serial: Embed QEMUTimer in state structBALATON Zoltan1-5/+5
2021-10-30hw/char/sh_serial: Rename type sh_serial_state to SHSerialStateBALATON Zoltan1-13/+11
2021-10-30hw/char/sh_serial: Do not abort on invalid accessBALATON Zoltan1-9/+10
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan1-10/+3
2021-10-30hw/sh4: Coding style: Add missing bracesBALATON Zoltan1-16/+32
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan1-13/+10
2021-10-30hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan1-2/+4
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-9/+9
2018-10-02hw/char/sh_serial: Add timeout handling to unbreak serial inputGeert Uytterhoeven1-0/+20
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-1/+0
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-4/+5
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-5/+5
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-1/+3
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2013-10-02sh4: Fix serial line access for Linux kernels later than 3.2Guenter Roeck1-2/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-0/+410