On Mon, 10 Jul 2017 17:32:33 +0200 Thomas Huth <th...@redhat.com> wrote:
> 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. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > pc-bios/s390-ccw/Makefile | 2 +- > pc-bios/s390-ccw/main.c | 2 +- > pc-bios/s390-ccw/s390-ccw.h | 2 +- > pc-bios/s390-ccw/virtio-blkdev.c | 296 > +++++++++++++++++++++++++++++++++++++++ > pc-bios/s390-ccw/virtio.c | 273 +----------------------------------- > pc-bios/s390-ccw/virtio.h | 4 + > 6 files changed, 307 insertions(+), 272 deletions(-) > create mode 100644 pc-bios/s390-ccw/virtio-blkdev.c Reviewed-by: Cornelia Huck <coh...@redhat.com>