On 17 September 2016 at 23:05, Max Reitz <mre...@redhat.com> wrote: > The following changes since commit e3571ae30cd26d19efd4554c25e32ef64d6a36b3: > > Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160916' into > staging (2016-09-16 16:54:50 +0100) > > are available in the git repository at: > > git://github.com/XanClic/qemu.git tags/pull-block-2016-09-17 > > for you to fetch changes up to 61601533ace153922fec04460f0b9b168b244968: > > iotest 055: refactor and speed up (2016-09-17 23:51:18 +0200) > > ---------------------------------------------------------------- > Block patches for 2.8
I'm afraid this fails to build with the win32 compiler: /home/petmay01/linaro/qemu-for-merges/block.c: In function ‘bdrv_find_format’: /home/petmay01/linaro/qemu-for-merges/block.c:270:19: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] for (i = 0; i < ARRAY_SIZE(block_driver_modules); ++i) { ^ /home/petmay01/linaro/qemu-for-merges/block.c: In function ‘bdrv_find_protocol’: /home/petmay01/linaro/qemu-for-merges/block.c:542:19: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] for (i = 0; i < ARRAY_SIZE(block_driver_modules); ++i) { ^ cc1: all warnings being treated as errors thanks -- PMM