]> Git Repo - qemu.git/commit - pc-bios/s390-ccw/netboot.mak
s390-bios: Decouple channel i/o logic from virtio
authorJason J. Herne <[email protected]>
Thu, 4 Apr 2019 14:34:24 +0000 (10:34 -0400)
committerThomas Huth <[email protected]>
Fri, 12 Apr 2019 10:40:35 +0000 (12:40 +0200)
commit120d04103e3f870d0fcd2a23c2ada0a4a4f036cc
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 <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <1554388475[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
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
This page took 0.021883 seconds and 4 git commands to generate.