[libvirt PATCH 0/2] Add cpu model for EPYC Genoa

Tim Wiederhake posted 2 patches 7 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230906112029.49557-1-twiederh@redhat.com
src/cpu_map/index.xml                         |   1 +
src/cpu_map/meson.build                       |   1 +
src/cpu_map/sync_qemu_features_i386.py        |  90 +-------------
src/cpu_map/x86_EPYC-Genoa.xml                | 115 ++++++++++++++++++
.../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 +
7 files changed, 121 insertions(+), 89 deletions(-)
create mode 100644 src/cpu_map/x86_EPYC-Genoa.xml
[libvirt PATCH 0/2] Add cpu model for EPYC Genoa
Posted by Tim Wiederhake 7 months, 3 weeks ago
Plus one drive-by improvement to sync_qemu_features_i386.py.

Tim Wiederhake (2):
  cpu_map: Ignore all vmx-* features in sync_qemu_features_i386.py
  cpu_map: Add cpu model EPYC Genoa

 src/cpu_map/index.xml                         |   1 +
 src/cpu_map/meson.build                       |   1 +
 src/cpu_map/sync_qemu_features_i386.py        |  90 +-------------
 src/cpu_map/x86_EPYC-Genoa.xml                | 115 ++++++++++++++++++
 .../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 +
 7 files changed, 121 insertions(+), 89 deletions(-)
 create mode 100644 src/cpu_map/x86_EPYC-Genoa.xml

-- 
2.39.2
Re: [libvirt PATCH 0/2] Add cpu model for EPYC Genoa
Posted by Martin Kletzander 7 months, 3 weeks ago
On Wed, Sep 06, 2023 at 01:20:27PM +0200, Tim Wiederhake wrote:
>Plus one drive-by improvement to sync_qemu_features_i386.py.
>
>Tim Wiederhake (2):
>  cpu_map: Ignore all vmx-* features in sync_qemu_features_i386.py
>  cpu_map: Add cpu model EPYC Genoa
>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

> src/cpu_map/index.xml                         |   1 +
> src/cpu_map/meson.build                       |   1 +
> src/cpu_map/sync_qemu_features_i386.py        |  90 +-------------
> src/cpu_map/x86_EPYC-Genoa.xml                | 115 ++++++++++++++++++
> .../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 +
> 7 files changed, 121 insertions(+), 89 deletions(-)
> create mode 100644 src/cpu_map/x86_EPYC-Genoa.xml
>
>-- 
>2.39.2
>