summary refs log tree commit diff stats
path: root/target/s390x/cpu_models.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2024-04-301-15/+10
|\
| * target/s390x/cpu_models: Drop local @err in get_max_cpu_model()Zhao Liu2024-04-301-3/+1
| * target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return booleanZhao Liu2024-04-301-5/+4
| * target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()Zhao Liu2024-04-301-3/+1
| * target/s390x/cpu_model: Make check_compatibility() return booleanZhao Liu2024-04-301-7/+7
* | target/s390x/cpu_models: Rework the output of "-cpu help"Thomas Huth2024-04-291-4/+5
|/
* target/s390x: improve cpu compatibility check error messageClaudio Fontana2024-03-181-7/+15
* target/s390x/cpu_models: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
* Merge tag 'pull-request-2023-11-07' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2023-11-081-5/+1
|\
| * target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block()Philippe Mathieu-Daudé2023-11-071-5/+1
* | hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-11-071-1/+1
|/
* target/s390x/cpu topology: activate CPU topologyPierre Morel2023-10-201-0/+1
* target/s390x: AP-passthrough for PV guestsSteffen Eiden2023-09-121-0/+2
* s390x: spelling fixesMichael Tokarev2023-07-251-1/+1
* hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé2023-07-101-1/+1
* s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich2023-06-051-2/+2
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* hw/s390x/pv: Restrict Protected Virtualization to sysemuPhilippe Mathieu-Daudé2023-01-091-1/+3
* target/s390x: display deprecation status in '-cpu help'Daniel P. Berrangé2022-08-051-5/+18
* s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand2022-05-041-19/+7
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller2022-02-281-3/+3
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-0/+1
* monitor: Trim some trailing space from human-readable outputMarkus Armbruster2021-10-311-2/+2
* target/s390x: split sysemu part of cpu modelsCho, Yu-Chen2021-07-071-416/+1
* target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-071-1/+1
* target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen2021-07-071-1/+1
* s390x/cpumodel: add 3931 and 3932Christian Borntraeger2021-07-071-0/+6
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand2021-06-211-2/+2
* s390x/cpu_model: use official name for 8562Cornelia Huck2021-03-151-2/+2
* s390x/cpu_model: disallow unpack for --only-migratableChristian Borntraeger2021-03-041-0/+10
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell2021-01-011-2/+23
|\
| * s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank2020-12-211-2/+23
* | qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-10/+2
|/
* s390x: fix clang 11 warnings in cpu_models.cDaniele Buono2020-11-101-4/+4
* s390x: pv: Fix diag318 PV fencingJanosch Frank2020-10-221-0/+4
* s390: guest support for diagnose 0x318Collin Walling2020-10-021-0/+1
* s390x: Register all CPU properties as class propertiesEduardo Habkost2020-09-221-19/+16
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-8/+3
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-6/+3
* s390x/cpumodel: Fix harmless misuse of visit_check_struct()Markus Armbruster2020-05-271-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-6/+5
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-2/+2
* qom: add object_new_with_classPaolo Bonzini2019-12-171-2/+2
* s390x/cpumodel: Fix query-cpu-definitions error API violationsMarkus Armbruster2019-12-141-5/+1
* s390x/cpumodel: Fix query-cpu-model-FOO error API violationsMarkus Armbruster2019-12-141-16/+27
* s390x/cpumodel: Fix realize() error API violationsMarkus Armbruster2019-12-141-15/+22
* s390x/cpumodel: Fix feature property error API violationsMarkus Armbruster2019-12-141-4/+8
* s390x/cpumodel: Add missing visit_freeAndrew Jones2019-10-211-0/+1