qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [Qemu-devel] [PATCH] nbd/client: add x-block-status hac


From: Eric Blake
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH] nbd/client: add x-block-status hack for testing server
Date: Fri, 29 Jun 2018 10:53:39 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 06/21/2018 12:53 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.

   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



reply via email to

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