s390-bios: Decouple channel i/o logic from virtio
commit120d04103e3f870d0fcd2a23c2ada0a4a4f036cc
authorJason J. Herne <jjherne@linux.ibm.com>
Thu, 4 Apr 2019 14:34:24 +0000 (4 10:34 -0400)
committerThomas Huth <thuth@redhat.com>
Fri, 12 Apr 2019 10:40:35 +0000 (12 12:40 +0200)
tree1283b5381bf4f745a2202e601e53cf9172f48e3e
parentd96c5db77f1058ee9509554f43b945c66b3aa7c9
s390-bios: Decouple channel i/o logic from virtio

Create a separate library for channel i/o related code. This decouples
channel i/o operations from virtio and allows us to make use of them for
the real dasd boot path.

Signed-off-by: Jason J. Herne <jjherne@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1554388475-18329-6-git-send-email-jjherne@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/Makefile
pc-bios/s390-ccw/cio.c [new file with mode: 0644]
pc-bios/s390-ccw/cio.h
pc-bios/s390-ccw/main.c
pc-bios/s390-ccw/netboot.mak
pc-bios/s390-ccw/netmain.c
pc-bios/s390-ccw/s390-ccw.h
pc-bios/s390-ccw/virtio.c