Re: [Qemu-devel] [PATCH v4 07/11] pc-bios/s390-ccw: Add code for virtio feature negotiation

2017-07-12 Thread Thomas Huth
On 11.07.2017 16:23, Cornelia Huck wrote: > On Tue, 11 Jul 2017 15:56:33 +0200 > Thomas Huth wrote: > >> The upcoming virtio-net driver needs to negotiate some features, >> so we need the possibility to do this in the core virtio code. >> >> Signed-off-by: Thomas Huth

Re: [Qemu-devel] [PATCH v4 07/11] pc-bios/s390-ccw: Add code for virtio feature negotiation

2017-07-11 Thread Cornelia Huck
On Tue, 11 Jul 2017 15:56:33 +0200 Thomas Huth wrote: > The upcoming virtio-net driver needs to negotiate some features, > so we need the possibility to do this in the core virtio code. > > Signed-off-by: Thomas Huth > --- > pc-bios/s390-ccw/s390-ccw.h | 2

[Qemu-devel] [PATCH v4 07/11] pc-bios/s390-ccw: Add code for virtio feature negotiation

2017-07-11 Thread Thomas Huth
The upcoming virtio-net driver needs to negotiate some features, so we need the possibility to do this in the core virtio code. Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/s390-ccw.h | 2 ++ pc-bios/s390-ccw/virtio.c | 23 +--