Skip to content

Commit

Permalink
Merge pull request #4235 from fbq815/2646
Browse files Browse the repository at this point in the history
Remove un-supported CPU model on s390x
  • Loading branch information
PaulYuuu authored Dec 20, 2024
2 parents f8278a3 + a105c42 commit a0de0cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions qemu/tests/cfg/s390x_cpu_model.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
type = s390x_cpu_model_expansion
variants:
- model_type_z196_z196_2_z114:
only RHEL.7 RHEL.8 RHEL.9
cpu_models = "z196 z196.2 z114"
props = 'aefsi=True msa4=True msa3=True msa2=True msa1=True sthyi=True edat=True ipter=True bpb=True ppa15=True cmm=True'
- model_type_zEC12_zEC12_2_zBC12:
Expand Down Expand Up @@ -41,12 +42,14 @@
boot_cpu_models = 'z196,z196.2,z114;zEC12,zEC12.2,zBC12;z13,z13.2,z13s;z14,z14.2,z14ZR1;gen15a,gen15b;gen16a,gen16b'
RHEL.8:
boot_cpu_models = 'z13,z13.2,z13s;z14,z14.2,z14ZR1;gen15a,gen15b;gen16a,gen16b'
RHEL.9:
RHEL.9, RHEL.10:
boot_cpu_models = 'z14,z14.2,z14ZR1;gen15a,gen15b;gen16a,gen16b'
- cpu_baseline:
type = s390x_cpu_model_baseline
props1 = "msa1=True msa2=True msa3=False"
props2 = "msa1=True msa2=False msa3=True"
expected_props = "msa1"
not_expected_props = "msa2 msa3"
cpu_models = "z196 z114 zEC12 zBC12 z13 z13.2 z14 gen15b gen16b"
cpu_models = "z14 gen15b gen16b"
RHEL.7, RHEL.8, RHEL.9:
cpu_models = "z196 z114 zEC12 zBC12 z13 z13.2 z14 gen15b gen16b"

0 comments on commit a0de0cf

Please sign in to comment.