Re: [Xen-devel] [PATCH 2/3] x86/spec-ctrl: Add defines and variables for AMD SSBD support

2018-08-01 Thread Brian Woods
On Tue, Jul 31, 2018 at 04:44:57AM -0600, Jan Beulich wrote: > Whether these additions fit the purpose can only be told when > seeing their use. Please fold this into the patch using these. > > Jan I was trying to split up patch 3 but I'll combine 2 and 3. -- Brian Woods __

Re: [Xen-devel] [PATCH 2/3] x86/spec-ctrl: Add defines and variables for AMD SSBD support

2018-07-31 Thread Jan Beulich
>>> On 20.07.18 at 16:57, wrote: > In preparation for adding switchable SSBD, add some defines and > variables. > > Signed-off-by: Brian Woods Whether these additions fit the purpose can only be told when seeing their use. Please fold this into the patch using these. Jan ___

[Xen-devel] [PATCH 2/3] x86/spec-ctrl: Add defines and variables for AMD SSBD support

2018-07-20 Thread Brian Woods
In preparation for adding switchable SSBD, add some defines and variables. Signed-off-by: Brian Woods --- xen/arch/x86/spec_ctrl.c| 10 ++ xen/include/asm-x86/spec_ctrl.h | 3 +++ 2 files changed, 13 insertions(+) diff --git a/xen/arch/x86/spec_ctrl.c b/xen/arch/x86/spec_ctrl.c