Re: [Qemu-devel] [PATCH 3/7] virtio-net: handle virtio_net_handle_ctrl() error

2016-09-21 Thread Greg Kurz
On Wed, 21 Sep 2016 16:30:16 +0200 Cornelia Huck wrote: > On Wed, 21 Sep 2016 15:14:17 +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 > > --- > > hw/net/virtio

Re: [Qemu-devel] [PATCH 3/7] virtio-net: handle virtio_net_handle_ctrl() error

2016-09-21 Thread Cornelia Huck
On Wed, 21 Sep 2016 15:14:17 +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 > --- > hw/net/virtio-net.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > d