aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu_models.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-8/+3
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-6/+3
2020-05-27s390x/cpumodel: Fix harmless misuse of visit_check_struct()Markus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-6/+5
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-2/+2
2019-12-17qom: add object_new_with_classPaolo Bonzini1-2/+2
2019-12-14s390x/cpumodel: Fix query-cpu-definitions error API violationsMarkus Armbruster1-5/+1
2019-12-14s390x/cpumodel: Fix query-cpu-model-FOO error API violationsMarkus Armbruster1-16/+27
2019-12-14s390x/cpumodel: Fix realize() error API violationsMarkus Armbruster1-15/+22
2019-12-14s390x/cpumodel: Fix feature property error API violationsMarkus Armbruster1-4/+8
2019-10-21s390x/cpumodel: Add missing visit_freeAndrew Jones1-0/+1
2019-09-23s390x/cpumodel: Add the z15 name to the description of gen15aChristian Borntraeger1-1/+1
2019-07-08s390x/cpumodel: Set up CPU model for AQIC interceptionPierre Morel1-0/+1
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand1-2/+2
2019-05-21s390x/cpumodel: wire up 8561 and 8562 as gen15 machinesChristian Borntraeger1-4/+5
2019-05-21s390x/cpumodel: msa9 facilityChristian Borntraeger1-0/+2
2019-05-21s390x/cpumodel: ignore csske for expansionChristian Borntraeger1-0/+2
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-13/+8
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell1-4/+5
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+1
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau1-1/+1
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau1-2/+3
2019-02-18s390x/cpumodel: add z14 GA2 modelCollin Walling1-0/+1
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling1-0/+24
2019-02-18s390x/cpumodel: mepochptff: warn when no mepoch and re-align group initCollin Walling1-0/+4
2019-02-18s390x: always provide pci supportCornelia Huck1-5/+0
2018-10-12s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak1-0/+2
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-1/+1
2018-08-20s390x/cpumodel: Add "-cpu max" supportDavid Hildenbrand1-25/+57
2018-07-18s390x/cpumodel: fix segmentation fault when baselining modelsDavid Hildenbrand1-0/+8
2018-06-18s390x/cpumodels: add z14 Model ZR1Christian Borntraeger1-0/+1
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