RE: [PATCH v4 1/8] xen: reuse x86 EFI stub functions for Arm

2022-05-23 Thread Wei Chen
s.xenproject.org > Subject: Re: [PATCH v4 1/8] xen: reuse x86 EFI stub functions for Arm > > On 23.05.2022 08:25, Wei Chen wrote: > > x86 is using compiler feature testing to decide EFI build > > enable or not. When EFI build is disabled, x86 will use an > > e

Re: [PATCH v4 1/8] xen: reuse x86 EFI stub functions for Arm

2022-05-23 Thread Jan Beulich
On 23.05.2022 08:25, Wei Chen wrote: > x86 is using compiler feature testing to decide EFI build > enable or not. When EFI build is disabled, x86 will use an > efi/stub.c file to replace efi/runtime.c for build objects. > Following this idea, we introduce a stub file for Arm, but > use CONFIG_ARM_E