[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 09/20] xen: add basic hooks for PVH in current code
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v6 09/20] xen: add basic hooks for PVH in current code |
Date: |
Thu, 6 Dec 2018 16:24:50 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
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 <address@hidden>
> Reviewed-by: Daniel Kiper <address@hidden>
> ---
> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v6 09/20] xen: add basic hooks for PVH in current code,
Daniel Kiper <=