Re: [Xen-devel] [PATCH v3 0/2] Clear .bss for VP guests

From: Boris Ostrovsky
Date: Fri Feb 26 2016 - 10:38:49 EST


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