[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 16/20] grub-module-verifier: Ignore all_video for xenpvh
From: |
Hans van Kranenburg |
Subject: |
Re: [PATCH v6 16/20] grub-module-verifier: Ignore all_video for xenpvh |
Date: |
Wed, 28 Nov 2018 23:21:54 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 |
On 11/28/18 2:55 PM, Juergen Gross wrote:
> From: Hans van Kranenburg <address@hidden>
>
> This solves the build failing with "Error: no symbol table and no
> .moddeps section"
>
> Also see:
> - 6371e9c10433578bb236a8284ddb9ce9e201eb59
> - https://savannah.gnu.org/bugs/?49012
>
> Signed-off-by: Hans van Kranenburg <address@hidden>
> Reviewed-by: Daniel Kiper <address@hidden>
Just a small detail... The xenpvh in the subject was not renamed to
xen_pvh. That can probably be fixed up while committing. :)
> ---
> V2: new patch
> Signed-off-by: Juergen Gross <address@hidden>
> ---
> util/grub-module-verifier.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/util/grub-module-verifier.c b/util/grub-module-verifier.c
> index 03ba1ab43..979999cb9 100644
> --- a/util/grub-module-verifier.c
> +++ b/util/grub-module-verifier.c
> @@ -129,6 +129,7 @@ struct platform_whitelist {
>
> static struct platform_whitelist whitelists[] = {
> {"i386", "xen", (const char *[]) {"all_video", 0}},
> + {"i386", "xen_pvh", (const char *[]) {"all_video", 0}},
> {"x86_64", "xen", (const char *[]) {"all_video", 0}},
> {"sparc64", "ieee1275", (const char *[]) {"all_video", 0}},
>
>
Hans
- [PATCH v6 03/20] xen: carve out grant tab initialization into dedicated function, (continued)
- [PATCH v6 03/20] xen: carve out grant tab initialization into dedicated function, Juergen Gross, 2018/11/28
- [PATCH v6 08/20] xen: add PVH specific defines to offset.h, Juergen Gross, 2018/11/28
- [PATCH v6 13/20] xen: setup Xen specific data for PVH, Juergen Gross, 2018/11/28
- [PATCH v6 11/20] xen: setup hypercall page for PVH, Juergen Gross, 2018/11/28
- [PATCH v6 05/20] xen: add some dummy headers for PVH mode, Juergen Gross, 2018/11/28
- [PATCH v6 12/20] xen: get memory map from hypervisor for PVH, Juergen Gross, 2018/11/28
- [PATCH v6 07/20] xen: modify grub_xen_ptr2mfn() for xen-pvh, Juergen Gross, 2018/11/28
- [PATCH v6 19/20] xen_pvh: support grub-install for xen_pvh, Juergen Gross, 2018/11/28
- [PATCH v6 16/20] grub-module-verifier: Ignore all_video for xenpvh, Juergen Gross, 2018/11/28
- Re: [PATCH v6 16/20] grub-module-verifier: Ignore all_video for xenpvh,
Hans van Kranenburg <=
- [PATCH v6 09/20] xen: add basic hooks for PVH in current code, Juergen Gross, 2018/11/28
- [PATCH v6 18/20] xen_pvh: support building a standalone image, Juergen Gross, 2018/11/28
- [PATCH v6 06/20] xen: rearrange xen/init.c to prepare it for Xen PVH mode, Juergen Gross, 2018/11/28
- [PATCH v6 17/20] xen: use elfnote defines instead of plain numbers, Juergen Gross, 2018/11/28
- [PATCH v6 20/20] xen_pvh: add support to configure, Juergen Gross, 2018/11/28
- [PATCH v6 01/20] xen: add some xen headers, Juergen Gross, 2018/11/28
- [PATCH v6 14/20] xen: init memory regions for PVH, Juergen Gross, 2018/11/28
- [PATCH v6 15/20] xen_pvh: add build runes for grub-core, Juergen Gross, 2018/11/28
- Re: [PATCH v6 00/20] xen: add pvh guest support, Daniel Kiper, 2018/11/29