summaryrefslogtreecommitdiff
path: root/target/s390x/cpu_models.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell1-1/+1
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09s390x/cpumodel: allow zpci features in qemu modelCornelia Huck1-0/+6
2017-12-14s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand1-59/+47
2017-12-14s390x/tcg: we already implement the Set-Program-Parameter facilityDavid Hildenbrand1-2/+3
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand1-0/+1
2017-12-14s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand1-0/+1
2017-10-30target/s390x: change CPU type name to "s390x-cpu"David Hildenbrand1-2/+2
2017-10-20s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemuDavid Hildenbrand1-0/+1
2017-10-20S390: use g_new() family of functionsMarc-André Lureau1-6/+6
2017-10-06target/s390x: get rid of next_core_idDavid Hildenbrand1-0/+2
2017-10-06s390x: use generic cpu_model parsingIgor Mammedov1-11/+0
2017-10-06s390x/tcg: add basic MSA featuresDavid Hildenbrand1-0/+4
2017-09-19s390x/ccw: create s390 phb for compat reasons as wellCornelia Huck1-0/+3
2017-09-19s390x: print CPU definitions in sorted orderDavid Hildenbrand1-15/+41
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-1/+1
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand1-0/+2
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand1-0/+8
2017-07-25target/s390x: improve baselining if certain base features are missingDavid Hildenbrand1-0/+33
2017-07-25s390/cpumodel: remove KSS from the default model of z14Christian Borntraeger1-0/+1
2017-07-18Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170718' into s...Peter Maydell1-0/+1
2017-07-18s390x/cpumodel: z14 cpu modelsJason J. Herne1-0/+1
2017-07-17target/s390x: Allow to enable "idtes" feature for TCGDavid Hildenbrand1-0/+1
2017-07-17target/s390x: Mark ETF3 and ETF3_ENH facilities as availableRichard Henderson1-0/+2
2017-07-17target/s390x: Implement CSSTRichard Henderson1-0/+2
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell1-0/+51
2017-07-14s390x/cpumodel: wire up new hardware featuresJason J. Herne1-0/+25
2017-07-14s390x/cpumodel: provide compat handling for new cpu featuresJason J. Herne1-0/+26
2017-07-13Convert error_report() to warn_report()Alistair Francis1-3/+3
2017-07-05s390x: return unavailable features via query-cpu-definitionsViktor Mihajlovski1-5/+57
2017-06-23target/s390x: Implement idte instructionDavid Hildenbrand1-0/+1
2017-06-23target/s390x: Indicate and check for local tlb clearingDavid Hildenbrand1-0/+1
2017-06-23target/s390x: Mark STFLE_49 facility as availableRichard Henderson1-0/+1
2017-06-23target/s390x: Mark STFLE_53 facility as availableRichard Henderson1-0/+1
2017-06-23target/s390x: Mark FPSEH facility as availableRichard Henderson1-0/+1
2017-06-23target/s390x: implement mvcos instructionDavid Hildenbrand1-0/+1
2017-06-13s390x/cpumodel: wire up cpu type + id for TCGDavid Hildenbrand1-2/+6
2017-06-13Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into s...Peter Maydell1-0/+10
2017-06-06target/s390x: mark ETF2 and ETF2-ENH facilities as availableAurelien Jarno1-0/+2
2017-06-06target/s390x/cpu_models: Allow some additional feature bits for the "qemu" CPUThomas Huth1-3/+31
2017-06-06s390x/cpumodel: improve defintion search without an IBCDavid Hildenbrand1-0/+9
2017-06-06s390x/cpumodel: take care of the cpuid format bit for KVMDavid Hildenbrand1-0/+1
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake1-2/+2
2017-04-21s390x: Drop useless castsEric Blake1-2/+2
2017-03-23target/s390x: Fix broken user modeStefan Weil1-2/+0
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster1-1/+1