[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6 09/20] xen: add basic hooks for PVH in current code
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 <jgross@xxxxxxxx> > Reviewed-by: Daniel Kiper <daniel.kiper@xxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |