qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] postcopy-ram: add a stub for postcopy_request_s


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH] postcopy-ram: add a stub for postcopy_request_shared_page
Date: Wed, 21 Mar 2018 10:22:34 +0800
User-agent: Mutt/1.9.2 (2017-12-15)

On Wed, 03/21 04:03, Michael S. Tsirkin wrote:
> On Wed, Mar 21, 2018 at 09:25:30AM +0800, Fam Zheng wrote:
> > On Tue, 03/20 12:34, address@hidden wrote:
> > > /tmp/qemu-test/src/migration/postcopy-ram.c:787:41: error: 'struct 
> > > PostCopyFD' declared inside parameter list will not be visible outside of 
> > > this definition or declaration [-Werror]
> > >  int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb,
> > >                                          ^~~~~~~~~~
> > > /tmp/qemu-test/src/migration/postcopy-ram.c:787:5: error: no previous 
> > > prototype for 'postcopy_request_shared_page' [-Werror=missing-prototypes]
> > >  int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb,
> > >      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > cc1: all warnings being treated as errors
> > 
> > Is a "#include ..." line missing?
> > 
> > Fam
> 
> This patch isn't against mainline.

OK! BTW there is a syntax for patchew to attempt a different base than master:

Based-on: <the-base-series-cover-letter-messge-id>




reply via email to

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