On 18.05.2017 13:34, David Hildenbrand wrote: > The s390x-ccw pcbios already has what we need to print to the sclp > console. Let's copy the files and adjust them to our needs later. > > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > lib/s390x/sclp-ascii.c | 82 +++++++++++++++++++++++++++++++++++++ > lib/s390x/sclp.h | 107 +++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 189 insertions(+) > create mode 100644 lib/s390x/sclp-ascii.c > create mode 100644 lib/s390x/sclp.h > > diff --git a/lib/s390x/sclp-ascii.c b/lib/s390x/sclp-ascii.c > new file mode 100644 > index 0000000..dc1c3e4 > --- /dev/null > +++ b/lib/s390x/sclp-ascii.c Looks like the file has been renamed to sclp.c in recent QEMU master ... maybe we should use that name here, too? Thomas