All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.17 v3 0/2] amd/virt_ssbd: refactoring and fixes
@ 2022-11-03 17:02 Roger Pau Monne
  2022-11-03 17:02 ` [PATCH for-4.17 v3 1/2] amd/virt_ssbd: set SSBD at vCPU context switch Roger Pau Monne
  2022-11-03 17:02 ` [PATCH for-4.17 v3 2/2] amd: remove VIRT_SC_MSR_HVM synthetic feature Roger Pau Monne
  0 siblings, 2 replies; 9+ messages in thread
From: Roger Pau Monne @ 2022-11-03 17:02 UTC (permalink / raw)
  To: xen-devel
  Cc: Henry.Wang, Roger Pau Monne, Andrew Cooper, George Dunlap,
	Jan Beulich, Julien Grall, Stefano Stabellini, Wei Liu

Hello,

Just two patches remaining, and the last one is already Acked.

First patch deals with moving the switching of SSBD from guest
vm{entry,exit} to vCPU context switch, and lets Xen run with the guest
SSBD selection under some circumstances by default.

Thanks, Roger.

Roger Pau Monne (2):
  amd/virt_ssbd: set SSBD at vCPU context switch
  amd: remove VIRT_SC_MSR_HVM synthetic feature

 docs/misc/xen-command-line.pandoc      | 10 +++--
 xen/arch/x86/cpu/amd.c                 | 56 ++++++++++++++------------
 xen/arch/x86/cpuid.c                   |  9 +++--
 xen/arch/x86/hvm/svm/entry.S           |  6 ---
 xen/arch/x86/hvm/svm/svm.c             | 45 ++++++++-------------
 xen/arch/x86/include/asm/amd.h         |  3 +-
 xen/arch/x86/include/asm/cpufeatures.h |  2 +-
 xen/arch/x86/msr.c                     |  9 +++++
 xen/arch/x86/spec_ctrl.c               |  8 ++--
 9 files changed, 75 insertions(+), 73 deletions(-)

-- 
2.37.3



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-11-15  9:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 17:02 [PATCH for-4.17 v3 0/2] amd/virt_ssbd: refactoring and fixes Roger Pau Monne
2022-11-03 17:02 ` [PATCH for-4.17 v3 1/2] amd/virt_ssbd: set SSBD at vCPU context switch Roger Pau Monne
2022-11-03 17:06   ` Henry Wang
2022-11-04  8:10   ` Jan Beulich
2022-11-04 10:37     ` Roger Pau Monné
2022-11-09 11:00     ` Henry Wang
2022-11-14 21:39   ` Andrew Cooper
2022-11-15  9:33     ` Roger Pau Monné
2022-11-03 17:02 ` [PATCH for-4.17 v3 2/2] amd: remove VIRT_SC_MSR_HVM synthetic feature Roger Pau Monne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.