Re: [Xen-devel] [PATCH RFC v1 36/74] --- x86/shim: Kconfig and command line options

2018-01-08 Thread Jan Beulich
>>> On 08.01.18 at 12:33, wrote: > On 08/01/18 08:22, Jan Beulich wrote: > On 05.01.18 at 18:51, wrote: >>> On 05/01/18 15:26, Jan Beulich wrote: >>> On 04.01.18 at 14:05, wrote: > --- a/xen/arch/x86/Kconfig > +++ b/xen/arch/x86/Kconfig > @@ -133,6 +133,28 @@ config PVH_GUEST

Re: [Xen-devel] [PATCH RFC v1 36/74] --- x86/shim: Kconfig and command line options

2018-01-08 Thread Andrew Cooper
On 08/01/18 08:22, Jan Beulich wrote: On 05.01.18 at 18:51, wrote: >> On 05/01/18 15:26, Jan Beulich wrote: >> On 04.01.18 at 14:05, wrote: --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -133,6 +133,28 @@ config PVH_GUEST ---help--- Support boot

Re: [Xen-devel] [PATCH RFC v1 36/74] --- x86/shim: Kconfig and command line options

2018-01-08 Thread Jan Beulich
>>> On 05.01.18 at 18:51, wrote: > On 05/01/18 15:26, Jan Beulich wrote: > On 04.01.18 at 14:05, wrote: >>> --- a/xen/arch/x86/Kconfig >>> +++ b/xen/arch/x86/Kconfig >>> @@ -133,6 +133,28 @@ config PVH_GUEST >>> ---help--- >>> Support booting using the PVH ABI. >>> >>> + If un

Re: [Xen-devel] [PATCH RFC v1 36/74] --- x86/shim: Kconfig and command line options

2018-01-05 Thread Andrew Cooper
On 05/01/18 15:26, Jan Beulich wrote: On 04.01.18 at 14:05, wrote: >> --- a/xen/arch/x86/Kconfig >> +++ b/xen/arch/x86/Kconfig >> @@ -133,6 +133,28 @@ config PVH_GUEST >> ---help--- >>Support booting using the PVH ABI. >> >> + If unsure, say N. >> + >> +config PV_SHIM >> +

Re: [Xen-devel] [PATCH RFC v1 36/74] --- x86/shim: Kconfig and command line options

2018-01-05 Thread Jan Beulich
>>> On 04.01.18 at 14:05, wrote: > --- a/xen/arch/x86/Kconfig > +++ b/xen/arch/x86/Kconfig > @@ -133,6 +133,28 @@ config PVH_GUEST > ---help--- > Support booting using the PVH ABI. > > + If unsure, say N. > + > +config PV_SHIM > + def_bool n > + prompt "PV Shim" > +

[Xen-devel] [PATCH RFC v1 36/74] --- x86/shim: Kconfig and command line options

2018-01-04 Thread Wei Liu
From: Andrew Cooper Signed-off-by: Andrew Cooper --- docs/misc/xen-command-line.markdown | 11 ++ xen/arch/x86/Kconfig| 22 +++ xen/arch/x86/pv/Makefile| 1 + xen/arch/x86/pv/shim.c | 39 ++ xen/in