[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 12/22] elfnotes: intorduce a new PHYS_ENTRY elfnote
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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |