From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH] Re: [Xen-staging] [xen-unstable] Explicitly tag every anonymous aggregate in the public headers. Date: Thu, 27 Mar 2008 08:37:49 -0600 Message-ID: <1206628669.11305.31.camel@bling> References: <200803261016.m2QAGPsq017512@latara.uk.xensource.com> <1206544304.6825.5.camel@lappy> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-EtvgW8pHz2A8uGoWStd5" Return-path: In-Reply-To: <1206544304.6825.5.camel@lappy> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org --=-EtvgW8pHz2A8uGoWStd5 Content-Type: text/plain Content-Transfer-Encoding: 7bit resend On Wed, 2008-03-26 at 09:11 -0600, Alex Williamson wrote: > On Wed, 2008-03-26 at 10:16 +0000, Xen staging patchbot-unstable wrote: > > # HG changeset patch > > # User Keir Fraser > > # Date 1206526490 0 > > # Node ID 5d25187bac941611a8a836b668a398a72df0afb0 > > # Parent 966c04d42e94546287a1145c82e13073f28ef116 > > Explicitly tag every anonymous aggregate in the public headers. > > ia64 build fix. > > Signed-off-by: Alex Williamson > -- > > diff -r b6d15be09aec xen/arch/ia64/vmx/save.c > --- a/xen/arch/ia64/vmx/save.c Wed Mar 26 14:05:36 2008 +0000 > +++ b/xen/arch/ia64/vmx/save.c Wed Mar 26 09:08:42 2008 -0600 > @@ -21,6 +21,7 @@ > */ > > #include > +#include > #include > > void arch_hvm_save(struct domain *d, struct hvm_save_header *hdr) > diff -r b6d15be09aec xen/arch/ia64/xen/dom_fw_common.c > --- a/xen/arch/ia64/xen/dom_fw_common.c Wed Mar 26 14:05:36 2008 +0000 > +++ b/xen/arch/ia64/xen/dom_fw_common.c Wed Mar 26 09:08:42 2008 -0600 > @@ -20,6 +20,7 @@ > #include > #include > > +#include > #include > #include > > diff -r b6d15be09aec xen/arch/ia64/xen/dom_fw_domu.c > --- a/xen/arch/ia64/xen/dom_fw_domu.c Wed Mar 26 14:05:36 2008 +0000 > +++ b/xen/arch/ia64/xen/dom_fw_domu.c Wed Mar 26 09:08:42 2008 -0600 > @@ -37,6 +37,7 @@ > #include > #include > > +#include > #include > > #include "xg_private.h" > -- Alex Williamson HP Open Source & Linux Org. --=-EtvgW8pHz2A8uGoWStd5 Content-Disposition: attachment; filename=ia64_build_fix.patch Content-Type: text/x-patch; name=ia64_build_fix.patch; charset=utf-8 Content-Transfer-Encoding: 7bit diff -r b6d15be09aec xen/arch/ia64/vmx/save.c --- a/xen/arch/ia64/vmx/save.c Wed Mar 26 14:05:36 2008 +0000 +++ b/xen/arch/ia64/vmx/save.c Wed Mar 26 09:08:42 2008 -0600 @@ -21,6 +21,7 @@ */ #include +#include #include void arch_hvm_save(struct domain *d, struct hvm_save_header *hdr) diff -r b6d15be09aec xen/arch/ia64/xen/dom_fw_common.c --- a/xen/arch/ia64/xen/dom_fw_common.c Wed Mar 26 14:05:36 2008 +0000 +++ b/xen/arch/ia64/xen/dom_fw_common.c Wed Mar 26 09:08:42 2008 -0600 @@ -20,6 +20,7 @@ #include #include +#include #include #include diff -r b6d15be09aec xen/arch/ia64/xen/dom_fw_domu.c --- a/xen/arch/ia64/xen/dom_fw_domu.c Wed Mar 26 14:05:36 2008 +0000 +++ b/xen/arch/ia64/xen/dom_fw_domu.c Wed Mar 26 09:08:42 2008 -0600 @@ -37,6 +37,7 @@ #include #include +#include #include #include "xg_private.h" --=-EtvgW8pHz2A8uGoWStd5 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --=-EtvgW8pHz2A8uGoWStd5--