aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-29target/s390x: Record separate PER bits in TB flagsRichard Henderson1-4/+18
2024-05-29target/s390x: Move cpu_get_tb_cpu_state out of lineRichard Henderson1-0/+22
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-1/+0
2024-02-03target/s390x: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2023-10-20machine: adding s390 topology to query-cpu-fastPierre Morel1-0/+9
2023-10-20CPU topology: extend with s390 specificsPierre Morel1-0/+7
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki1-2/+2
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-2/+0
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-0/+8
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich1-0/+26
2023-01-09target/s390x: Restrict sysemu/reset.h to system emulationPhilippe Mathieu-Daudé1-1/+3
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth1-1/+0
2021-11-02target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson1-0/+1
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson1-2/+4
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen1-1/+1
2021-07-07target/s390x: split cpu-dump from helper.cCho, Yu-Chen1-0/+43
2021-07-07target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen1-276/+9
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen1-1/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé1-1/+1
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-13/+20
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-2/+0
2020-12-11s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin1-0/+5
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling1-0/+7
2020-10-03disas: Enable capstone disassembly for s390xRichard Henderson1-0/+4
2020-09-22s390x: Register all CPU properties as class propertiesEduardo Habkost1-1/+0
2020-09-18target/s390x: Set instance_align on S390CPU TypeInfoRichard Henderson1-0/+1
2020-09-08target/s390x: Use start-powered-off CPUState propertyThiago Jung Bauermann1-1/+1
2020-06-05target/s390x: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-7/+5
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-04-29s390x: protvirt: Set guest IPL PSWJanosch Frank1-9/+17
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank1-0/+1
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-3/+5
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank1-2/+2