Re: [Qemu-devel] [PATCHv4 00/11] cleanup/consolidate iovec functions

2012-03-16 Thread Paolo Bonzini
Il 15/03/2012 22:00, Michael Tokarev ha scritto: > This is cleanup/consolidation of iovec-related low-level > routines in qemu. > > The plan is to make library functions more understandable, > consistent and useful, and to drop numerous implementations > of the same thing. > > The patch changes p

[Qemu-devel] [PATCHv4 00/11] cleanup/consolidate iovec functions

2012-03-15 Thread Michael Tokarev
This is cleanup/consolidation of iovec-related low-level routines in qemu. The plan is to make library functions more understandable, consistent and useful, and to drop numerous implementations of the same thing. The patch changes prototypes of several iov and qiov functions to match each other,