qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v9 0/8] virtio-balloon: free page hint support


From: Wei Wang
Subject: Re: [Qemu-devel] [PATCH v9 0/8] virtio-balloon: free page hint support
Date: Fri, 16 Nov 2018 09:38:40 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 11/16/2018 02:50 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      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



reply via email to

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