On 01/07/15 15:46, Roger Pau Monne wrote:
> This new elfnote contains the 32bit entry point into the kernel. Xen will
> use this entry point in order to launch the guest kernel in 32bit protected
> mode with paging disabled.
[...]
> --- a/tools/xcutils/readnotes.c
> +++ b/tools/xcutils/readnotes.c
> @@ -159,6 +159,9 @@ static unsigned print_notes(struct elf_binary *elf, 
> ELF_HANDLE_DECL(elf_note) st
>               case XEN_ELFNOTE_L1_MFN_VALID:
>                       print_l1_mfn_valid_note("L1_MFN_VALID", elf , note);
>                       break;
> +             case XEN_ELFNOTE_PHYS_ENTRY:
> +                     print_numeric_note("PHYS_ENTRY", elf , note);
> +                     break;

I assume this is supposed to be XEN_ELFNOTE_PHYS32_ENTRY?  It doesn't
build otherwise.

David

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to