qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v2 00/22] QMP: out-of-band (OOB) execution support


From: Peter Xu
Subject: Re: [Qemu-devel] [RFC v2 00/22] QMP: out-of-band (OOB) execution support
Date: Fri, 29 Sep 2017 12:14:33 +0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Sep 28, 2017 at 08:58:25PM -0700, address@hidden wrote:
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c: In function 
> ‘monitor_io_thread_init’:
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4286:32: error: implicit 
> declaration of function ‘iothread_create’ 
> [-Werror=implicit-function-declaration]
>      mon_global.mon_io_thread = iothread_create("monitor_io_thr",
>                                 ^~~~~~~~~~~~~~~
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4286:5: error: nested 
> extern declaration of ‘iothread_create’ [-Werror=nested-externs]
>      mon_global.mon_io_thread = iothread_create("monitor_io_thr",
>      ^~~~~~~~~~
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4286:30: error: assignment 
> makes pointer from integer without a cast [-Werror=int-conversion]
>      mon_global.mon_io_thread = iothread_create("monitor_io_thr",
>                               ^
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c: In function 
> ‘monitor_io_thread_destroy’:
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4420:5: error: implicit 
> declaration of function ‘iothread_destroy’ 
> [-Werror=implicit-function-declaration]
>      iothread_destroy(mon_global.mon_io_thread);
>      ^~~~~~~~~~~~~~~~
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4420:5: error: nested 
> extern declaration of ‘iothread_destroy’ [-Werror=nested-externs]
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c: In function 
> ‘monitor_cleanup’:
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4433:5: error: implicit 
> declaration of function ‘iothread_stop’ 
> [-Werror=implicit-function-declaration]
>      iothread_stop(mon_global.mon_io_thread);
>      ^~~~~~~~~~~~~
> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4433:5: error: nested 
> extern declaration of ‘iothread_stop’ [-Werror=nested-externs]
> cc1: all warnings being treated as errors
> /var/tmp/patchew-tester-tmp-hw4oylij/src/rules.mak:66: recipe for target 
> 'monitor.o' failed
> make[1]: *** [monitor.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> Makefile:327: recipe for target 'subdir-arm-softmmu' failed
> make: *** [subdir-arm-softmmu] Error 2
> === OUTPUT END ===
> 
> Test command exited with code: 2

This is because the iothread series that this series used has not yet
been pushed to master.

-- 
Peter Xu



reply via email to

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