[libvirt PATCH 0/3] Define and enable Snowridge model

Tim Wiederhake posted 3 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201117123448.134913-1-twiederh@redhat.com
src/cpu_map/index.xml                         |  1 +
src/cpu_map/meson.build                       |  1 +
src/cpu_map/x86_Snowridge.xml                 | 71 +++++++++++++++++++
src/cpu_map/x86_features.xml                  |  8 +++
.../domaincapsdata/qemu_4.1.0-q35.x86_64.xml  |  1 +
.../domaincapsdata/qemu_4.1.0-tcg.x86_64.xml  |  1 +
tests/domaincapsdata/qemu_4.1.0.x86_64.xml    |  1 +
.../domaincapsdata/qemu_4.2.0-q35.x86_64.xml  |  1 +
.../domaincapsdata/qemu_4.2.0-tcg.x86_64.xml  |  1 +
tests/domaincapsdata/qemu_4.2.0.x86_64.xml    |  1 +
.../domaincapsdata/qemu_5.0.0-q35.x86_64.xml  |  1 +
.../domaincapsdata/qemu_5.0.0-tcg.x86_64.xml  |  1 +
tests/domaincapsdata/qemu_5.0.0.x86_64.xml    |  1 +
.../domaincapsdata/qemu_5.1.0-q35.x86_64.xml  |  1 +
.../domaincapsdata/qemu_5.1.0-tcg.x86_64.xml  |  1 +
tests/domaincapsdata/qemu_5.1.0.x86_64.xml    |  1 +
.../domaincapsdata/qemu_5.2.0-q35.x86_64.xml  |  1 +
.../domaincapsdata/qemu_5.2.0-tcg.x86_64.xml  |  1 +
tests/domaincapsdata/qemu_5.2.0.x86_64.xml    |  1 +
19 files changed, 96 insertions(+)
create mode 100644 src/cpu_map/x86_Snowridge.xml
[libvirt PATCH 0/3] Define and enable Snowridge model
Posted by Tim Wiederhake 3 years, 5 months ago
This series adds a CPU model for Snowridge to libvirt. Snowridge was
added to QEMU in v4.1.0.

Tim Wiederhake (3):
  cpu_map: Add support for core-capability CPU feature
  cpu_map: Add support for split-lock-detect CPU feature
  cpu_map: Define and enable Snowridge model

 src/cpu_map/index.xml                         |  1 +
 src/cpu_map/meson.build                       |  1 +
 src/cpu_map/x86_Snowridge.xml                 | 71 +++++++++++++++++++
 src/cpu_map/x86_features.xml                  |  8 +++
 .../domaincapsdata/qemu_4.1.0-q35.x86_64.xml  |  1 +
 .../domaincapsdata/qemu_4.1.0-tcg.x86_64.xml  |  1 +
 tests/domaincapsdata/qemu_4.1.0.x86_64.xml    |  1 +
 .../domaincapsdata/qemu_4.2.0-q35.x86_64.xml  |  1 +
 .../domaincapsdata/qemu_4.2.0-tcg.x86_64.xml  |  1 +
 tests/domaincapsdata/qemu_4.2.0.x86_64.xml    |  1 +
 .../domaincapsdata/qemu_5.0.0-q35.x86_64.xml  |  1 +
 .../domaincapsdata/qemu_5.0.0-tcg.x86_64.xml  |  1 +
 tests/domaincapsdata/qemu_5.0.0.x86_64.xml    |  1 +
 .../domaincapsdata/qemu_5.1.0-q35.x86_64.xml  |  1 +
 .../domaincapsdata/qemu_5.1.0-tcg.x86_64.xml  |  1 +
 tests/domaincapsdata/qemu_5.1.0.x86_64.xml    |  1 +
 .../domaincapsdata/qemu_5.2.0-q35.x86_64.xml  |  1 +
 .../domaincapsdata/qemu_5.2.0-tcg.x86_64.xml  |  1 +
 tests/domaincapsdata/qemu_5.2.0.x86_64.xml    |  1 +
 19 files changed, 96 insertions(+)
 create mode 100644 src/cpu_map/x86_Snowridge.xml

-- 
2.26.2