summaryrefslogtreecommitdiff
path: root/target/xtensa
AgeCommit message (Expand)Author
5 daystarget/xtensa: Constify CPUXtensaState in xtensa_replicate_windowstart()Philippe Mathieu-Daudé
10 daysGuard HMP command implementations with CONFIG_HMPMarc-André Lureau
10 daysmonitor: tighten monitor_printf*()Marc-André Lureau
10 daysmonitor: tighten monitor_set_cpu()/get_cpu()Marc-André Lureau
10 daysmonitor: change HMPCommand cmd to take MonitorHMPMarc-André Lureau
2026-08-16hw/cpu: Rename cpu_exec_realizefn() -> cpu_common_realize()Philippe Mathieu-Daudé
2026-06-18accel/tcg: Move cpu_loop_exit_*() out of 'exec/cpu-common.h'Philippe Mathieu-Daudé
2026-06-18accel/tcg: Move cpu_restore_state() out of 'exec/cpu-common.h'Philippe Mathieu-Daudé
2026-06-12target/xtensa: add cpu_set_fcr/fsr helpers to sync fp_statusMatt Turner
2026-05-21fpu: Introduce FloatSNaNRuleRichard Henderson
2026-05-12target/xtensa/xtensa-semi: Use cpu_translate_for_debug()Peter Maydell
2026-05-12target: Rename cpu_get_phys_page_{,attrs_}debugPeter Maydell
2026-05-12target: Rename get_phys_page_debug to get_phys_addr_debugPeter Maydell
2026-05-06target/xtensa/core: register types using type_initPierrick Bouvier
2026-05-06monitor: Remove 'monitor/hmp-target.h' headerPhilippe Mathieu-Daudé
2026-05-06target/xtensa: Restrict inclusion of 'exec/cpu-defs.h' headerPhilippe Mathieu-Daudé
2026-04-27target/xtensa: Replace malloc() with g_strdup_printf()Dmitry Frolov
2026-04-23Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2026-04-23target/xtensa: Use glib2 instead of strcasecmp/strncasecmpKostiantyn Kostiuk
2026-04-23tcg/translator: add parameter to translator_loop for current addr typePierrick Bouvier
2026-03-16target/xtensa/cpu: Move initialization of memory region to realize functionThomas Huth
2026-02-25exec: Drop TARGET_PHYS_ADDR_SPACE_BITSAnton Johansson
2026-02-19include/tcg/tcg-op.h: eradicate TARGET_INSN_START_EXTRA_WORDSPierrick Bouvier
2026-02-03disas: Have disas_set_info() take a const CPUStatePhilippe Mathieu-Daudé
2025-12-27include: move hw/qdev-clock.h to hw/core/Paolo Bonzini
2025-12-27include: move hw/clock.h to hw/core/Paolo Bonzini
2025-10-29target/xtensa: call plugin trap callbacksJulian Ganz
2025-10-28char: rename CharBackend->CharFrontendMarc-André Lureau
2025-10-16target/xtensa: Remove target_ulong use in xtensa_get_tb_cpu_state()Philippe Mathieu-Daudé
2025-10-16target/xtensa: Remove target_ulong use in xtensa_tr_translate_insn()Philippe Mathieu-Daudé
2025-10-16target/xtensa: Replace legacy cpu_physical_memory_[un]map() callsPhilippe Mathieu-Daudé
2025-06-26target/xtensa: replace FSF postal address with licenses URLSean Wei
2025-05-28target: Use cpu_pointer_wrap_uint32 for 32-bit targetsRichard Henderson
2025-04-30accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOpsRichard Henderson
2025-04-30accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_stateRichard Henderson
2025-04-30accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.hRichard Henderson
2025-04-30accel/tcg: Introduce TCGCPUOps.cpu_exec_resetRichard Henderson
2025-04-30include: Remove 'exec/exec-all.h'Philippe Mathieu-Daudé
2025-04-30accel/tcg: Extract probe API out of 'exec/exec-all.h'Philippe Mathieu-Daudé
2025-04-25target/xtensa: Evaluate TARGET_BIG_ENDIAN at compile timePhilippe Mathieu-Daudé
2025-04-25qom: Constify TypeInfo::class_dataPhilippe Mathieu-Daudé
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé
2025-04-23tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported fieldPhilippe Mathieu-Daudé
2025-04-23tcg: Remove the TCG_GUEST_DEFAULT_MO definition globallyPhilippe Mathieu-Daudé
2025-04-23tcg: Define guest_default_memory_order in TCGCPUOpsPhilippe Mathieu-Daudé
2025-04-23tcg: Always define TARGET_INSN_START_EXTRA_WORDSPhilippe Mathieu-Daudé
2025-04-23exec/cpu-all: remove this headerPierrick Bouvier
2025-04-23exec/cpu-all: transfer exec/cpu-common include to cpu.h headersPierrick Bouvier
2025-04-23exec/cpu-all: remove exec/target_page includePierrick Bouvier
2025-04-23exec/cpu-all: remove exec/cpu-interrupt includePierrick Bouvier