Re: [PATCH V2 net] virtio-net: validate features during probe

2014-11-19 Thread David Miller
From: Jason Wang Date: Wed, 19 Nov 2014 17:21:46 +0800 > More compact, looks good. Thanks I am assuming there is therefore a V3 of this patch forthcoming. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordo

Re: [PATCH V2 net] virtio-net: validate features during probe

2014-11-19 Thread Jason Wang
On 11/19/2014 04:54 PM, Cornelia Huck wrote: > On Wed, 19 Nov 2014 15:21:29 +0800 > Jason Wang wrote: > >> This patch validates feature dependencies during probe and fail the probing >> if a dependency is missed. This fixes the issues of hitting BUG() >> when qemu fails to advertise features corre

Re: [PATCH V2 net] virtio-net: validate features during probe

2014-11-19 Thread Michael S. Tsirkin
On Wed, Nov 19, 2014 at 03:21:29PM +0800, Jason Wang wrote: > This patch validates feature dependencies during probe and fail the probing > if a dependency is missed. This fixes the issues of hitting BUG() > when qemu fails to advertise features correctly. One example is booting > guest with ctrl_v

Re: [PATCH V2 net] virtio-net: validate features during probe

2014-11-19 Thread Cornelia Huck
On Wed, 19 Nov 2014 15:21:29 +0800 Jason Wang wrote: > This patch validates feature dependencies during probe and fail the probing > if a dependency is missed. This fixes the issues of hitting BUG() > when qemu fails to advertise features correctly. One example is booting > guest with ctrl_vq=off

[PATCH V2 net] virtio-net: validate features during probe

2014-11-18 Thread Jason Wang
This patch validates feature dependencies during probe and fail the probing if a dependency is missed. This fixes the issues of hitting BUG() when qemu fails to advertise features correctly. One example is booting guest with ctrl_vq=off through qemu. Cc: Rusty Russell Cc: Michael S. Tsirkin Cc: