]> git.proxmox.com Git - mirror_qemu.git/commit
pc-bios/s390-ccw: Add a write() function for stdio
authorThomas Huth <thuth@redhat.com>
Wed, 12 Jul 2017 12:49:46 +0000 (14:49 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 14 Jul 2017 10:29:48 +0000 (12:29 +0200)
commit3639f93f91fcba2c4d686653dcffb8224555b0a8
tree2553725cbebde6a9be38c9d7a7479df8a6d70adc
parent867e039a06a02d3f2f8fa9e0246bda7917150fd9
pc-bios/s390-ccw: Add a write() function for stdio

The stdio functions from the SLOF libc need a write() function for
printing text to stdout/stderr. Let's implement this function by
refactoring the code from sclp_print().

Acked-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1499863793-18627-5-git-send-email-thuth@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
pc-bios/s390-ccw/sclp.c