S390: ccw firmware: Add virtio device drivers
authorAlexander Graf <agraf@suse.de>
Mon, 22 Apr 2013 19:01:00 +0000 (21:01 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:24 +0000 (20:18 +0200)
commit1e17c2c15b354a1e6c1d1ad41bb17f7bf146e9ba
treefa84b2fe2b87cf57c56597c83cb380c1e2ce3a15
parent0369b2eb0707970c5f031b3ece84ccda953a8375
S390: ccw firmware: Add virtio device drivers

In order to boot, we need to be able to access a virtio-blk device through
the CCW bus. Implement support for this.

Signed-off-by: Alexander Graf <agraf@suse.de>
pc-bios/s390-ccw/cio.h [new file with mode: 0644]
pc-bios/s390-ccw/virtio.c [new file with mode: 0644]
pc-bios/s390-ccw/virtio.h [new file with mode: 0644]