Re: [Xen-devel] [PATCH 1/2] mini-os: support keeping start_info structure conditionally

2016-08-29 Thread Wei Liu
On Mon, Aug 29, 2016 at 01:01:08PM +0200, Juergen Gross wrote: > grub stubdom needs the start_info structure. Keep a copy of it in > pv mini-os if configured via "CONFIG_KEEP_STARTINFO". This should > default to "n" in order to have it enabled only when really needed. > I'm not sure I understand

[Xen-devel] [PATCH 1/2] mini-os: support keeping start_info structure conditionally

2016-08-29 Thread Juergen Gross
grub stubdom needs the start_info structure. Keep a copy of it in pv mini-os if configured via "CONFIG_KEEP_STARTINFO". This should default to "n" in order to have it enabled only when really needed. Signed-off-by: Juergen Gross --- Config.mk| 2 ++ arch/x86/setup.c | 12 +++