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