Re: [PATCH v5 5/5] efi: Do not use command line if unified config is included

2020-09-18 Thread Jan Beulich
On 17.09.2020 17:40, Trammell Hudson wrote: > @@ -1155,8 +1184,10 @@ efi_start(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE > *SystemTable) > PrintErrMesg(L"No Loaded Image Protocol", status); > > efi_arch_load_addr_check(loaded_image); > +secure = efi_secure_boot(); > > -if

[PATCH v5 5/5] efi: Do not use command line if unified config is included

2020-09-17 Thread Trammell Hudson
If a unified Xen image is used, then the bundled configuration, Xen command line, dom0 kernel, and ramdisk are prefered over any files listed in the config file or provided on the command line. Unlike the shim based verification, the PE signature on a unified image covers all of the Xen+config+ker