Re: [Xen-devel] [PATCH RFC v1 09/13] elfnotes: intorduce a new PHYS_ENTRY elfnote

2015-06-23 Thread Jan Beulich
>>> On 23.06.15 at 11:40, wrote: > El 23/06/15 a les 11.35, Jan Beulich ha escrit: > On 22.06.15 at 18:11, wrote: >>> @@ -213,6 +214,9 @@ elf_errorstatus elf_xen_parse_note(struct elf_binary > *elf, >>> elf, note, sizeof(*parms->f_supported), i); >>> break; >>> >>

Re: [Xen-devel] [PATCH RFC v1 09/13] elfnotes: intorduce a new PHYS_ENTRY elfnote

2015-06-23 Thread Roger Pau Monné
El 23/06/15 a les 11.35, Jan Beulich ha escrit: On 22.06.15 at 18:11, wrote: >> @@ -213,6 +214,9 @@ elf_errorstatus elf_xen_parse_note(struct elf_binary >> *elf, >> elf, note, sizeof(*parms->f_supported), i); >> break; >> >> +case XEN_ELFNOTE_PHYS_ENTRY: >> +

Re: [Xen-devel] [PATCH RFC v1 09/13] elfnotes: intorduce a new PHYS_ENTRY elfnote

2015-06-23 Thread Jan Beulich
>>> On 22.06.15 at 18:11, wrote: > @@ -213,6 +214,9 @@ elf_errorstatus elf_xen_parse_note(struct elf_binary *elf, > elf, note, sizeof(*parms->f_supported), i); > break; > > +case XEN_ELFNOTE_PHYS_ENTRY: > +parms->phys_entry = val; I don't think I've seen th