summary refs log tree commit diff stats
path: root/target/s390x/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Infer number of core registers from XMLAkihiko Odaki2024-02-281-1/+0
* target/s390x: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-0/+6
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* machine: adding s390 topology to query-cpu-fastPierre Morel2023-10-201-0/+9
* CPU topology: extend with s390 specificsPierre Morel2023-10-201-0/+7
* hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki2023-10-111-2/+2
* accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-2/+0
* hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth2023-05-161-0/+8
* target/s390x: Implement Early Exception RecognitionIlya Leoshkevich2023-03-201-0/+26
* target/s390x: Restrict sysemu/reset.h to system emulationPhilippe Mathieu-Daudé2023-01-091-1/+3
* 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/+0
* 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/+9
* target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen2021-07-071-1/+1
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-261-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-261-0/+8
* cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-261-1/+1
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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/+0
* 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/+0
* 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/+5
* 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-171-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/+1