[PATCH for-4.17 v3 0/2] amd/virt_ssbd: refactoring and fixes

Roger Pau Monne posted 2 patches 1 year, 6 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH for-4.17 v3 0/2] amd/virt_ssbd: refactoring and fixes
Posted by Roger Pau Monne 1 year, 6 months ago
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