aboutsummaryrefslogtreecommitdiff
path: root/hw/char/terminal3270.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-09s390x: css: report errors from ccw_dstream_read/writePierre Morel1-2/+9
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-13terminal3270: do not use backend timer sourcesMarc-André Lureau1-9/+6
2018-01-12chardev: introduce qemu_chr_timeout_add_ms()Peter Xu1-12/+16
2017-10-06s390x/3270: handle writes of arbitrary lengthHalil Pasic1-12/+18
2017-10-06s390x/3270: IDA support for 3270 via CcwDataStreamHalil Pasic1-7/+11
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-05-04s390x/3270: Mark non-migratable and enable the deviceJing Liu1-0/+6
2017-05-04s390x/3270: Detect for continued presence of a 3270 clientJing Liu1-5/+32
2017-05-04s390x/3270: Add the TCP socket events handler for 3270Jing Liu1-1/+27
2017-05-04s390x/3270: 3270 data stream handlingJing Liu1-0/+180
2017-05-04s390x/3270: Add emulated terminal3270 deviceYang Chen1-0/+54