• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãoc657e84faee48d6ab36665da5a008b8f0649593d (tree)
Hora2019-05-21 23:59:16
AutorChristian Borntraeger <borntraeger@de.i...>
CommiterCornelia Huck

Mensagem de Log

s390x/cpumodel: wire up 8561 and 8562 as gen15 machines

8561 and 8562 will be gen15 machines. There is no name yet, let us use
gen15a and gen15b as base name. Later on we can provide aliases with
the proper name.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20190429090250.7648-10-borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>

Mudança Sumário

Diff

--- a/target/s390x/cpu_models.c
+++ b/target/s390x/cpu_models.c
@@ -43,10 +43,9 @@
4343 }
4444
4545 /*
46- * CPU definiton list in order of release. For now, base features of a
47- * following release are always a subset of base features of the previous
48- * release. Same is correct for the other feature sets.
49- * A BC release always follows the corresponding EC release.
46+ * CPU definition list in order of release. Up to generation 14 base features
47+ * of a following release have been a superset of the previous release. With
48+ * generation 15 one base feature and one optional feature have been deprecated.
5049 */
5150 static S390CPUDef s390_cpu_defs[] = {
5251 CPUDEF_INIT(0x2064, 7, 1, 38, 0x00000000U, "z900", "IBM zSeries 900 GA1"),
@@ -83,6 +82,8 @@ static S390CPUDef s390_cpu_defs[] = {
8382 CPUDEF_INIT(0x3906, 14, 1, 47, 0x08000000U, "z14", "IBM z14 GA1"),
8483 CPUDEF_INIT(0x3906, 14, 2, 47, 0x08000000U, "z14.2", "IBM z14 GA2"),
8584 CPUDEF_INIT(0x3907, 14, 1, 47, 0x08000000U, "z14ZR1", "IBM z14 Model ZR1 GA1"),
85+ CPUDEF_INIT(0x8561, 15, 1, 47, 0x08000000U, "gen15a", "IBM 8561 GA1"),
86+ CPUDEF_INIT(0x8562, 15, 1, 47, 0x08000000U, "gen15b", "IBM 8562 GA1"),
8687 };
8788
8889 #define QEMU_MAX_CPU_TYPE 0x2827