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 & 255, -1);
+               iov_memset(iov, niov, 0, 0xff, -1);


it is correct in the git tree but wrong in the last patch
(right value is 0xff, it is checked in other place to
ensure no "other" bytes are touched).

/mjt

Reply via email to