RE: [PATCH] x86/boot: Don't disable PV32 when XEN_SHSTK is compiled out

2020-06-29 Thread Paul Durrant
> -Original Message- > From: Andrew Cooper > Sent: 29 June 2020 11:31 > To: Xen-devel > Cc: Andrew Cooper ; Jan Beulich > ; Wei Liu ; > Roger Pau Monné ; Paul Durrant > Subject: [PATCH] x86/boot: Don't disable PV32 when XEN_SHSTK is compiled out > > The

Re: [PATCH] x86/boot: Don't disable PV32 when XEN_SHSTK is compiled out

2020-06-29 Thread Jan Beulich
On 29.06.2020 12:31, Andrew Cooper wrote: > There is no need to automatically disable PV32 support on SHSTK-capable > hardware if Xen isn't actually using the feature. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich

[PATCH] x86/boot: Don't disable PV32 when XEN_SHSTK is compiled out

2020-06-29 Thread Andrew Cooper
There is no need to automatically disable PV32 support on SHSTK-capable hardware if Xen isn't actually using the feature. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné CC: Paul Durrant For 4.14. Minor bugfix. --- xen/arch/x86/setup.c | 4 1 file