aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-24target/s390x: Add a CONFIG switch to disable legacy CPUsThomas Huth
2024-06-24target/s390x/arch_dump: use correct byte order for pidOmar Sandoval
2024-06-19target/s390x: Use s390_skeys_get|set() helperPhilippe Mathieu-Daudé
2024-05-29target/s390x: Adjust check of noreturn in translate_oneRichard Henderson
2024-05-29target/s390x: Simplify per_ifetch, per_check_exceptionRichard Henderson
2024-05-29target/s390x: Fix helper_per_ifetch flagsRichard Henderson
2024-05-29target/s390x: Raise exception from per_store_realRichard Henderson
2024-05-29target/s390x: Raise exception from helper_per_branchRichard Henderson
2024-05-29target/s390x: Split per_breaking_event from per_branch_*Richard Henderson
2024-05-29target/s390x: Simplify help_branchRichard Henderson
2024-05-29target/s390x: Introduce help_goto_indirectRichard Henderson
2024-05-29target/s390x: Disable conditional branch-to-next for PERRichard Henderson
2024-05-29target/s390x: Record separate PER bits in TB flagsRichard Henderson
2024-05-29target/s390x: Update CR9 bitsRichard Henderson
2024-05-29target/s390x: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2024-05-29target/s390x: Do not use unwind for per_check_exceptionRichard Henderson
2024-05-15target/s390x: Use translator_lduw in get_next_pcRichard Henderson
2024-05-15target/s390x: Disassemble EXECUTEd instructionsRichard Henderson
2024-05-15target/s390x: Fix translator_fake_ld lengthRichard Henderson
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson
2024-05-10s390x: select correct components for no-board buildPaolo Bonzini
2024-05-10s390x: move s390_cpu_addr2state to target/s390x/sigp.cPaolo Bonzini
2024-05-10target/s390x: flag te and cte as deprecatedCollin Walling
2024-05-10target/s390x: report deprecated-props in cpu-model-expansion replyCollin Walling
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-30Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-04-30target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()Zhao Liu
2024-04-30target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return booleanZhao Liu
2024-04-30target/s390x/cpu_models: Drop local @err in get_max_cpu_model()Zhao Liu
2024-04-30target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return booleanZhao Liu
2024-04-30target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()Zhao Liu
2024-04-30target/s390x/cpu_model: Make check_compatibility() return booleanZhao Liu
2024-04-29target/s390x/cpu_models: Rework the output of "-cpu help"Thomas Huth
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-04-25target/s390x: Remove KVM stubs in cpu_models.hPhilippe Mathieu-Daudé
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-04-23s390: Switch to use confidential_guest_kvm_init()Xiaoyao Li
2024-04-09target/s390x: Use insn_start from DisasContextBaseRichard Henderson
2024-03-25target/s390x: Use mutable temporary value for op_tsIdo Plat
2024-03-18target/s390x: improve cpu compatibility check error messageClaudio Fontana
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-03-12target: Improve error reporting for CpuModelInfo member @propsMarkus Armbruster
2024-03-12target: Simplify type checks for CpuModelInfo member @propsMarkus Armbruster
2024-03-12target/s390x/cpu_models: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki