mbox series

[v2,0/3] KVM: x86: fixes for speculation bug feature reporting

Message ID 1566376002-17121-1-git-send-email-pbonzini@redhat.com (mailing list archive)
Headers show
Series KVM: x86: fixes for speculation bug feature reporting | expand

Message

Paolo Bonzini Aug. 21, 2019, 8:26 a.m. UTC
Patches 1 and 2 are the same as the previous patch, but using
svm_get_supported_cpuid and with a fix to the placement of cpuid_mask.

Patch 3 is new and, unlike the previous one, will only be in kvm/next.

Paolo Bonzini (3):
  KVM: x86: fix reporting of AMD speculation bug CPUID leaf
  KVM: x86: always expose VIRT_SSBD to guests
  KVM: x86: use Intel speculation bugs and features as derived in
    generic x86 code

 arch/x86/kvm/cpuid.c | 27 +++++++++++++++++++--------
 arch/x86/kvm/svm.c   | 13 +++++++++----
 arch/x86/kvm/x86.c   |  7 +++++++
 3 files changed, 35 insertions(+), 12 deletions(-)