On Wed, Nov 28, 2018 at 02:55:19PM +0100, Juergen Gross wrote: > Add the hooks to current code needed for Xen PVH. They will be filled > with code later when the related functionality is being added. > > loader/i386/linux.c needs to include machine/kernel.h now as it needs > to get GRUB_KERNEL_USE_RSDP_ADDR from there. > > Signed-off-by: Juergen Gross <jgr...@suse.com> > Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com> > --- > V3: xenpvh->xen_pvh (Daniel Kiper) > adjust copyright date (Roger Pau Monné) > V5: update commit message (Daniel Kiper) > move including xen/hvm/start_info.h to the sources really needing > it (Daniel Kiper) > ---
[...] > diff --git a/grub-core/loader/i386/linux.c b/grub-core/loader/i386/linux.c > index 375ee80dc..b6015913b 100644 > --- a/grub-core/loader/i386/linux.c > +++ b/grub-core/loader/i386/linux.c > @@ -35,6 +35,7 @@ > #include <grub/i18n.h> > #include <grub/lib/cmdline.h> > #include <grub/linux.h> > +#include <grub/machine/kernel.h> This include breaks i386 ieee1275 builds. Could you fix that and repost? Daniel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel