[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v2 0/8] Block layer patches
From: |
Max Reitz |
Subject: |
Re: [Qemu-devel] [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
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PULL v2 0/8] Block layer patches, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 1/8] qemu-img: add the 'dd' subcommand, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 3/8] blockdev: prepare iSCSI block driver for dynamic loading, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 4/8] blockdev: Add dynamic generation of module_block.h, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 2/8] qemu-img: add skip option to dd, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 5/8] blockdev: Add dynamic module loading for block drivers, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 6/8] blockdev: Modularize nfs block driver, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 7/8] commit: get the overlay node before manipulating the backing chain, Max Reitz, 2016/09/17
- [Qemu-devel] [PULL v2 8/8] iotest 055: refactor and speed up, Max Reitz, 2016/09/17
- Re: [Qemu-devel] [PULL v2 0/8] Block layer patches, Peter Maydell, 2016/09/19
- Re: [Qemu-devel] [PULL v2 0/8] Block layer patches,
Max Reitz <=