On 06/21/2018 12:53 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.
CC crypto/hmac-nettle.o
/tmp/qemu-test/src/nbd/client.c: In function
'nbd_negotiate_simple_meta_context':
/tmp/qemu-test/src/nbd/client.c:738:28: error: implicit declaration of function
'strchrnul'; did you mean 'strchr'? [-Werror=implicit-function-declaration]
uint32_t context_len = strchrnul(context, ';') - context;
^~~~~~~~~
strchr
If I keep the semicolon-separated string (which I really don't want to
do in v2), then I'd obviously have to rebase this on top of the proposed
patch adding qemu_strchrnul.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org