On 11/28/18 2:55 PM, Juergen Gross wrote:
> From: Hans van Kranenburg <h...@knorrie.org>
> 
> 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 <h...@knorrie.org>
> Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com>

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 <jgr...@suse.com>
> ---
>  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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to