qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Michael Tokarev
Subject: Re: [Qemu-devel] [PATCHv5 00/11] cleanup/consolidate iovec functions
Date: Tue, 20 Mar 2012 01:27:28 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:8.0) Gecko/20120216 Icedove/8.0

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

[Prev in Thread] Current Thread [Next in Thread]