aboutsummaryrefslogtreecommitdiff
path: root/hw/char/sh_serial.c
AgeCommit message (Expand)AuthorFilesLines
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