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
2021-04-09
s390x: css: report errors from ccw_dstream_read/write
Pierre Morel
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-07
hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
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