From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: "David Vrabel" <david.vrabel@citrix.com>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Brian Gerst" <brgerst@gmail.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
andrew.cooper3@citrix.com,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
mcgrof@kernel.org, xen-devel@lists.xenproject.org
Subject: Re: [Xen-devel] [PATCH v3 0/2] Clear .bss for VP guests
Date: Fri, 26 Feb 2016 10:38:45 -0500 [thread overview]
Message-ID: <56D07185.2050103@oracle.com> (raw)
In-Reply-To: <56D06EC3.2030505@citrix.com>
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
next prev parent reply other threads:[~2016-02-26 15:38 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-25 15:16 [PATCH v3 0/2] Clear .bss for VP guests Boris Ostrovsky
2016-02-25 15:16 ` [PATCH v3 1/2] xen/x86: Zero out .bss for PV guests Boris Ostrovsky
2016-02-25 15:16 ` Boris Ostrovsky
2016-02-25 16:12 ` Brian Gerst
2016-02-25 16:12 ` Brian Gerst
2016-02-25 15:16 ` [PATCH v3 2/2] xen/x86: Drop mode-selecting ifdefs in startup_xen() Boris Ostrovsky
2016-02-25 15:16 ` Boris Ostrovsky
2016-02-26 10:53 ` [PATCH v3 0/2] Clear .bss for VP guests Roger Pau Monné
2016-02-26 10:53 ` [Xen-devel] " Roger Pau Monné
2016-02-26 13:51 ` Boris Ostrovsky
2016-02-26 13:51 ` [Xen-devel] " Boris Ostrovsky
2016-02-26 14:42 ` Brian Gerst
2016-02-26 14:42 ` [Xen-devel] " Brian Gerst
2016-02-26 15:10 ` Boris Ostrovsky
2016-02-26 15:10 ` [Xen-devel] " Boris Ostrovsky
2016-02-26 15:12 ` David Vrabel
2016-02-26 15:12 ` [Xen-devel] " David Vrabel
2016-02-26 15:22 ` Roger Pau Monné
2016-02-26 15:22 ` [Xen-devel] " Roger Pau Monné
2016-02-26 15:26 ` David Vrabel
2016-02-26 15:38 ` Boris Ostrovsky
2016-02-26 15:38 ` Boris Ostrovsky [this message]
2016-02-26 15:26 ` David Vrabel
2016-02-26 15:30 ` [Xen-devel] " Boris Ostrovsky
2016-02-26 15:30 ` Boris Ostrovsky
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=56D07185.2050103@oracle.com \
--to=boris.ostrovsky@oracle.com \
--cc=andrew.cooper3@citrix.com \
--cc=brgerst@gmail.com \
--cc=david.vrabel@citrix.com \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/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.