summaryrefslogtreecommitdiffstats
path: root/target/xtensa
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-311-3/+3
* target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* target/xtensa: Honour -semihosting-config userspace=onPeter Maydell2022-09-131-3/+4
* semihosting: Allow optional use of semihosting from userspacePeter Maydell2022-09-131-3/+3
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+4
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-112-6/+2Star
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-112-9/+6Star
* target/xtensa: implement cache test option opcodesMax Filippov2022-05-071-0/+38
* target/xtensa: add clock input to xtensa CPUMax Filippov2022-05-073-3/+24
* target/xtensa: import core lx106Simon Safar2022-05-075-0/+8273
* target/xtensa: use tcg_constant_* for remaining opcodesMax Filippov2022-05-071-52/+25Star
* target/xtensa: use tcg_constant_* for FPU conversion opcodesMax Filippov2022-05-071-12/+6Star
* target/xtensa: use tcg_constant_* for numbered special registersMax Filippov2022-05-071-12/+4Star
* target/xtensa: use tcg_constant_* for TLB opcodesMax Filippov2022-05-071-8/+4Star
* target/xtensa: use tcg_constant_* for exceptionsMax Filippov2022-05-071-13/+5Star
* target/xtensa: use tcg_contatnt_* for numeric literalsMax Filippov2022-05-071-19/+9Star
* target/xtensa: fix missing tcg_temp_free in gen_window_checkMax Filippov2022-05-071-2/+2
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-3/+3
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-064-4/+0Star
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-063-5/+5
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-062-4/+1Star
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-4/+3Star
* target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé2022-03-061-1/+1
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-216-0/+6
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-2/+2
* Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson2021-11-031-1/+1
|\
| * monitor: Trim some trailing space from human-readable outputMarkus Armbruster2021-10-311-1/+1
* | target/xtensa: Make xtensa_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-023-23/+3Star
|/
* target/xtensa: Drop check for singlestep_enabledRichard Henderson2021-10-161-17/+8Star
* target/xtensa: list cores in a text filePaolo Bonzini2021-10-053-2/+14
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-2/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-2/+0Star
* target/xtensa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-8/+5Star
* target/xtensa: Restrict do_transaction_failed() to sysemuPhilippe Mathieu-Daudé2021-09-141-0/+2
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-2/+3
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-17/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-6/+1Star
|\
| * target/xtensa: Use translator_use_goto_tbRichard Henderson2021-07-091-5/+1Star
| * tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-0/+2
|\ \
| * | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
| |/
* / target/xtensa/xtensa-semi: Fix compilation problem on HaikuThomas Huth2021-07-091-45/+39Star
|/
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1