qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 for-4.0 00/13] block: byte-based blocking rea


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 for-4.0 00/13] block: byte-based blocking read/write
Date: Thu, 15 Nov 2018 07:09:12 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 11/15/18 3:02 AM, address@hidden wrote:
Hi,

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

Message-id: address@hidden
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: <address@hidden>
[file-posix: Better checks of 64-bit copy_range]
Based-on: <address@hidden>
[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

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