[PATCH v4 0/5] modify CPU model info

Chenyi Qiang posted 5 patches 5 years, 5 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200520021007.30649-1-chenyi.qiang@intel.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>
There is a newer version of this series
hw/i386/pc.c      |   1 -
target/i386/cpu.c | 133 ++++++----------------------------------------
target/i386/cpu.h |   2 +
3 files changed, 19 insertions(+), 117 deletions(-)
[PATCH v4 0/5] modify CPU model info
Posted by Chenyi Qiang 5 years, 5 months ago
Add the missing VMX features in Skylake-Server, Cascadelake-Server and
Icelake-Server CPU models. In Icelake-Server CPU model, it lacks sha_ni,
avx512ifma, rdpid and fsrm. The model number of Icelake-Server also needs
to be fixed.
Remove the Icelake-Client CPU model due to no Icelake Desktop products
in the market.

Changes in v4:
	- remove the Icelake-Client CPU model

Changes in v3:
	- change the missing features of Icelake-Server from v3 to v4

Changes in v2:
	- add missing features as a new version of CPU model
	- add the support of FSRM
	- add New CPUID of FSRM and RDPID in Icelake-Server CPU model

Chenyi Qiang (5):
  target/i386: add missing vmx features for several CPU models
  target/i386: add fast short REP MOV support
  target/i386: add the missing features for Icelake-Server CPU model
  target/i386: modify Icelake-Server CPU model number
  target/i386: remove Icelake-Client CPU model

 hw/i386/pc.c      |   1 -
 target/i386/cpu.c | 133 ++++++----------------------------------------
 target/i386/cpu.h |   2 +
 3 files changed, 19 insertions(+), 117 deletions(-)

-- 
2.17.1


Re: [PATCH v4 0/5] modify CPU model info
Posted by Chenyi Qiang 5 years, 5 months ago
Ping for comments.
Ignore the last patch("remove Icelake-Client CPU model").
Robert is working on the CPU model deprecation API in
https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg03109.html

On 5/20/2020 10:10 AM, Chenyi Qiang wrote:
> Add the missing VMX features in Skylake-Server, Cascadelake-Server and
> Icelake-Server CPU models. In Icelake-Server CPU model, it lacks sha_ni,
> avx512ifma, rdpid and fsrm. The model number of Icelake-Server also needs
> to be fixed.
> Remove the Icelake-Client CPU model due to no Icelake Desktop products
> in the market.
> 
> Changes in v4:
> 	- remove the Icelake-Client CPU model
> 
> Changes in v3:
> 	- change the missing features of Icelake-Server from v3 to v4
> 
> Changes in v2:
> 	- add missing features as a new version of CPU model
> 	- add the support of FSRM
> 	- add New CPUID of FSRM and RDPID in Icelake-Server CPU model
> 
> Chenyi Qiang (5):
>    target/i386: add missing vmx features for several CPU models
>    target/i386: add fast short REP MOV support
>    target/i386: add the missing features for Icelake-Server CPU model
>    target/i386: modify Icelake-Server CPU model number
>    target/i386: remove Icelake-Client CPU model
> 
>   hw/i386/pc.c      |   1 -
>   target/i386/cpu.c | 133 ++++++----------------------------------------
>   target/i386/cpu.h |   2 +
>   3 files changed, 19 insertions(+), 117 deletions(-)
>