From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Subject: Re: [PATCH v7 01/32] xen/vcpu: add missing dummy_vcpu_info to compat VCPUOP_initialise Date: Mon, 5 Oct 2015 18:18:13 +0200 Message-ID: <5612A2C5.1080603@citrix.com> References: <1443800943-17668-1-git-send-email-roger.pau@citrix.com> <1443800943-17668-2-git-send-email-roger.pau@citrix.com> <5612677202000078000A805C@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zj8Sx-00056C-2U for xen-devel@lists.xenproject.org; Mon, 05 Oct 2015 16:18:19 +0000 In-Reply-To: <5612677202000078000A805C@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Andrew Cooper , Tim Deegan , Ian Campbell , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org El 05/10/15 a les 12.05, Jan Beulich ha escrit: >>>> On 02.10.15 at 17:48, wrote: >> --- a/xen/common/compat/domain.c >> +++ b/xen/common/compat/domain.c >> @@ -23,6 +23,8 @@ CHECK_SIZE_(struct, vcpu_info); >> CHECK_vcpu_register_vcpu_info; >> #undef xen_vcpu_register_vcpu_info >> >> +extern vcpu_info_t dummy_vcpu_info; > > This need to be put in a header included by both producer and > consumer, so the declaration can't go out of sync with the > definition (without causing build failure). Done. I've re-sent the patch individually. Roger.