Re: [Qemu-devel] [PATCH v2 5/9] virtio-net: handle virtio_net_handle_ctrl() error

2016-09-23 Thread Stefan Hajnoczi
On Wed, Sep 21, 2016 at 06:57:29PM +0200, Greg Kurz wrote: > This error is caused by a buggy guest: let's switch the device to the > broken state instead of terminating QEMU. > > Signed-off-by: Greg Kurz > --- > v2: - s/return/break in virtio_net_handle_ctrl() for consistency's

Re: [Qemu-devel] [PATCH v2 5/9] virtio-net: handle virtio_net_handle_ctrl() error

2016-09-22 Thread Cornelia Huck
On Wed, 21 Sep 2016 18:57:29 +0200 Greg Kurz wrote: > This error is caused by a buggy guest: let's switch the device to the > broken state instead of terminating QEMU. > > Signed-off-by: Greg Kurz > --- > v2: - s/return/break in virtio_net_handle_ctrl() for

[Qemu-devel] [PATCH v2 5/9] virtio-net: handle virtio_net_handle_ctrl() error

2016-09-21 Thread Greg Kurz
This error is caused by a buggy guest: let's switch the device to the broken state instead of terminating QEMU. Signed-off-by: Greg Kurz --- v2: - s/return/break in virtio_net_handle_ctrl() for consistency's sake --- hw/net/virtio-net.c |4 ++-- 1 file changed, 2