From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH RFC] add domain builder support for bzImage kernels Date: Mon, 18 Jun 2007 11:47:02 +0200 Message-ID: <46765496.8070603@redhat.com> References: <4672C510.3070208@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4672C510.3070208@goop.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Jeremy Fitzhardinge Cc: Virtualization Mailing List , Keir Fraser , Xen-devel , "Eric W. Biederman" , "H. Peter Anvin" List-Id: virtualization@lists.linuxfoundation.org Hi, > + if ( dom->parms.bsd_symtab ) > + xc_dom_load_elf_symtab(dom, elf, 1); You can just drop that. The elf symtab stuff is used by BSD kernels only, it is never ever used with Linux and thus not required for the (linux-only) bzImage loader. cheers, Gerd