summaryrefslogtreecommitdiff
path: root/target/s390x/cpu.c
AgeCommit message (Expand)Author
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen
2021-07-07target/s390x: split cpu-dump from helper.cCho, Yu-Chen
2021-07-07target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-11s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling
2020-10-03disas: Enable capstone disassembly for s390xRichard Henderson
2020-09-22s390x: Register all CPU properties as class propertiesEduardo Habkost
2020-09-18target/s390x: Set instance_align on S390CPU TypeInfoRichard Henderson
2020-09-08target/s390x: Use start-powered-off CPUState propertyThiago Jung Bauermann
2020-06-05target/s390x: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-04-29s390x: protvirt: Set guest IPL PSWJanosch Frank
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank
2020-02-26s390x: Add missing vcpu reset functionsJanosch Frank
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2019-12-18s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank
2019-12-14s390x: Fix cpu normal reset ri clearingJanosch Frank
2019-12-14s390x: Move clear resetJanosch Frank
2019-12-14s390x: Move initial resetJanosch Frank
2019-12-14s390x: Move reset normal to shared reset handlerJanosch Frank
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu
2019-07-02qapi: Split machine.json off 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-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-07s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand
2019-05-10target/s390x: Convert to CPUClass::tlb_fillRichard Henderson