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