From: "Christoph Egger" <Christoph.Egger@amd.com>
To: xen-devel@lists.xensource.com
Cc: Gerd Hoffmann <kraxel@suse.de>, ack@xensource.com
Subject: Re: [patch 1/5] add libelf: an ELF binary parser library.
Date: Tue, 23 Jan 2007 16:27:53 +0100 [thread overview]
Message-ID: <200701231627.54126.Christoph.Egger@amd.com> (raw)
In-Reply-To: <20070123145408.909708619@suse.de>
On Tuesday 23 January 2007 15:53, Gerd Hoffmann wrote:
[...]
> Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
> ---
> tools/libxc/xc_elf.h | 525
> ----------------------------------- xen/arch/x86/boot/mkelf32.c |
> 2
> xen/common/Makefile | 2
> xen/common/libelf/Makefile | 4
> xen/common/libelf/README | 1
> xen/common/libelf/libelf-dominfo.c | 420 ++++++++++++++++++++++++++++
> xen/common/libelf/libelf-loader.c | 156 ++++++++++
> xen/common/libelf/libelf-private.h | 51 +++
> xen/common/libelf/libelf-relocate.c | 345 +++++++++++++++++++++++
> xen/common/libelf/libelf-tools.c | 225 +++++++++++++++
> xen/include/public/elfstructs.h | 527
[...]
How about putting libelf into xen/lib/libelf ?
When we also move the libc files from xen/common/
to xen/lib/libc, then we have this structure:
xen/lib/libelf
xen/lib/libc
This is a better structured IMO.
Christoph Egger
next prev parent reply other threads:[~2007-01-23 15:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-23 14:53 [patch 0/5] libelf: new elf parser for xen Gerd Hoffmann
2007-01-23 14:53 ` [patch 1/5] add libelf: an ELF binary parser library Gerd Hoffmann
2007-01-23 15:27 ` Christoph Egger [this message]
2007-01-23 19:03 ` Emmanuel Ackaouy
2007-01-24 8:34 ` Gerd Hoffmann
2007-01-23 14:53 ` [patch 2/5] libelf: use for x86 dom0 builder Gerd Hoffmann
2007-01-23 19:10 ` Emmanuel Ackaouy
2007-01-24 8:41 ` Gerd Hoffmann
2007-01-24 21:00 ` Emmanuel Ackaouy
2007-01-25 7:59 ` Gerd Hoffmann
2007-01-23 14:53 ` [patch 3/5] libelf: add to libxc Gerd Hoffmann
2007-01-23 14:53 ` [patch 4/5] libelf: use for hvm builder Gerd Hoffmann
2007-01-23 14:53 ` [patch 5/5] libelf: use for readnotes utility Gerd Hoffmann
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=200701231627.54126.Christoph.Egger@amd.com \
--to=christoph.egger@amd.com \
--cc=ack@xensource.com \
--cc=kraxel@suse.de \
--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.