On Tue, Aug 16, 2022, Zixuan Wang wrote: > Fix the efi runner scripts to run in the standalone mode: Capitalize EFI for consistency. > 1. Define the `x86/run` qemu runner as a function because `x86/run` is > embedded into the standalone and cannot be called using its file name. > > 2. Disabling the `config.mak` checks in the standalone mode as it's not > available. s/Disabling/Disable > > 3. Use the dummy test file name provided by standalone's EFI_DUMMY > variable, because the dummy test case is embedded into the standalone > files and exported as a tmp file at run time. This patch probably needs to be split into three patches, one for each of the above changes. A changelog that contains a list of things that are fixed is usually a good hint that the patch is bundling too many things together.