-
- Downloads
efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures
commit d85e3e34 upstream. Currently, the EFI_PARAVIRT flag is only used by Xen dom0 boot on x86, even though other architectures also support pseudo-EFI boot, where the core kernel is invoked directly and provided with a set of data tables that resemble the ones constructed by the EFI stub, which never actually runs in that case. Let's fix this inconsistency, and always set this flag when booting dom0 via the EFI boot path. Note that Xen on x86 does not provide the EFI memory map in this case, whereas other architectures do, so move the associated EFI_PARAVIRT check into the x86 platform code. Signed-off-by:Ard Biesheuvel <ardb@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
parent
14a9cdbc
No related branches found
No related tags found
Showing
- arch/x86/platform/efi/efi.c 5 additions, 3 deletionsarch/x86/platform/efi/efi.c
- arch/x86/platform/efi/memmap.c 3 additions, 0 deletionsarch/x86/platform/efi/memmap.c
- drivers/firmware/efi/fdtparams.c 4 additions, 0 deletionsdrivers/firmware/efi/fdtparams.c
- drivers/firmware/efi/memmap.c 0 additions, 3 deletionsdrivers/firmware/efi/memmap.c
Loading
Please register or sign in to comment