mbox series

[v3,0/4] x86/spec: improve command line parsing

Message ID 20240226110748.80254-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/spec: improve command line parsing | expand

Message

Roger Pau Monné Feb. 26, 2024, 11:07 a.m. UTC
Hello,

A couple of improvements for the spec-ctrl command line parsing.

Thanks, Roger.

Roger Pau Monne (4):
  x86/spec: print the built-in SPECULATIVE_HARDEN_* options
  x86/spec: fix BRANCH_HARDEN option to only be set when build-enabled
  x86/spec: fix INDIRECT_THUNK option to only be set when build-enabled
  x86/spec: do not print thunk option selection if not built-in

 docs/misc/xen-command-line.pandoc | 10 +++----
 xen/arch/x86/spec_ctrl.c          | 46 +++++++++++++++++++++++++------
 2 files changed, 42 insertions(+), 14 deletions(-)