From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8fe6-0005yw-1m for qemu-devel@nongnu.org; Fri, 16 Mar 2012 18:29:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8fe4-0005gl-Hb for qemu-devel@nongnu.org; Fri, 16 Mar 2012 18:29:13 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:45176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8fe4-0005gS-8o for qemu-devel@nongnu.org; Fri, 16 Mar 2012 18:29:12 -0400 Received: by wibhr17 with SMTP id hr17so1339924wib.10 for ; Fri, 16 Mar 2012 15:29:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4F63BEB3.9040803@redhat.com> Date: Fri, 16 Mar 2012 23:29:07 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1331933677-29628-1-git-send-email-mjt@msgid.tls.msk.ru> <1331933677-29628-4-git-send-email-mjt@msgid.tls.msk.ru> <4F63BAD4.9070106@redhat.com> <4F63BC09.1060507@msgid.tls.msk.ru> In-Reply-To: <4F63BC09.1060507@msgid.tls.msk.ru> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv5 03/11] rewrite iov_* functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel , Anthony Liguori Il 16/03/2012 23:17, Michael Tokarev ha scritto: >>> >> test-iov.c | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> > >> > Makefile changes missing. > *sigh* Which changes? > > I'm sorry but i ran past any sane time limits for this long ago. > > Come on, which ANOTHER changes do you guys need for all this TRIVIAL stuff ??? > Can you describe in a few words please? Changes to tests/Makefile that build test-iov.c and run it with "make check". Paolo