On Thu, Dec 19, 2013 at 12:49:36PM -0000, Nigel Horne wrote: > Public bug reported: > > Git version f46e720a82ccdf1a521cf459448f3f96ed895d43 (and possibly > b91f93243bbe36dc436a64a662a9bbfb2362534a) fail to build under Linux > using gcc 4.8.1: > > block/iscsi.c: In function ‘iscsi_co_readv’: > block/iscsi.c:363:40: error: too many arguments to function > ‘iscsi_read10_task’ > iscsi_co_generic_cb, &iTask);
Thanks for reporting this bug. The fix will soon be merged into qemu.git, it's currently in my block subsystem tree: commit 219c252193862898430e5dea5efb7447877aaa85 Author: Stefan Weil <s...@weilnetz.de> Date: Tue Dec 17 08:57:10 2013 +0100 block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)