Re: [Qemu-devel] [RFC PATCH v2 7/8] pc-bios/s390-ccw: Add virtio-net driver code

2017-07-10 Thread Cornelia Huck
On Mon, 10 Jul 2017 13:23:07 +0200 Thomas Huth wrote: > On 07.07.2017 14:37, Cornelia Huck wrote: > > On Fri, 7 Jul 2017 12:27:03 +0200 > > Thomas Huth wrote: > > > >> The driver provides the recv() and send() functions which will > >> be required by SLOF's libnet code for receiving and send

Re: [Qemu-devel] [RFC PATCH v2 7/8] pc-bios/s390-ccw: Add virtio-net driver code

2017-07-10 Thread Thomas Huth
On 07.07.2017 14:37, Cornelia Huck wrote: > On Fri, 7 Jul 2017 12:27:03 +0200 > Thomas Huth wrote: > >> The driver provides the recv() and send() functions which will >> be required by SLOF's libnet code for receiving and sending >> packets. [...] >> +int virtio_net_init(void *mac_addr) >> +{ >>

Re: [Qemu-devel] [RFC PATCH v2 7/8] pc-bios/s390-ccw: Add virtio-net driver code

2017-07-07 Thread Cornelia Huck
On Fri, 7 Jul 2017 12:27:03 +0200 Thomas Huth wrote: > The driver provides the recv() and send() functions which will > be required by SLOF's libnet code for receiving and sending > packets. No thorough review yet, only some things I noticed. > > Signed-off-by: Thomas Huth > --- > pc-bios/s

[Qemu-devel] [RFC PATCH v2 7/8] pc-bios/s390-ccw: Add virtio-net driver code

2017-07-07 Thread Thomas Huth
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 --- pc-bios/s390-ccw/netboot.mak | 2 +- pc-bios/s390-ccw/virtio-net.c | 130 ++ pc-bios/s390-