Re: [PATCH v2 2/2] x86: Call Shim Verify in the multiboot2 path

2024-04-10 Thread Ross Lagerwall
On Mon, Apr 8, 2024 at 11:42 AM Jan Beulich wrote: > > On 28.03.2024 16:11, Ross Lagerwall wrote: > > --- a/xen/arch/x86/efi/efi-boot.h > > +++ b/xen/arch/x86/efi/efi-boot.h > > @@ -3,6 +3,7 @@ > > * is intended to be included by common/efi/boot.c _only_, and > > * therefore can define arch sp

Re: [PATCH v2 2/2] x86: Call Shim Verify in the multiboot2 path

2024-04-08 Thread Jan Beulich
On 28.03.2024 16:11, Ross Lagerwall wrote: > --- a/xen/arch/x86/efi/efi-boot.h > +++ b/xen/arch/x86/efi/efi-boot.h > @@ -3,6 +3,7 @@ > * is intended to be included by common/efi/boot.c _only_, and > * therefore can define arch specific global variables. > */ > +#include > #include > #incl