index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
terminal3270.c
Age
Commit message (
Expand
)
Author
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-13
terminal3270: do not use backend timer sources
Marc-André Lureau
2018-01-12
chardev: introduce qemu_chr_timeout_add_ms()
Peter Xu
2017-10-06
s390x/3270: handle writes of arbitrary length
Halil Pasic
2017-10-06
s390x/3270: IDA support for 3270 via CcwDataStream
Halil Pasic
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-05-04
s390x/3270: Mark non-migratable and enable the device
Jing Liu
2017-05-04
s390x/3270: Detect for continued presence of a 3270 client
Jing Liu
2017-05-04
s390x/3270: Add the TCP socket events handler for 3270
Jing Liu
2017-05-04
s390x/3270: 3270 data stream handling
Jing Liu
2017-05-04
s390x/3270: Add emulated terminal3270 device
Yang Chen