Re: [Xen-devel] [PATCH v14 4/9] x86: add multiboot2 protocol support for EFI platforms

2017-02-08 Thread Jan Beulich
>>> On 08.02.17 at 14:44, wrote: > On Mon, Feb 06, 2017 at 03:18:53AM -0700, Jan Beulich wrote: >> >>> On 02.02.17 at 23:01, wrote: >> > bad_cpu: >> > mov $(sym_phys(.Lbad_cpu_msg)),%esi # Error message >> > -jmp print_err >> > +jmp .Lget_vtb >> > not_multib

Re: [Xen-devel] [PATCH v14 4/9] x86: add multiboot2 protocol support for EFI platforms

2017-02-08 Thread Daniel Kiper
On Mon, Feb 06, 2017 at 03:18:53AM -0700, Jan Beulich wrote: > >>> On 02.02.17 at 23:01, wrote: > > This way Xen can be loaded on EFI platforms using GRUB2 and > > other boot loaders which support multiboot2 protocol. > > > > Signed-off-by: Daniel Kiper > > --- > > v14 - suggestions/fixes: > >

Re: [Xen-devel] [PATCH v14 4/9] x86: add multiboot2 protocol support for EFI platforms

2017-02-06 Thread Jan Beulich
>>> On 02.02.17 at 23:01, wrote: > This way Xen can be loaded on EFI platforms using GRUB2 and > other boot loaders which support multiboot2 protocol. > > Signed-off-by: Daniel Kiper > --- > v14 - suggestions/fixes: > - mark .init.data section as writable; by the way we must change > s

Re: [Xen-devel] [PATCH v14 4/9] x86: add multiboot2 protocol support for EFI platforms

2017-02-03 Thread Jan Beulich
>>> On 02.02.17 at 23:43, wrote: > /* > - * Now trampoline_phys points to the following structure (lowest > - * address is at the top): > + * Now trampoline_phys points to the following structure (lowest > address > + * is at the bottom): > * >

Re: [Xen-devel] [PATCH v14 4/9] x86: add multiboot2 protocol support for EFI platforms

2017-02-02 Thread Daniel Kiper
On Thu, Feb 02, 2017 at 11:01:14PM +0100, Daniel Kiper wrote: > This way Xen can be loaded on EFI platforms using GRUB2 and > other boot loaders which support multiboot2 protocol. > > Signed-off-by: Daniel Kiper > --- > v14 - suggestions/fixes: > - mark .init.data section as writable; by the w

[Xen-devel] [PATCH v14 4/9] x86: add multiboot2 protocol support for EFI platforms

2017-02-02 Thread Daniel Kiper
This way Xen can be loaded on EFI platforms using GRUB2 and other boot loaders which support multiboot2 protocol. Signed-off-by: Daniel Kiper --- v14 - suggestions/fixes: - mark .init.data section as writable; by the way we must change similar definition in xen/arch/x86/boot/x86_64.S be