pc-bios/s390-ccw: Move virtio-block related functions into a separate file
authorThomas Huth <thuth@redhat.com>
Wed, 12 Jul 2017 12:49:45 +0000 (14:49 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 14 Jul 2017 10:29:48 +0000 (12:29 +0200)
commit867e039a06a02d3f2f8fa9e0246bda7917150fd9
treed63971b9d918cc3cffe2471be2c4d355cbe3c2c3
parentaf3bb73ab1352287848eec7f0ae395f26e004929
pc-bios/s390-ccw: Move virtio-block related functions into a separate file

The netboot code is going to link against the code from virtio.c, too, so
we've got to move the virtio-block and -scsi related code out of the way.

Reviewed-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-4-git-send-email-thuth@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
pc-bios/s390-ccw/Makefile
pc-bios/s390-ccw/main.c
pc-bios/s390-ccw/s390-ccw.h
pc-bios/s390-ccw/virtio-blkdev.c [new file with mode: 0644]
pc-bios/s390-ccw/virtio.c
pc-bios/s390-ccw/virtio.h