summaryrefslogtreecommitdiff
path: root/target/s390x/cpu_models.c
AgeCommit message (Expand)Author
2022-08-05target/s390x: display deprecation status in '-cpu help'Daniel P. Berrangé
2022-05-04s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand
2022-02-28s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2021-10-31monitor: Trim some trailing space from human-readable outputMarkus Armbruster
2021-07-07target/s390x: split sysemu part of cpu modelsCho, Yu-Chen
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen
2021-07-07s390x/cpumodel: add 3931 and 3932Christian Borntraeger
2021-06-21s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand
2021-03-15s390x/cpu_model: use official name for 8562Cornelia Huck
2021-03-04s390x/cpu_model: disallow unpack for --only-migratableChristian Borntraeger
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell
2020-12-21s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-11-10s390x: fix clang 11 warnings in cpu_models.cDaniele Buono
2020-10-22s390x: pv: Fix diag318 PV fencingJanosch Frank
2020-10-02s390: guest support for diagnose 0x318Collin Walling
2020-09-22s390x: Register all CPU properties as class propertiesEduardo Habkost
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-05-27s390x/cpumodel: Fix harmless misuse of visit_check_struct()Markus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-14s390x/cpumodel: Fix query-cpu-definitions error API violationsMarkus Armbruster
2019-12-14s390x/cpumodel: Fix query-cpu-model-FOO error API violationsMarkus Armbruster
2019-12-14s390x/cpumodel: Fix realize() error API violationsMarkus Armbruster
2019-12-14s390x/cpumodel: Fix feature property error API violationsMarkus Armbruster
2019-10-21s390x/cpumodel: Add missing visit_freeAndrew Jones
2019-09-23s390x/cpumodel: Add the z15 name to the description of gen15aChristian Borntraeger
2019-07-08s390x/cpumodel: Set up CPU model for AQIC interceptionPierre Morel
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand
2019-05-21s390x/cpumodel: wire up 8561 and 8562 as gen15 machinesChristian Borntraeger
2019-05-21s390x/cpumodel: msa9 facilityChristian Borntraeger
2019-05-21s390x/cpumodel: ignore csske for expansionChristian Borntraeger
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau
2019-02-18s390x/cpumodel: add z14 GA2 modelCollin Walling
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling
2019-02-18s390x/cpumodel: mepochptff: warn when no mepoch and re-align group initCollin Walling
2019-02-18s390x: always provide pci supportCornelia Huck