summaryrefslogtreecommitdiffstats
path: root/hw/char/terminal3270.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* terminal3270: do not use backend timer sourcesMarc-André Lureau2019-02-131-9/+6Star
* chardev: introduce qemu_chr_timeout_add_ms()Peter Xu2018-01-121-12/+16
* s390x/3270: handle writes of arbitrary lengthHalil Pasic2017-10-061-12/+18
* s390x/3270: IDA support for 3270 via CcwDataStreamHalil Pasic2017-10-061-7/+11
* 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
* s390x/3270: Mark non-migratable and enable the deviceJing Liu2017-05-041-0/+6
* s390x/3270: Detect for continued presence of a 3270 clientJing Liu2017-05-041-5/+32
* s390x/3270: Add the TCP socket events handler for 3270Jing Liu2017-05-041-1/+27
* s390x/3270: 3270 data stream handlingJing Liu2017-05-041-0/+180
* s390x/3270: Add emulated terminal3270 deviceYang Chen2017-05-041-0/+54