summaryrefslogtreecommitdiffstats
path: root/target/s390x/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+1
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* disas: Remove old libopcode s390 disassemblerThomas Huth2022-05-041-1/+0Star
* target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson2021-11-021-0/+1
* target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson2021-11-021-2/+4
* target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-071-1/+1
* target/s390x: split cpu-dump from helper.cCho, Yu-Chen2021-07-071-0/+43
* target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen2021-07-071-276/+9Star
* target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen2021-07-071-1/+1
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+8
* cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-271-1/+1
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* 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