]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
s390: Add default support for SCLP console
authorAlexander Graf <agraf@suse.de>
Thu, 24 Jan 2013 11:18:52 +0000 (12:18 +0100)
committerAlexander Graf <agraf@suse.de>
Tue, 29 Jan 2013 20:50:04 +0000 (21:50 +0100)
commit3ef669e19401b3e504f0bd1ca3113c3aeacd4bed
treefc8e2ca6f98b77bd82e9b7839e6c64073530332b
parentec9466ff2e50213c8318ffdd7003f345278ab795
s390: Add default support for SCLP console

The current s390 machine uses the virtio console as default console,
but this doesn't mean that we always want to keep it that way for new
machines.

This patch introduces a way for a machine type to specify that it wants
the default console to be an SCLP console, which is a lot closer to what
real hardware does.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
hw/boards.h
vl.c