summaryrefslogtreecommitdiffstats
path: root/target/s390x/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-13/+20
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-2/+0Star
* s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin2020-12-111-0/+5
* s390/kvm: fix diag318 propagation and reset functionalityCollin Walling2020-11-181-0/+7
* disas: Enable capstone disassembly for s390xRichard Henderson2020-10-031-0/+4
* s390x: Register all CPU properties as class propertiesEduardo Habkost2020-09-221-1/+0Star
* target/s390x: Set instance_align on S390CPU TypeInfoRichard Henderson2020-09-181-0/+1
* target/s390x: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-1/+1
* target/s390x: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-7/+5Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* s390x: protvirt: Set guest IPL PSWJanosch Frank2020-04-291-9/+17
* s390x: protvirt: Support unpack facilityJanosch Frank2020-04-291-0/+1
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-3/+5
* s390x: Rename and use constants for short PSW address and maskJanosch Frank2020-02-271-2/+2
* s390x: Add missing vcpu reset functionsJanosch Frank2020-02-261-2/+12
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank2019-12-181-2/+10
* s390x: Fix cpu normal reset ri clearingJanosch Frank2019-12-141-1/+6
* s390x: Move clear resetJanosch Frank2019-12-141-41/+17Star
* s390x: Move initial resetJanosch Frank2019-12-141-28/+18Star
* s390x: Move reset normal to shared reset handlerJanosch Frank2019-12-141-6/+13
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-0/+3
* qapi: Split machine.json off misc.jsonMarkus Armbruster2019-07-021-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-1/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-4/+5
* s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand2019-06-071-0/+3
* target/s390x: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2Star
* s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand2019-04-251-0/+7
* s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth2019-02-181-11/+8Star
* s390x/tcg: always enable AFP for linux-userDavid Hildenbrand2018-10-091-0/+5
* s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-201-10/+0Star
* s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand2018-07-021-5/+12
* s390x/tcg: properly implement the TODDavid Hildenbrand2018-07-021-7/+0Star
* s390x/tcg: drop tod_basetimeDavid Hildenbrand2018-07-021-1/+0Star
* s390x/tod: factor out TOD into separate deviceDavid Hildenbrand2018-07-021-32/+0Star
* s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand2018-07-021-2/+2
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+2
* s390x: remove s390_get_memslot_countCornelia Huck2018-02-261-9/+0Star