qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v3 0/8] Block layer patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v3 0/8] Block layer patches
Date: Tue, 20 Sep 2016 12:47:31 +0100

On 19 September 2016 at 22:45, Max Reitz <address@hidden> wrote:
> The following changes since commit 33e1666b4289313306371fee0740f5c85517e406:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' 
> into staging (2016-09-19 18:06:52 +0100)
>
> are available in the git repository at:
>
>   git://github.com/XanClic/qemu.git tags/pull-block-2016-09-19
>
> for you to fetch changes up to 203bfabbcc0d681ebb4a8f0a0d08b077d4e53eae:
>
>   iotest 055: refactor and speed up (2016-09-19 23:13:40 +0200)
>
> ----------------------------------------------------------------
> Block patches for 2.8
>


This still has the same w32 build failure:

  CC    block.o
/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]