]> xenbits.xensource.com Git - xen.git/commit
x86/spec-ctrl: Fix the rendering of FB_CLEAR
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 12 Jun 2023 19:24:00 +0000 (20:24 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 3 Aug 2023 18:13:40 +0000 (19:13 +0100)
commit43f362f6afd19cb682c41ee6b636aa18c72ba3dc
tree70bbbef8e1028153f9c05246d88737c348150162
parentecbb75a6f8fe3ebbf18dfe29a635b3684a1a5b89
x86/spec-ctrl: Fix the rendering of FB_CLEAR

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 <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
(cherry picked from commit 921afcbae843bb3f575a8f4a270b8e6cf471f4ca)
xen/arch/x86/spec_ctrl.c