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
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
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
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,