aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2024-07-29target/s390x: move @deprecated-props to CpuModelExpansion InfoCollin Walling1-11/+18
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-40/+65
2024-07-23target/s390x: Use set/clear_helper_retaddr in mem_helper.cRichard Henderson1-6/+37
2024-07-23target/s390x: Use user_or_likely in access_memmoveRichard Henderson1-29/+27
2024-07-23target/s390x: Use user_or_likely in do_access_memsetRichard Henderson1-5/+1
2024-07-22target/s390x: filter deprecated properties based on model expansion typeCollin Walling1-7/+9
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson1-1/+1
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-1/+1
2024-06-24target/s390x: Add a CONFIG switch to disable legacy CPUsThomas Huth2-0/+14
2024-06-24target/s390x/arch_dump: use correct byte order for pidOmar Sandoval1-1/+1
2024-06-19target/s390x: Use s390_skeys_get|set() helperPhilippe Mathieu-Daudé3-25/+6
2024-05-29target/s390x: Adjust check of noreturn in translate_oneRichard Henderson1-7/+8
2024-05-29target/s390x: Simplify per_ifetch, per_check_exceptionRichard Henderson3-24/+23
2024-05-29target/s390x: Fix helper_per_ifetch flagsRichard Henderson1-1/+1
2024-05-29target/s390x: Raise exception from per_store_realRichard Henderson3-5/+8
2024-05-29target/s390x: Raise exception from helper_per_branchRichard Henderson3-38/+27
2024-05-29target/s390x: Split per_breaking_event from per_branch_*Richard Henderson1-3/+3
2024-05-29target/s390x: Simplify help_branchRichard Henderson1-102/+50
2024-05-29target/s390x: Introduce help_goto_indirectRichard Henderson1-9/+10
2024-05-29target/s390x: Disable conditional branch-to-next for PERRichard Henderson1-7/+7
2024-05-29target/s390x: Record separate PER bits in TB flagsRichard Henderson4-35/+62
2024-05-29target/s390x: Update CR9 bitsRichard Henderson2-8/+12
2024-05-29target/s390x: Move cpu_get_tb_cpu_state out of lineRichard Henderson2-21/+24
2024-05-29target/s390x: Do not use unwind for per_check_exceptionRichard Henderson4-10/+28
2024-05-15target/s390x: Use translator_lduw in get_next_pcRichard Henderson1-2/+1
2024-05-15target/s390x: Disassemble EXECUTEd instructionsRichard Henderson1-2/+3
2024-05-15target/s390x: Fix translator_fake_ld lengthRichard Henderson1-2/+2
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson1-4/+4
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson1-5/+3
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson1-1/+1
2024-05-10s390x: select correct components for no-board buildPaolo Bonzini1-0/+2
2024-05-10s390x: move s390_cpu_addr2state to target/s390x/sigp.cPaolo Bonzini1-0/+17
2024-05-10target/s390x: flag te and cte as deprecatedCollin Walling1-0/+3
2024-05-10target/s390x: report deprecated-props in cpu-model-expansion replyCollin Walling3-0/+23
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2-0/+2
2024-04-30Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into sta...Richard Henderson4-34/+28
2024-04-30target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()Zhao Liu1-3/+1
2024-04-30target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return booleanZhao Liu3-10/+10
2024-04-30target/s390x/cpu_models: Drop local @err in get_max_cpu_model()Zhao Liu1-3/+1
2024-04-30target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return booleanZhao Liu3-12/+12
2024-04-30target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()Zhao Liu1-3/+1
2024-04-30target/s390x/cpu_model: Make check_compatibility() return booleanZhao Liu1-7/+7
2024-04-29target/s390x/cpu_models: Rework the output of "-cpu help"Thomas Huth1-4/+5
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2-3/+6
2024-04-25target/s390x: Remove KVM stubs in cpu_models.hPhilippe Mathieu-Daudé1-15/+0
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini1-5/+0
2024-04-23s390: Switch to use confidential_guest_kvm_init()Xiaoyao Li2-15/+9
2024-04-09target/s390x: Use insn_start from DisasContextBaseRichard Henderson1-3/+1
2024-03-25target/s390x: Use mutable temporary value for op_tsIdo Plat1-2/+3