Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging
commite409d9a158c77c650651e8118f6c86c8dc76eba6
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jun 2018 10:10:49 +0000 (26 11:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jun 2018 10:10:49 +0000 (26 11:10 +0100)
treedadaac3d79a681266c842b5836fdecc0065eddbb
parent595123df1d54ed8fbab9e1a73d5a58c5bb71058f
parent0b6e9aa89e02c8b213af019aad816e00ba8243f8
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging

x86 queue, 2018-06-25

* Add TOPOEXT feature to EPYC CPU model
* AMD's amd-ssbd and amd-no-ssbd CPUID features
* Removed unused CPUID flag names: ospke, osxsave
* Better formatting of '-cpu help'

# gpg: Signature made Mon 25 Jun 2018 23:18:51 BST
# gpg:                using RSA key 2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/x86-next-pull-request:
  i386: Remove generic SMT thread check
  i386: Enable TOPOEXT feature on AMD EPYC CPU
  i386: Fix up the Node id for CPUID_8000_001E
  i386: Allow TOPOEXT to be enabled on older kernels
  i386: Define AMD's no SSB mitigation needed.
  i386: define the AMD 'amd-ssbd' CPUID feature bit
  i386: Remove ospke CPUID flag name
  i386: Remove osxsave CPUID flag name
  i386: display known CPUID features linewrapped, in alphabetical order
  i386: improve sorting of CPU model names
  i386: improve alignment of CPU model listing
  i386: Add support for CPUID_8000_001E for AMD

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>