All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Hollis Blanchard <hollisb@us.ibm.com>
Cc: Jimi Xenidis <jimix@watson.ibm.com>,
	xen-devel <xen-devel@lists.xensource.com>,
	Ian Campbell <Ian.Campbell@xensource.com>
Subject: Re: [POWERPC/IA64] Updates required due to loader changes
Date: Thu, 24 Aug 2006 14:16:03 -0600	[thread overview]
Message-ID: <1156450563.5591.17.camel@lappy> (raw)
In-Reply-To: <1156356541.7960.49.camel@basalt.austin.ibm.com>

On Wed, 2006-08-23 at 13:09 -0500, Hollis Blanchard wrote:
> On Wed, 2006-08-23 at 18:44 +0100, Ian Campbell wrote:
> > Does it make sense to add a token set of ELF notes to your kernels? I
> > think XEN_VERSION, GUEST_OS and GUEST_VERSION would do the job...
> 
> I don't have any objection in principle.

   I don't have any objection to it either.  As Tristan mentioned for
ia64, we don't actually build the code in the proposed ia64 patch, so I
think we'll be fine for the moment.  One problem though is that
readnote.c will fail to build on all non-x86 architectures.  The patch
below makes it build, but I haven't actually tested the functionality.
PPC may want something similar.  Ian, could you commit this?  Thanks,

	Alex

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---

diff -r d5eb5205ff35 tools/xcutils/readnotes.c
--- a/tools/xcutils/readnotes.c	Thu Aug 24 16:25:49 2006 +0100
+++ b/tools/xcutils/readnotes.c	Thu Aug 24 14:12:45 2006 -0600
@@ -22,7 +22,7 @@ typedef Elf32_Nhdr Elf_Nhdr;
 typedef Elf32_Nhdr Elf_Nhdr;
 typedef Elf32_Half Elf_Half;
 typedef Elf32_Word Elf_Word;
-#elif defined(__x86_64__)
+#elif defined(__x86_64__) || defined(__ia64__)
 typedef Elf64_Ehdr Elf_Ehdr;
 typedef Elf64_Nhdr Elf_Nhdr;
 typedef Elf64_Half Elf_Half;

  parent reply	other threads:[~2006-08-24 20:16 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-23 14:00 [POWERPC/IA64] Updates required due to loader changes Ian Campbell
2006-08-23 14:36 ` Ian Campbell
2006-08-23 14:49   ` Tristan Gingold
2006-08-23 18:20     ` Ian Campbell
2006-08-23 17:44   ` Ian Campbell
2006-08-23 18:09     ` Hollis Blanchard
2006-08-23 18:20       ` Ian Campbell
2006-08-24 20:16       ` Alex Williamson [this message]
2006-08-24 20:29         ` Hollis Blanchard
2006-08-25  3:21           ` Horms
2006-08-25  9:42             ` Ian Campbell
2006-08-25 16:05               ` Hollis Blanchard
2006-08-26  8:56               ` Horms
2006-08-23 18:29 ` Hollis Blanchard
2006-08-24  2:17 ` Horms
2006-08-24  7:12   ` Ian Campbell
2006-08-24  8:11     ` Horms
2006-08-24 14:24       ` Ian Campbell

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=1156450563.5591.17.camel@lappy \
    --to=alex.williamson@hp.com \
    --cc=Ian.Campbell@xensource.com \
    --cc=hollisb@us.ibm.com \
    --cc=jimix@watson.ibm.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.