Re: [PATCH v2] multiboot2: clarify usage of the address tag

2018-06-08 Thread Daniel Kiper
On Fri, Jun 08, 2018 at 12:08:22PM +0200, Roger Pau Monné wrote: > On Fri, Jun 08, 2018 at 11:35:52AM +0200, Daniel Kiper wrote: > > On Thu, Jun 07, 2018 at 05:59:06PM +0200, Roger Pau Monne wrote: > > > Add a note to spell out that if the address tag is not present the > > > file should be loaded

Re: [PATCH v2] multiboot2: clarify usage of the address tag

2018-06-08 Thread Roger Pau Monné
On Fri, Jun 08, 2018 at 11:35:52AM +0200, Daniel Kiper wrote: > On Thu, Jun 07, 2018 at 05:59:06PM +0200, Roger Pau Monne wrote: > > Add a note to spell out that if the address tag is not present the > > file should be loaded using the elf header. > > > > Signed-off-by: Roger Pau Monné > > --- > >

Re: [PATCH v2] multiboot2: clarify usage of the address tag

2018-06-08 Thread Daniel Kiper
On Thu, Jun 07, 2018 at 05:59:06PM +0200, Roger Pau Monne wrote: > Add a note to spell out that if the address tag is not present the > file should be loaded using the elf header. > > Signed-off-by: Roger Pau Monné > --- > Cc: Daniel Kiper > Cc: xen-de...@lists.xenproject.org > --- > Changes sinc