On 11/15/18 3:02 AM, no-re...@patchew.org wrote:
Hi,

This series failed docker-mingw@fedora build test. Please find the testing 
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

Message-id: 20181115020334.1189829-1-ebl...@redhat.com
Type: series
Subject: [Qemu-devel] [PATCH v2 for-4.0 00/13] block: byte-based blocking 
read/write


/tmp/qemu-test/src/block/qcow2-cluster.c: In function 
'qcow2_decompress_cluster':
/tmp/qemu-test/src/block/qcow2-cluster.c:1630:15: error: implicit declaration 
of function 'bdrv_read'; did you mean 'bdrv_pread'? 
[-Werror=implicit-function-declaration]
          ret = bdrv_read(bs->file, coffset >> 9, s->cluster_data,
                ^~~~~~~~~
                bdrv_pread
/tmp/qemu-test/src/block/qcow2-cluster.c:1630:15: error: nested extern 
declaration of 'bdrv_read' [-Werror=nested-externs]

False positive - for some reason, patchew didn't properly follow my Based-on tags that this depends on Kevin's block-next branch:

Based-on: <20181114210548.1098207-1-ebl...@redhat.com>
[file-posix: Better checks of 64-bit copy_range]
Based-on: <20181101182738.70462-1-vsement...@virtuozzo.com>
[0/7 qcow2 decompress in threads] - more specifically, on Kevin's block-next 
branch


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Reply via email to