[libvirt] [PATCH v2 0/3] Add new EPYC CPU model

Jiri Denemark posted 3 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1504783322.git.jdenemar@redhat.com
src/cpu/cpu_map.xml                                |  74 +++++++
tests/cputest.c                                    |   2 +
.../x86_64-cpuid-EPYC-7601-32-Core-disabled.xml    |   8 +
.../x86_64-cpuid-EPYC-7601-32-Core-enabled.xml     |  10 +
.../x86_64-cpuid-EPYC-7601-32-Core-guest.xml       |  16 ++
.../x86_64-cpuid-EPYC-7601-32-Core-host.xml        |  17 ++
.../x86_64-cpuid-EPYC-7601-32-Core-json.xml        |  11 +
.../x86_64-cpuid-EPYC-7601-32-Core.json            | 241 +++++++++++++++++++++
.../cputestdata/x86_64-cpuid-EPYC-7601-32-Core.xml |  54 +++++
..._64-cpuid-Ryzen-7-1800X-Eight-Core-disabled.xml |   9 +
...6_64-cpuid-Ryzen-7-1800X-Eight-Core-enabled.xml |  10 +
...x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml |  16 ++
.../x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml |  17 ++
.../x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml |  11 +
.../x86_64-cpuid-Ryzen-7-1800X-Eight-Core.json     | 203 +++++++++++++++++
.../x86_64-cpuid-Ryzen-7-1800X-Eight-Core.xml      |  52 +++++
16 files changed, 751 insertions(+)
create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-disabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-enabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-guest.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-host.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-json.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.json
create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-disabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-enabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.json
create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.xml
[libvirt] [PATCH v2 0/3] Add new EPYC CPU model
Posted by Jiri Denemark 6 years, 6 months ago
Brijesh Singh (1):
  cpu: Add new EPYC CPU model

Jiri Denemark (2):
  tests: Add CPUID data for AMD Ryzen 7 1800X Eight-Core Processor
  tests: Add CPUID data for AMD EPYC 7601 32-Core Processor

 src/cpu/cpu_map.xml                                |  74 +++++++
 tests/cputest.c                                    |   2 +
 .../x86_64-cpuid-EPYC-7601-32-Core-disabled.xml    |   8 +
 .../x86_64-cpuid-EPYC-7601-32-Core-enabled.xml     |  10 +
 .../x86_64-cpuid-EPYC-7601-32-Core-guest.xml       |  16 ++
 .../x86_64-cpuid-EPYC-7601-32-Core-host.xml        |  17 ++
 .../x86_64-cpuid-EPYC-7601-32-Core-json.xml        |  11 +
 .../x86_64-cpuid-EPYC-7601-32-Core.json            | 241 +++++++++++++++++++++
 .../cputestdata/x86_64-cpuid-EPYC-7601-32-Core.xml |  54 +++++
 ..._64-cpuid-Ryzen-7-1800X-Eight-Core-disabled.xml |   9 +
 ...6_64-cpuid-Ryzen-7-1800X-Eight-Core-enabled.xml |  10 +
 ...x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml |  16 ++
 .../x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml |  17 ++
 .../x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml |  11 +
 .../x86_64-cpuid-Ryzen-7-1800X-Eight-Core.json     | 203 +++++++++++++++++
 .../x86_64-cpuid-Ryzen-7-1800X-Eight-Core.xml      |  52 +++++
 16 files changed, 751 insertions(+)
 create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-disabled.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-enabled.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-guest.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-host.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core-json.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.json
 create mode 100644 tests/cputestdata/x86_64-cpuid-EPYC-7601-32-Core.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-disabled.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-enabled.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-guest.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-host.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core-json.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.json
 create mode 100644 tests/cputestdata/x86_64-cpuid-Ryzen-7-1800X-Eight-Core.xml

-- 
2.14.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/3] Add new EPYC CPU model
Posted by Pavel Hrdina 6 years, 6 months ago
On Thu, Sep 07, 2017 at 01:27:46PM +0200, Jiri Denemark wrote:
> Brijesh Singh (1):
>   cpu: Add new EPYC CPU model
> 
> Jiri Denemark (2):
>   tests: Add CPUID data for AMD Ryzen 7 1800X Eight-Core Processor
>   tests: Add CPUID data for AMD EPYC 7601 32-Core Processor

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list