From: Alex Williamson <alex.williamson@hp.com>
To: Keir Fraser <keir.fraser@citrix.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
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 [thread overview]
Message-ID: <1206628669.11305.31.camel@bling> (raw)
In-Reply-To: <1206544304.6825.5.camel@lappy>
[-- Attachment #1: Type: text/plain, Size: 1659 bytes --]
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 <keir.fraser@citrix.com>
> > # 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 <alex.williamson@hp.com>
> --
>
> 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 <xen/types.h>
> +#include <public/xen.h>
> #include <xen/hvm/save.h>
>
> 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 <assert.h>
> #include <inttypes.h>
>
> +#include <xen/xen.h>
> #include <xen/arch-ia64.h>
> #include <asm/bundle.h>
>
> 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 <errno.h>
> #include <inttypes.h>
>
> +#include <xen/xen.h>
> #include <xen/arch-ia64.h>
>
> #include "xg_private.h"
>
--
Alex Williamson HP Open Source & Linux Org.
[-- Attachment #2: ia64_build_fix.patch --]
[-- Type: text/x-patch, Size: 1009 bytes --]
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 <xen/types.h>
+#include <public/xen.h>
#include <xen/hvm/save.h>
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 <assert.h>
#include <inttypes.h>
+#include <xen/xen.h>
#include <xen/arch-ia64.h>
#include <asm/bundle.h>
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 <errno.h>
#include <inttypes.h>
+#include <xen/xen.h>
#include <xen/arch-ia64.h>
#include "xg_private.h"
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2008-03-27 14:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200803261016.m2QAGPsq017512@latara.uk.xensource.com>
2008-03-26 15:11 ` [PATCH] Re: [Xen-staging] [xen-unstable] Explicitly tag every anonymous aggregate in the public headers Alex Williamson
2008-03-27 14:37 ` Alex Williamson [this message]
2008-03-28 21:04 ` Alex Williamson
2008-03-28 21:47 ` Keir Fraser
2008-03-31 15:49 ` Alex Williamson
2008-03-31 16:21 ` Keir Fraser
2008-03-31 16:28 ` Alex Williamson
2008-03-28 22:37 ` Keir Fraser
2008-03-28 22:55 ` Alex Williamson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1206628669.11305.31.camel@bling \
--to=alex.williamson@hp.com \
--cc=keir.fraser@citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.