qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PULL v2 0/8] Block layer patches


From: Max Reitz
Subject: Re: [Qemu-block] [PULL v2 0/8] Block layer patches
Date: Mon, 19 Sep 2016 23:17:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 19.09.2016 13:39, Peter Maydell wrote:
> On 17 September 2016 at 23:05, Max Reitz <address@hidden> 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, I'll fix it. Let's hope third time's a charm. :-/

Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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