On Tue, Mar 29, 2016 at 09:52:11AM +0200, Cornelia Huck wrote:
> On Thu, 24 Mar 2016 17:56:49 +0000
> Stefan Hajnoczi <stefa...@redhat.com> wrote:
> > +void GCC_FMT_ATTR(2, 3) virtio_error(VirtIODevice *vdev, const char *fmt, 
> > ...)
> > +{
> > +    va_list ap;
> > +
> > +    va_start(ap, fmt);
> > +    error_vreport(fmt, ap);
> > +    va_end(ap);
> > +
> > +    vdev->broken = true;
> 
> We should set the NEEDS_RESET status flag for virtio-1 devices here, I
> think.

Will do, thanks.

Stefan

Attachment: signature.asc
Description: PGP signature

Reply via email to