[PATCH 0/2] Add Granite Rapids cpu model

Tim Wiederhake posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20240718132724.25387-1-twiederh@redhat.com
src/cpu_map/index.xml                         |   1 +
src/cpu_map/meson.build                       |   1 +
src/cpu_map/sync_qemu_models_i386.py          |   5 +
src/cpu_map/x86_GraniteRapids.xml             | 200 ++++++++++++++++++
.../domaincapsdata/qemu_8.1.0-q35.x86_64.xml  |   1 +
.../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml  |   1 +
tests/domaincapsdata/qemu_8.1.0.x86_64.xml    |   1 +
.../domaincapsdata/qemu_8.2.0-q35.x86_64.xml  |   1 +
.../domaincapsdata/qemu_8.2.0-tcg.x86_64.xml  |   1 +
tests/domaincapsdata/qemu_8.2.0.x86_64.xml    |   1 +
.../domaincapsdata/qemu_9.0.0-q35.x86_64.xml  |   1 +
.../domaincapsdata/qemu_9.0.0-tcg.x86_64.xml  |   1 +
tests/domaincapsdata/qemu_9.0.0.x86_64.xml    |   1 +
.../domaincapsdata/qemu_9.1.0-q35.x86_64.xml  |   1 +
.../domaincapsdata/qemu_9.1.0-tcg.x86_64.xml  |   1 +
tests/domaincapsdata/qemu_9.1.0.x86_64.xml    |   1 +
16 files changed, 219 insertions(+)
create mode 100644 src/cpu_map/x86_GraniteRapids.xml
[PATCH 0/2] Add Granite Rapids cpu model
Posted by Tim Wiederhake 1 month, 3 weeks ago
Also, update the sync tool with new features introduced in qemu.

Tim Wiederhake (2):
  sync_qemu_models_i386.py: Add missing features
  cpu_map: Add GraniteRapids CPU model

 src/cpu_map/index.xml                         |   1 +
 src/cpu_map/meson.build                       |   1 +
 src/cpu_map/sync_qemu_models_i386.py          |   5 +
 src/cpu_map/x86_GraniteRapids.xml             | 200 ++++++++++++++++++
 .../domaincapsdata/qemu_8.1.0-q35.x86_64.xml  |   1 +
 .../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml  |   1 +
 tests/domaincapsdata/qemu_8.1.0.x86_64.xml    |   1 +
 .../domaincapsdata/qemu_8.2.0-q35.x86_64.xml  |   1 +
 .../domaincapsdata/qemu_8.2.0-tcg.x86_64.xml  |   1 +
 tests/domaincapsdata/qemu_8.2.0.x86_64.xml    |   1 +
 .../domaincapsdata/qemu_9.0.0-q35.x86_64.xml  |   1 +
 .../domaincapsdata/qemu_9.0.0-tcg.x86_64.xml  |   1 +
 tests/domaincapsdata/qemu_9.0.0.x86_64.xml    |   1 +
 .../domaincapsdata/qemu_9.1.0-q35.x86_64.xml  |   1 +
 .../domaincapsdata/qemu_9.1.0-tcg.x86_64.xml  |   1 +
 tests/domaincapsdata/qemu_9.1.0.x86_64.xml    |   1 +
 16 files changed, 219 insertions(+)
 create mode 100644 src/cpu_map/x86_GraniteRapids.xml

-- 
2.43.0
Re: [PATCH 0/2] Add Granite Rapids cpu model
Posted by Michal Prívozník 1 month, 2 weeks ago
On 7/18/24 15:27, Tim Wiederhake wrote:
> Also, update the sync tool with new features introduced in qemu.
> 
> Tim Wiederhake (2):
>   sync_qemu_models_i386.py: Add missing features
>   cpu_map: Add GraniteRapids CPU model
> 
>  src/cpu_map/index.xml                         |   1 +
>  src/cpu_map/meson.build                       |   1 +
>  src/cpu_map/sync_qemu_models_i386.py          |   5 +
>  src/cpu_map/x86_GraniteRapids.xml             | 200 ++++++++++++++++++
>  .../domaincapsdata/qemu_8.1.0-q35.x86_64.xml  |   1 +
>  .../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml  |   1 +
>  tests/domaincapsdata/qemu_8.1.0.x86_64.xml    |   1 +
>  .../domaincapsdata/qemu_8.2.0-q35.x86_64.xml  |   1 +
>  .../domaincapsdata/qemu_8.2.0-tcg.x86_64.xml  |   1 +
>  tests/domaincapsdata/qemu_8.2.0.x86_64.xml    |   1 +
>  .../domaincapsdata/qemu_9.0.0-q35.x86_64.xml  |   1 +
>  .../domaincapsdata/qemu_9.0.0-tcg.x86_64.xml  |   1 +
>  tests/domaincapsdata/qemu_9.0.0.x86_64.xml    |   1 +
>  .../domaincapsdata/qemu_9.1.0-q35.x86_64.xml  |   1 +
>  .../domaincapsdata/qemu_9.1.0-tcg.x86_64.xml  |   1 +
>  tests/domaincapsdata/qemu_9.1.0.x86_64.xml    |   1 +
>  16 files changed, 219 insertions(+)
>  create mode 100644 src/cpu_map/x86_GraniteRapids.xml
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal