Re: [Xen-devel] [PATCH v11 01/13] x86: add multiboot2 protocol support

2017-01-10 Thread Doug Goldstein
On 1/10/17 2:38 AM, Jan Beulich wrote: On 10.01.17 at 02:21, wrote: >> On 12/5/16 4:25 PM, Daniel Kiper wrote: >>> +/* Flags set in the 'flags' member of the multiboot header. */ >>> +#define MULTIBOOT2_TAG_TYPE_END0 >>> +#define MULTIBOOT2_TAG_TYPE_CMDLINE

Re: [Xen-devel] [PATCH v11 01/13] x86: add multiboot2 protocol support

2017-01-10 Thread Jan Beulich
>>> On 10.01.17 at 02:21, wrote: > On 12/5/16 4:25 PM, Daniel Kiper wrote: >> +/* Flags set in the 'flags' member of the multiboot header. */ >> +#define MULTIBOOT2_TAG_TYPE_END 0 >> +#define MULTIBOOT2_TAG_TYPE_CMDLINE 1 >> +#define MULTIBOOT2_TAG_TYPE

Re: [Xen-devel] [PATCH v11 01/13] x86: add multiboot2 protocol support

2017-01-09 Thread Doug Goldstein
On 12/5/16 4:25 PM, Daniel Kiper wrote: > Add multiboot2 protocol support. Alter min memory limit handling as we > now may not find it from either multiboot (v1) or multiboot2. > > This way we are laying the foundation for EFI + GRUB2 + Xen development. > > Signed-off-by: Daniel Kiper > Reviewed