Jiri Denemark (3):
cputest: Add data for Cooperlake CPU
cpu_map: Add pschange-mc-no bit in IA32_ARCH_CAPABILITIES MSR
cpu_map: Add Cooperlake x86 CPU model
src/cpu_map/index.xml | 1 +
src/cpu_map/x86_Cooperlake.xml | 90 +
src/cpu_map/x86_features.xml | 3 +
tests/cputest.c | 1 +
.../x86_64-cpuid-Cooperlake-disabled.xml | 7 +
.../x86_64-cpuid-Cooperlake-enabled.xml | 11 +
.../x86_64-cpuid-Cooperlake-guest.xml | 32 +
.../x86_64-cpuid-Cooperlake-host.xml | 33 +
.../x86_64-cpuid-Cooperlake-json.xml | 15 +
.../cputestdata/x86_64-cpuid-Cooperlake.json | 1574 +++++++++++++++++
tests/cputestdata/x86_64-cpuid-Cooperlake.sig | 4 +
tests/cputestdata/x86_64-cpuid-Cooperlake.xml | 68 +
.../x86_64-cpuid-Core-i7-8550U-enabled.xml | 2 +-
.../x86_64-cpuid-Core-i7-8550U-guest.xml | 1 +
.../x86_64-cpuid-Core-i7-8550U-host.xml | 1 +
.../x86_64-cpuid-Core-i7-8550U-json.xml | 1 +
...64-cpuid-Ryzen-9-3900X-12-Core-enabled.xml | 2 +-
...6_64-cpuid-Ryzen-9-3900X-12-Core-guest.xml | 1 +
...86_64-cpuid-Ryzen-9-3900X-12-Core-host.xml | 1 +
...86_64-cpuid-Ryzen-9-3900X-12-Core-json.xml | 1 +
...86_64-cpuid-Xeon-Platinum-9242-enabled.xml | 2 +-
.../x86_64-cpuid-Xeon-Platinum-9242-json.xml | 1 +
.../domaincapsdata/qemu_4.2.0-q35.x86_64.xml | 1 +
tests/domaincapsdata/qemu_4.2.0.x86_64.xml | 1 +
.../domaincapsdata/qemu_5.0.0-q35.x86_64.xml | 2 +
.../domaincapsdata/qemu_5.0.0-tcg.x86_64.xml | 1 +
tests/domaincapsdata/qemu_5.0.0.x86_64.xml | 2 +
.../domaincapsdata/qemu_5.1.0-q35.x86_64.xml | 2 +
.../domaincapsdata/qemu_5.1.0-tcg.x86_64.xml | 1 +
tests/domaincapsdata/qemu_5.1.0.x86_64.xml | 2 +
30 files changed, 1861 insertions(+), 3 deletions(-)
create mode 100644 src/cpu_map/x86_Cooperlake.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake-disabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake-enabled.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake-guest.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake-host.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake-json.xml
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake.json
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake.sig
create mode 100644 tests/cputestdata/x86_64-cpuid-Cooperlake.xml
--
2.26.2