On Tue, 11 Jul 2017 15:56:36 +0200 Thomas Huth <th...@redhat.com> wrote:
> The driver provides the recv() and send() functions which will > be required by SLOF's libnet code for receiving and sending > packets. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > pc-bios/s390-ccw/netboot.mak | 2 +- > pc-bios/s390-ccw/virtio-net.c | 135 > ++++++++++++++++++++++++++++++++++++++++++ > pc-bios/s390-ccw/virtio.c | 5 ++ > pc-bios/s390-ccw/virtio.h | 12 +++- > 4 files changed, 151 insertions(+), 3 deletions(-) > create mode 100644 pc-bios/s390-ccw/virtio-net.c Reviewed-by: Cornelia Huck <coh...@redhat.com>