]> git.proxmox.com Git - mirror_qemu.git/commit
pc-bios/s390-ccw: Add virtio-net driver code
authorThomas Huth <thuth@redhat.com>
Wed, 12 Jul 2017 12:49:52 +0000 (14:49 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
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 <cohuck@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1499863793-18627-11-git-send-email-thuth@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
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