aboutsummaryrefslogtreecommitdiff
path: root/target/sparc
AgeCommit message (Expand)Author
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
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-11-02target/sparc: Set fault address in sparc_cpu_do_unaligned_accessRichard Henderson
2021-11-02target/sparc: Split out build_sfsrRichard Henderson
2021-11-02target/sparc: Remove DEBUG_UNALIGNEDRichard Henderson
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson
2021-10-13target/sparc: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell
2021-09-16target/sparc: Make sparc_cpu_dump_state() staticPhilippe Mathieu-Daudé
2021-09-14target/sparc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-09-08target/sparc: Drop use of gen_io_end()Peter Maydell
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09target/sparc: Use translator_use_goto_tbRichard Henderson