]> git.ipfire.org Git - thirdparty/grub.git/commit
xen: reduce number of global variables in xen loader
authorJuergen Gross <jgross@suse.com>
Thu, 3 Mar 2016 09:38:08 +0000 (10:38 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 27 Oct 2016 14:17:15 +0000 (16:17 +0200)
commit6ae55ce1038425ca8811365725e939b47a99b33a
tree36ff2847396a4ce6beb6f32fb3c5d723a08024bc
parentc69d1858f1187b7d78cae33f213a946ec2e50e8b
xen: reduce number of global variables in xen loader

The loader for xen paravirtualized environment is using lots of global
variables. Reduce the number by making them either local or by putting
them into a single state structure.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/loader/i386/xen.c