aboutsummaryrefslogtreecommitdiff
path: root/target/sparc
AgeCommit message (Expand)Author
2023-07-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-07-25target/sparc: Handle FPRS correctly on big-endian hostsPeter Maydell
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASIRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURNRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for JMPLRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branchesRichard Henderson
2023-06-28target/sparc: Introduce DYNAMIC_PC_LOOKUPRichard Henderson
2023-06-28target/sparc: Drop inline markers from translate.cRichard Henderson
2023-06-28target/sparc: Fix npc comparison in sparc_tr_insn_startRichard Henderson
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tbRichard Henderson
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-05target/sparc: Use cpu_ld*_code_mmuRichard Henderson
2023-05-05target/sparc: Use MO_ALIGN where requiredRichard Henderson
2023-05-05target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson
2023-03-13tcg/sparc: Avoid tcg_const_tl in gen_edgeRichard Henderson
2023-03-13target/sparc: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/sparc: Avoid tcg_const_{tl,i32}Richard Henderson
2023-03-05target/sparc: Drop tcg_temp_freeRichard Henderson
2023-03-05target/sparc: Drop free_compareRichard Henderson
2023-03-05target/sparc: Remove egress label in disas_sparc_contextRichard Henderson
2023-03-05target/sparc: Drop get_temp_i32Richard Henderson
2023-03-05target/sparc: Drop get_temp_tlRichard Henderson
2023-03-05target/sparc: Use tlb_set_page_fullRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-02-27target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guardPhilippe Mathieu-Daudé
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-05target/sparc: Avoid TCGV_{LOW,HIGH}Richard Henderson
2022-12-16target/sparc: Convert to 3-phase resetPeter Maydell
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau