* [virtio-dev] Re: [Qemu-devel] [PATCH v9 0/8] virtio-balloon: free page hint support
[not found] <154230782139.21.15647395935691674416@c26723477dc9>
@ 2018-11-16 1:38 ` Wei Wang
0 siblings, 0 replies; only message in thread
From: Wei Wang @ 2018-11-16 1:38 UTC (permalink / raw)
To: qemu-devel
Cc: famz, virtio-dev, mst, quintela, dgilbert, liliang.opensource,
peterx, pbonzini, nilal
On 11/16/2018 02:50 AM, no-reply@patchew.org wrote:
> Hi,
>
> This series failed docker-quick@centos7 build test. Please find the testing commands and
> their output below. If you have Docker installed, you can probably reproduce it
> locally.
>
> CC net/filter.o
> CC net/filter-buffer.o
> CC net/filter-mirror.o
> CC net/colo-compare.o
> /tmp/qemu-test/src/migration/rdma.c: In function 'qemu_rdma_accept':
> /tmp/qemu-test/src/migration/rdma.c:3353:5: error: implicit declaration of function 'migrate_postcopy' [-Werror=implicit-function-declaration]
> if (migrate_postcopy() && !rdma->is_return_path) {
> ^
> /tmp/qemu-test/src/migration/rdma.c:3353:5: error: nested extern declaration of 'migrate_postcopy' [-Werror=nested-externs]
> cc1: all warnings being treated as errors
> make: *** [migration/rdma.o] Error 1
> make: *** Waiting for unfinished jobs....
This is caused by missing "migration/misc.h" in rdma.c, since we moved
the migrate_postcopy() declaration there. I'll add it.
Best,
Wei
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] only message in thread