From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se9PU-0002xN-FV for qemu-devel@nongnu.org; Mon, 11 Jun 2012 14:32:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Se9PS-0001Xc-Ie for qemu-devel@nongnu.org; Mon, 11 Jun 2012 14:32:16 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:32958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se9PS-0001Wc-Bw for qemu-devel@nongnu.org; Mon, 11 Jun 2012 14:32:14 -0400 Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 11 Jun 2012 12:32:10 -0600 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 82E6E19D804E for ; Mon, 11 Jun 2012 18:32:00 +0000 (WET) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5BIVRT3103818 for ; Mon, 11 Jun 2012 12:31:33 -0600 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5BIWKOW008191 for ; Mon, 11 Jun 2012 12:32:20 -0600 Message-ID: <4FD6397E.4010902@us.ibm.com> Date: Mon, 11 Jun 2012 13:31:26 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4FD0EA80.1000302@msgid.tls.msk.ru> In-Reply-To: <4FD0EA80.1000302@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] iov* function rework (one more time) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel On 06/07/2012 12:53 PM, Michael Tokarev wrote: > The following changes since commit 083dbf489d1b0592e910ecfb90b3858c23e49ab7: > > target-microblaze: fix swx build breakage (2012-06-07 10:12:00 +0200) > > are available in the git repository at: > > git://git.corpit.ru/qemu.git mjt-iov > > for you to fetch changes up to 85c5ece9bc0bd30f0573e43d1ddd756154ac6849: > > rewrite iov_send_recv() and move it to iov.c (2012-06-07 21:22:54 +0400) Doesn't build: LINK qemu-ga cutils.o: In function `qemu_iovec_to_buf': /home/anthony/git/qemu/cutils.c:226: undefined reference to `iov_to_buf' cutils.o: In function `qemu_iovec_from_buf': /home/anthony/git/qemu/cutils.c:232: undefined reference to `iov_from_buf' cutils.o: In function `qemu_iovec_memset': /home/anthony/git/qemu/cutils.c:238: undefined reference to `iov_memset' collect2: ld returned 1 exit status make: *** [qemu-ga] Error 1 Not sure why you didn't see this. Are you not testing with a full build? Regards, Anthony Liguori