Re: [Xen-devel] [PATCH] x86: drop NO_XPTI synthetic feature

2018-08-29 Thread Andrew Cooper
On 29/08/18 14:37, Jan Beulich wrote: > With there not being any patching done based on it, we don't need this. > Non-patching conditionals can use opt_xpti instead. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper ___ Xen-devel mailing list Xen

[Xen-devel] [PATCH] x86: drop NO_XPTI synthetic feature

2018-08-29 Thread Jan Beulich
With there not being any patching done based on it, we don't need this. Non-patching conditionals can use opt_xpti instead. Signed-off-by: Jan Beulich --- a/xen/arch/x86/flushtlb.c +++ b/xen/arch/x86/flushtlb.c @@ -14,6 +14,7 @@ #include #include #include +#include /* Debug builds: Wra