[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
El 03/07/15 a les 12.36, David Vrabel ha escrit: > 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. Yes, I've realized about this error yesterday. Not sure why I didn't catch it my test build, I think NFS was playing dirty tricks behind me... Anyway, I will send an updated version today with this fixed. Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |