]> git.ipfire.org Git - thirdparty/grub.git/commit
xen: factor out allocation of special pages into separate function
authorJuergen Gross <jgross@suse.com>
Thu, 3 Mar 2016 09:38:12 +0000 (10:38 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 27 Oct 2016 14:22:06 +0000 (16:22 +0200)
commit1fbb2b4b390dd33b808b119eaac35a38105b114a
treedbde112b6936337ea68169afdd1b56bbf6a0842b
parentc221ea06b5ed13b51dda8e32d620a7ca2d555a8f
xen: factor out allocation of special pages into separate function

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 <jgross@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/loader/i386/xen.c