From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933340AbcBZPip (ORCPT ); Fri, 26 Feb 2016 10:38:45 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:31230 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932737AbcBZPio (ORCPT ); Fri, 26 Feb 2016 10:38:44 -0500 Subject: Re: [Xen-devel] [PATCH v3 0/2] Clear .bss for VP guests To: David Vrabel , =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= , Brian Gerst References: <1456413395-7679-1-git-send-email-boris.ostrovsky@oracle.com> <56D02EAA.4090200@citrix.com> <56D0587C.7080607@oracle.com> <56D06AD9.6090200@oracle.com> <56D06DA1.1050003@citrix.com> <56D06EC3.2030505@citrix.com> Cc: Konrad Rzeszutek Wilk , andrew.cooper3@citrix.com, Linux Kernel Mailing List , mcgrof@kernel.org, xen-devel@lists.xenproject.org From: Boris Ostrovsky Message-ID: <56D07185.2050103@oracle.com> Date: Fri, 26 Feb 2016 10:38:45 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <56D06EC3.2030505@citrix.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/26/2016 10:26 AM, David Vrabel wrote: > > The tools support loading bzImages, not just ELF images. We load them as ELF images though, I believe, after uncompressing. E.g.: static int xc_dom_load_bzimage_kernel(struct xc_dom_image *dom) { return elf_loader.loader(dom); } -boris