Re: [PATCH] x86/spec-ctrl: Fix the rendering of FB_CLEAR

2023-06-13 Thread Jan Beulich
On 12.06.2023 21:28, Andrew Cooper wrote: > FB_CLEAR is a read-only status bit, not a read-write control. Move it from > "Hardware features" into "Hardware hints". > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich

[PATCH] x86/spec-ctrl: Fix the rendering of FB_CLEAR

2023-06-12 Thread Andrew Cooper
FB_CLEAR is a read-only status bit, not a read-write control. Move it from "Hardware features" into "Hardware hints". Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu --- xen/arch/x86/spec_ctrl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) dif