Re: [PATCH v2] efi: Always map EfiRuntimeServicesCode and EfiRuntimeServicesData

2020-09-07 Thread Jan Beulich
On 04.09.2020 23:11, Sergey Temerkhanov wrote: > --- a/xen/common/efi/boot.c > +++ b/xen/common/efi/boot.c > @@ -1100,7 +1100,9 @@ static void __init efi_exit_boot(EFI_HANDLE > ImageHandle, EFI_SYSTEM_TABLE *Syste > { > EFI_MEMORY_DESCRIPTOR *desc = efi_memmap + i; > > -if

[PATCH v2] efi: Always map EfiRuntimeServicesCode and EfiRuntimeServicesData

2020-09-04 Thread Sergey Temerkhanov
This helps overcome problems observed with some UEFI implementations which don't set the Attributes field in memery descriptors properly Signed-off-by: Sergey Temerkhanov --- xen/common/efi/boot.c| 19 ++- xen/include/efi/efidef.h | 3 +++ 2 files changed, 21 insertions(+),