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

2012-04-02 Thread Michael Tokarev
Hello again.. Can we do something with this stuff, or should it finally die in peace? :) Thanks! /mjt On 20.03.2012 01:22, Michael Tokarev wrote: > This is my last attempt. It is pointless to bother so much > people with so much trivial stuff again and again and again. > > This is cleanup/con

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

2012-03-19 Thread Michael Tokarev
This is my last attempt. It is pointless to bother so much people with so much trivial stuff again and again and again. 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 numerou

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

2012-03-19 Thread Michael Tokarev
I pushed it all to git://git.corpit.ru/qemu.git mjt-iov Note there was a bug in last change of unit-test (in the last patch), -- again because I had to rewrite it so much times: --- b/test-iov.c +++ a/test-iov.c @@ -223 +223 @@ static void test_io(void) - iov_memset(iov, niov, 0, j

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

2012-03-16 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,