Skip to content

Commit

Permalink
s390/sclplmconsole: Add support for SCLP line-mode console
Browse files Browse the repository at this point in the history
Add simple support for SCLP line-mode also known as operating
system messages. This can be added in addition to or instead of
the SCLP full screen console with -device sclplmconsole.

Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
  • Loading branch information
Heinz Graalfs authored and borntraeger committed Sep 20, 2013
1 parent 40fa526 commit 6a444f8
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hw/char/Makefile.objs
Expand Up @@ -22,6 +22,6 @@ common-obj-$(CONFIG_IMX) += imx_serial.o
common-obj-$(CONFIG_LM32) += lm32_juart.o
common-obj-$(CONFIG_LM32) += lm32_uart.o
common-obj-$(CONFIG_MILKYMIST) += milkymist-uart.o
common-obj-$(CONFIG_SCLPCONSOLE) += sclpconsole.o
common-obj-$(CONFIG_SCLPCONSOLE) += sclpconsole.o sclpconsole-lm.o

obj-$(CONFIG_VIRTIO) += virtio-serial-bus.o

0 comments on commit 6a444f8

Please sign in to comment.