[Qemu-devel] Re: [PATCH v2] virtio-serial: Print out reason for aborting before calling abort()

2011-03-25 Thread Amit Shah
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

[Qemu-devel] Re: [PATCH v2] virtio-serial: Print out reason for aborting before calling abort()

2011-03-25 Thread Juan Quintela
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