On (Fri) 25 Mar 2011 [10:23:16], Juan Quintela wrote:
> Amit Shah wrote:
> > When a port returns an error for not consuming data, we can only handle
> > the -EAGAIN error type. Any other error isn't handled. Print out a
> > message indicating this and the error returned.
> >
> > Signed-off-by: A
Amit Shah wrote:
> When a port returns an error for not consuming data, we can only handle
> the -EAGAIN error type. Any other error isn't handled. Print out a
> message indicating this and the error returned.
>
> Signed-off-by: Amit Shah
> ---
> hw/virtio-serial-bus.c |2 ++
> 1 files cha