RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Wei Chen
Hi Julien, > -Original Message- > From: Julien Grall > Sent: 2022年1月27日 18:01 > To: Jan Beulich ; Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for no

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Julien Grall
Hi, On 27/01/2022 09:27, Jan Beulich wrote: On 27.01.2022 10:25, Wei Chen wrote: From: Jan Beulich Sent: 2022年1月27日 17:17 On 27.01.2022 10:09, Wei Chen wrote: From: Jan Beulich Sent: 2022年1月27日 17:00 But you realize we already have such a stub file on x86? Yes, we found the redefinition

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Jan Beulich
On 27.01.2022 10:25, Wei Chen wrote: >> From: Jan Beulich >> Sent: 2022年1月27日 17:17 >> >> On 27.01.2022 10:09, Wei Chen wrote: From: Jan Beulich Sent: 2022年1月27日 17:00 But you realize we already have such a stub file on x86? >>> >>> Yes, we found the redefinition errors t

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月27日 17:17 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for no

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Jan Beulich
On 27.01.2022 10:09, Wei Chen wrote: >> From: Jan Beulich >> Sent: 2022年1月27日 17:00 >> >> On 27.01.2022 09:51, Wei Chen wrote: From: Xen-devel On Behalf Of >> Wei Chen Sent: 2022年1月27日 16:45 > From: Jan Beulich > Sent: 2022年1月25日 18:35 > > On 23.09.2021 14:02,

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月27日 17:00 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for no

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Jan Beulich
On 27.01.2022 09:51, Wei Chen wrote: >> From: Xen-devel On Behalf Of Wei >> Chen >> Sent: 2022年1月27日 16:45 >> >>> From: Jan Beulich >>> Sent: 2022年1月25日 18:35 >>> >>> On 23.09.2021 14:02, Wei Chen wrote: --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -11,6 +11,16 @@ config CO

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Xen-devel On Behalf Of Wei > Chen > Sent: 2022年1月27日 16:45 > To: Jan Beulich > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: RE: [PATCH 20/37] xen: introduce CONFIG

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月25日 18:35 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for no

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2022-01-25 Thread Jan Beulich
On 23.09.2021 14:02, Wei Chen wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -11,6 +11,16 @@ config COMPAT > config CORE_PARKING > bool > > +config EFI > + bool > + ---help--- > + This option provides support for runtime services provided > + by UEFI fi

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-10-03 Thread Wei Chen
> -Original Message- > From: Jan Beulich > Sent: 2021年9月28日 16:03 > To: Stefano Stabellini ; Wei Chen > > Cc: xen-devel@lists.xenproject.org; jul...@xen.org; Bertrand Marquis > > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non- &g

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-28 Thread Jan Beulich
; >>> jul...@xen.org; Bertrand Marquis ; Stefano >>> Stabellini >>> Subject: RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non- >>> EFI architecture >>> >>> On Mon, 27 Sep 2021, Wei Chen wrote: >>>>> -Original M

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-27 Thread Stefano Stabellini
> Chen > > > > Sent: 2021年9月26日 18:25 > > > > To: Jan Beulich > > > > Cc: xen-devel@lists.xenproject.org; jul...@xen.org; Bertrand Marquis > > > > ; Stefano Stabellini > > > > Subject: RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stu

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-27 Thread Wei Chen
en-devel@lists.xenproject.org; jul...@xen.org; Bertrand Marquis > > > ; Stefano Stabellini > > > Subject: RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for > non- > > > EFI architecture > > > > > > Hi Jan, > > > > > > &g

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-27 Thread Stefano Stabellini
t: 2021年9月24日 18:49 > > > To: Wei Chen > > > Cc: xen-devel@lists.xenproject.org; jul...@xen.org; Bertrand Marquis > > > ; Stefano Stabellini > > > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for > > non- > > > EFI architectu

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-27 Thread Wei Chen
.org; Bertrand Marquis > > ; Stefano Stabellini > > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for > non- > > EFI architecture > > > > On 24.09.2021 12:31, Wei Chen wrote: > > >> From: Jan Beulich > > >> Sent: 2

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-26 Thread Wei Chen
Hi Jan, > -Original Message- > From: Xen-devel On Behalf Of Jan > Beulich > Sent: 2021年9月24日 18:49 > To: Wei Chen > Cc: xen-devel@lists.xenproject.org; jul...@xen.org; Bertrand Marquis > ; Stefano Stabellini > Subject: Re: [PATCH 20/37] xen: introduce CONFIG

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-24 Thread Jan Beulich
On 24.09.2021 12:31, Wei Chen wrote: >> From: Jan Beulich >> Sent: 2021年9月24日 15:59 >> >> On 24.09.2021 06:34, Wei Chen wrote: From: Stefano Stabellini Sent: 2021年9月24日 9:15 On Thu, 23 Sep 2021, Wei Chen wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-24 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2021年9月24日 15:59 > To: Wei Chen > Cc: xen-devel@lists.xenproject.org; jul...@xen.org; Bertrand Marquis > ; Stefano Stabellini > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non- >

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-24 Thread Jan Beulich
On 24.09.2021 06:34, Wei Chen wrote: >> From: Stefano Stabellini >> Sent: 2021年9月24日 9:15 >> >> On Thu, 23 Sep 2021, Wei Chen wrote: >>> --- a/xen/common/Kconfig >>> +++ b/xen/common/Kconfig >>> @@ -11,6 +11,16 @@ config COMPAT >>> config CORE_PARKING >>> bool >>> >>> +config EFI >>> + bool

RE: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-23 Thread Wei Chen
Hi Stefano, > -Original Message- > From: Stefano Stabellini > Sent: 2021年9月24日 9:15 > To: Wei Chen > Cc: xen-devel@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org; > Bertrand Marquis > Subject: Re: [PATCH 20/37] xen: introduce CONFIG_EFI to st

Re: [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-23 Thread Stefano Stabellini
On Thu, 23 Sep 2021, Wei Chen wrote: > Some architectures do not support EFI, but EFI API will be used > in some common features. Instead of spreading #ifdef ARCH, we > introduce this Kconfig option to give Xen the ability of stubing > EFI API for non-EFI supported architectures. > > Signed-off-by

[PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

2021-09-23 Thread Wei Chen
Some architectures do not support EFI, but EFI API will be used in some common features. Instead of spreading #ifdef ARCH, we introduce this Kconfig option to give Xen the ability of stubing EFI API for non-EFI supported architectures. Signed-off-by: Wei Chen --- xen/arch/arm/Kconfig | 1 + xe