summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2011-09-22 20:14:23 +0200
committerRusty Russell <rusty@rustcorp.com.au>2011-11-02 02:11:01 +0100
commit5e38483b350405542c8080134408fd8897394ba2 (patch)
tree34d746dadbec16fd33e4f08cf90561ee62a3014e /drivers/virtio
parentvirtio: console: add port stats for bytes received, sent and discarded (diff)
downloadlinux-5e38483b350405542c8080134408fd8897394ba2.tar.xz
linux-5e38483b350405542c8080134408fd8897394ba2.zip
virtio: console: wait for first console port for early console output
On s390 I have seen some random "Warning: unable to open an initial console" boot failure. Turns out that tty_open fails, because the hvc_alloc was not yet done. In former times this could not happen, since the probe function automatically called hvc_alloc. With newer versions (multiport) some host<->guest interaction is required before hvc_alloc is called. This might be too late, especially if an initramfs is involved. Lets use a completion if we have multiport and an early console. [Amit: * Use NULL instead of 0 for pointer comparison * Rename 'port_added' to 'early_console_added' * Re-format, re-word commit message * Rebase patch on top of current queue] Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Acked-by: Chrstian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/virtio')
0 files changed, 0 insertions, 0 deletions