diff mbox

[PATCHv5,00/11] cleanup/consolidate iovec functions

Message ID 4F67A4C0.8010002@msgid.tls.msk.ru
State New
Headers show

Commit Message

Michael Tokarev March 19, 2012, 9:27 p.m. UTC
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:



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
diff mbox

Patch

--- 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);