Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging
commit151f76c689b1ff4c2c59e6d8469a0d4fe5346f55
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Jul 2020 20:46:18 +0000 (16 21:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Jul 2020 20:46:18 +0000 (16 21:46 +0100)
treea4e13984a7f59306b36031cdf962379ca38d0d29
parent95d1fbabae0cd44156ac4b96d512d143ca7dfd5e
parent818b9f111d64b40661d08f5e23236ac1ca5df505
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging

x86 fixes for -rc1

Fixes for x86 that missed hard freeze:
* Don't trigger warnings for features set by
  CPU model versions (Xiaoyao Li)
* Missing features in Icelake-Server, Skylake-Server,
  Cascadelake-Server CPU models (Chenyi Qiang)
* Fix hvf x86_64 guest boot crash (Roman Bolshakov)

# gpg: Signature made Thu 16 Jul 2020 19:17:18 BST
# gpg:                using RSA key 5A322FD5ABC4D3DBACCFD1AA2807936F984DC5A6
# gpg:                issuer "ehabkost@redhat.com"
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full]
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/x86-next-pull-request:
  i386: hvf: Explicitly set CR4 guest/host mask
  target/i386: add the missing vmx features for Skylake-Server and Cascadelake-Server CPU models
  target/i386: fix model number and add missing features for Icelake-Server CPU model
  target/i386: add fast short REP MOV support
  i386/cpu: Don't add unavailable_features to env->user_features
  i368/cpu: Clear env->user_features after loading versioned CPU model

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