[libvirt] [PATCH 0/3] cpu: Add new Skylake-Server CPU model

Jiri Denemark posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1505303997.git.jdenemar@redhat.com
src/cpu/cpu_map.xml                                |  81 +++++++
tests/cputest.c                                    |   1 +
.../x86_64-cpuid-Xeon-Gold-6148-disabled.xml       |   7 +
.../x86_64-cpuid-Xeon-Gold-6148-enabled.xml        |   9 +
.../x86_64-cpuid-Xeon-Gold-6148-guest.xml          |  29 +++
.../x86_64-cpuid-Xeon-Gold-6148-host.xml           |  30 +++
.../x86_64-cpuid-Xeon-Gold-6148-json.xml           |   8 +
tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.json | 235 +++++++++++++++++++++
tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.xml  |  54 +++++
.../domaincapsschemadata/qemu_2.9.0-tcg.x86_64.xml |   2 +
10 files changed, 456 insertions(+)
create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-disabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-enabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-guest.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-host.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-json.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.json
create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.xml
[libvirt] [PATCH 0/3] cpu: Add new Skylake-Server CPU model
Posted by Jiri Denemark 6 years, 7 months ago
Jiri Denemark (3):
  tests: Add CPUID data for Intel(R) Xeon(R) Gold 6148 CPU
  cpu: Add clwb/pcommit CPU features
  cpu: Add new Skylake-Server CPU model

 src/cpu/cpu_map.xml                                |  81 +++++++
 tests/cputest.c                                    |   1 +
 .../x86_64-cpuid-Xeon-Gold-6148-disabled.xml       |   7 +
 .../x86_64-cpuid-Xeon-Gold-6148-enabled.xml        |   9 +
 .../x86_64-cpuid-Xeon-Gold-6148-guest.xml          |  29 +++
 .../x86_64-cpuid-Xeon-Gold-6148-host.xml           |  30 +++
 .../x86_64-cpuid-Xeon-Gold-6148-json.xml           |   8 +
 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.json | 235 +++++++++++++++++++++
 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.xml  |  54 +++++
 .../domaincapsschemadata/qemu_2.9.0-tcg.x86_64.xml |   2 +
 10 files changed, 456 insertions(+)
 create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-disabled.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-enabled.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-guest.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-host.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148-json.xml
 create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.json
 create mode 100644 tests/cputestdata/x86_64-cpuid-Xeon-Gold-6148.xml

-- 
2.14.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] cpu: Add new Skylake-Server CPU model
Posted by Pavel Hrdina 6 years, 7 months ago
On Wed, Sep 13, 2017 at 02:00:43PM +0200, Jiri Denemark wrote:
> Jiri Denemark (3):
>   tests: Add CPUID data for Intel(R) Xeon(R) Gold 6148 CPU
>   cpu: Add clwb/pcommit CPU features
>   cpu: Add new Skylake-Server CPU model

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