On 11/15/18 3:02 AM, [email protected] 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: [email protected]
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: <[email protected]>
[file-posix: Better checks of 64-bit copy_range]
Based-on: <[email protected]>
[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