[Qemu-devel] Re: [PATCH 0/9] virtio-serial fixes, ABI updates

2010-03-21 Thread Amit Shah
On (Sun) Mar 21 2010 [15:47:53], Michael S. Tsirkin wrote: > On Fri, Mar 19, 2010 at 05:28:37PM +0530, Amit Shah wrote: > > Hello, > > > > This series fixes a few issues pointed out by Avi and Juan. Avi > > pointed out we should do full scatter/gather processing of guest data > > even if current (

[Qemu-devel] Re: [PATCH 0/9] virtio-serial fixes, ABI updates

2010-03-21 Thread Michael S. Tsirkin
On Fri, Mar 19, 2010 at 05:28:37PM +0530, Amit Shah wrote: > Hello, > > This series fixes a few issues pointed out by Avi and Juan. Avi > pointed out we should do full scatter/gather processing of guest data > even if current (well-behaved) guests don't send multiple iovs per > element. > > Juan