s390x/3270: Add emulated terminal3270 device
authorYang Chen <bjcyang@linux.vnet.ibm.com>
Fri, 19 Feb 2016 09:45:26 +0000 (10:45 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Thu, 4 May 2017 08:34:37 +0000 (10:34 +0200)
commitb8476205409ace2140d734c04ba4ea7f649692cf
treebdcbf36e60ee1a2c3ff79e95ef703a8edba7c376
parentff20b0a3d8bc044405d750a346c7b48514ff5ddc
s390x/3270: Add emulated terminal3270 device

This is a basic implementation of the emulated ccw-attached 3270
called x-terminal3270, which provides visibility of the device in
the qemu monitor and guest. The x prefix indicates that this is
just an experimental implementation for the current stage. This
device will not be compiled until the basic functions are available.

Signed-off-by: Yang Chen <bjcyang@linux.vnet.ibm.com>
Signed-off-by: Jing Liu <liujbjl@linux.vnet.ibm.com>
Reviewed-by: QingFeng Hao <haoqf@linux.vnet.ibm.com>
Reviewed-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/char/terminal3270.c [new file with mode: 0644]