Re: [Xen-devel] [PATCH v2 2/6] xen: factor out allocation of special pages into separate function

2016-02-11 Thread Juergen Gross
On 11/02/16 13:21, Daniel Kiper wrote: > On Thu, Feb 11, 2016 at 08:53:22AM +0100, Juergen Gross wrote: >> Do the allocation of special pages (start info, console and xenbus >> ring buffers) in a separate function. This will allow to do the >> allocation at different times of the boot preparations

Re: [Xen-devel] [PATCH v2 2/6] xen: factor out allocation of special pages into separate function

2016-02-11 Thread Daniel Kiper
On Thu, Feb 11, 2016 at 08:53:22AM +0100, Juergen Gross wrote: > Do the allocation of special pages (start info, console and xenbus > ring buffers) in a separate function. This will allow to do the > allocation at different times of the boot preparations depending on > the features the kernel is su

[Xen-devel] [PATCH v2 2/6] xen: factor out allocation of special pages into separate function

2016-02-10 Thread Juergen Gross
Do the allocation of special pages (start info, console and xenbus ring buffers) in a separate function. This will allow to do the allocation at different times of the boot preparations depending on the features the kernel is supporting. Signed-off-by: Juergen Gross --- grub-core/loader/i386/xen