From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: [patch 0/5] libelf: new elf parser for xen Date: Tue, 23 Jan 2007 15:53:44 +0100 Message-ID: <20070123145344.754866428@suse.de> Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: ack@xensource.com List-Id: xen-devel@lists.xenproject.org Hi, These patches add a new elf parser to xen. It can be used by both xen kernel (dom0 builder) and the tools (domU builder). The first patch adds the code to the tree, the following patches put it into use. Detailed descriptions come with the individual patches. The elf/linux domain builder rewrite comming ReallySoonNow[tm] will use the new elf parser as well. cheers, Gerd