2015-03-12 17:19:14 +03:00
|
|
|
CONFIG_PCI=y
|
2017-07-07 11:54:18 +03:00
|
|
|
CONFIG_VIRTIO_PCI=$(CONFIG_PCI)
|
2018-05-22 22:48:22 +03:00
|
|
|
include virtio.mak
|
2013-02-05 16:35:34 +04:00
|
|
|
CONFIG_SCLPCONSOLE=y
|
s390x/3270: Mark non-migratable and enable the device
Mark 3270 as non-migratable for the experimental stage. Enable
the 3270 device so that we can use x3270 client to operate the guest.
Run qemu with the arguments:
-chardev socket,id=char3270_0,host=0.0.0.0,port=23,nowait,server,tn3270 \
-device x-terminal3270,chardev=char3270_0,devno=fe.0.000a,id=terminal3270_0 \
There are some restrictions for the first stage: We don't support SSL
connections, multiple client connections and client resizing. Only
tested with the x3270 client.
Signed-off-by: Jing Liu <liujbjl@linux.vnet.ibm.com>
Signed-off-by: Yang Chen <bjcyang@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>
2017-01-12 12:38:25 +03:00
|
|
|
CONFIG_TERMINAL3270=y
|
2014-04-17 17:59:48 +04:00
|
|
|
CONFIG_S390_FLIC=y
|
|
|
|
CONFIG_S390_FLIC_KVM=$(CONFIG_KVM)
|
2015-02-05 13:28:32 +03:00
|
|
|
CONFIG_WDT_DIAG288=y
|
2019-02-02 10:24:42 +03:00
|
|
|
CONFIG_S390_CCW_VIRTIO=y
|
2019-02-02 10:24:56 +03:00
|
|
|
CONFIG_VFIO=$(CONFIG_LINUX)
|
|
|
|
CONFIG_VFIO_CCW=y
|
|
|
|
CONFIG_VFIO_AP=y
|