]> Git Repo - qemu.git/commit
pc-bios/s390-ccw: Add virtio-net driver code
authorThomas Huth <[email protected]>
Wed, 12 Jul 2017 12:49:52 +0000 (14:49 +0200)
committerChristian Borntraeger <[email protected]>
Fri, 14 Jul 2017 10:29:48 +0000 (12:29 +0200)
commit00dde1e60dd334b6a27b208132c9a57c36852ea1
tree6d7ae249cea1f9a3d9b7d7973066ffec2bda9265
parent3e4415a751d2474052ac5e62e8c793d978ed080e
pc-bios/s390-ccw: Add virtio-net driver code

The driver provides the recv() and send() functions which will
be required by SLOF's libnet code for receiving and sending
packets.

Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <1499863793[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
pc-bios/s390-ccw/netboot.mak
pc-bios/s390-ccw/virtio-net.c [new file with mode: 0644]
pc-bios/s390-ccw/virtio.c
pc-bios/s390-ccw/virtio.h
This page took 0.025523 seconds and 4 git commands to generate.