aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-29target/s390x: Record separate PER bits in TB flagsRichard Henderson1-13/+31
2024-05-29target/s390x: Update CR9 bitsRichard Henderson1-7/+11
2024-05-29target/s390x: Move cpu_get_tb_cpu_state out of lineRichard Henderson1-21/+2
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé1-3/+0
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-2/+0
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-2/+0
2024-02-03target/s390x: Split out s390x_env_mmu_indexRichard Henderson1-1/+3
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-0/+30
2023-11-07target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'Philippe Mathieu-Daudé1-2/+2
2023-11-07target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCGPhilippe Mathieu-Daudé1-1/+6
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé1-2/+0
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-2/+0
2023-10-20s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel1-0/+1
2023-10-20target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel1-0/+75
2023-10-20CPU topology: extend with s390 specificsPierre Morel1-0/+6
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-08-31target/s390x: Define TARGET_HAS_PRECISE_SMCIlya Leoshkevich1-0/+2
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-05-23target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson1-3/+0
2023-03-20target/s390x: Handle branching to odd addressesIlya Leoshkevich1-0/+9
2023-03-20target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich1-0/+1
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich1-0/+1
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+0
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2021-12-17s390: kvm: adjust diag318 resets to retain dataCollin Walling1-2/+2
2021-11-17target/s390x/cpu.h: Remove unused SIGP_MODE definesThomas Huth1-5/+0
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-7/+0
2021-06-21target/s390x: Expose load_psw and get_psw_mask to cpu.hRichard Henderson1-0/+3
2021-03-26s390x: move S390_ADAPTER_SUPPRESSIBLEGerd Hoffmann1-3/+6
2021-03-15target/s390x: Implement the MVPG condition-code-option bitRichard Henderson1-0/+5
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling1-0/+1
2020-10-02s390: guest support for diagnose 0x318Collin Walling1-0/+2
2020-04-29s390x: Add SIDA memory opsJanosch Frank1-1/+6
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank1-1/+2
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson1-5/+0
2019-12-18s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank1-0/+1
2019-12-14s390x/tcg: clear local interrupts on reset normalCornelia Huck1-4/+4
2019-12-14s390x: Fix cpu normal reset ri clearingJanosch Frank1-1/+6
2019-12-14s390x: Move initial resetJanosch Frank1-1/+1
2019-12-14s390x: Move reset normal to shared reset handlerJanosch Frank1-1/+1
2019-10-09target/s390x: Remove ILEN_UNWINDRichard Henderson1-2/+0
2019-10-09target/s390x: Remove ILEN_AUTORichard Henderson1-2/+0
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-2/+1
2019-10-09target/s390x: Add ilen to unwind dataRichard Henderson1-1/+3
2019-10-09s390x/mmu: Implement Instruction-Execution-Protection FacilityDavid Hildenbrand1-0/+1
2019-10-09s390x/mmu: DAT table definition overhaulDavid Hildenbrand1-20/+58
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand1-0/+4
2019-08-22s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand1-0/+7