aboutsummaryrefslogtreecommitdiff
path: root/hw/char/terminal3270.c
AgeCommit message (Expand)Author
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-13terminal3270: do not use backend timer sourcesMarc-André Lureau
2018-01-12chardev: introduce qemu_chr_timeout_add_ms()Peter Xu
2017-10-06s390x/3270: handle writes of arbitrary lengthHalil Pasic
2017-10-06s390x/3270: IDA support for 3270 via CcwDataStreamHalil Pasic
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-04s390x/3270: Mark non-migratable and enable the deviceJing Liu
2017-05-04s390x/3270: Detect for continued presence of a 3270 clientJing Liu
2017-05-04s390x/3270: Add the TCP socket events handler for 3270Jing Liu
2017-05-04s390x/3270: 3270 data stream handlingJing Liu
2017-05-04s390x/3270: Add emulated terminal3270 deviceYang Chen