summaryrefslogtreecommitdiffstats
path: root/target-xtensa
Commit message (Expand)AuthorAgeFilesLines
* target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-2/+0Star
* exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova2016-06-201-0/+1
* cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell2016-06-091-1/+1
* target-*: dfilter support for in_asmRichard Henderson2016-06-051-1/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-195-1/+4
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* target-xtensa: make cpu-qom.h not target specificPaolo Bonzini2016-05-192-38/+41
* cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini2016-05-191-1/+0Star
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-0/+4
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* tcg: Add type for vCPU pointersLluís Vilanova2016-03-011-1/+1
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2016-02-091-5/+5
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* xtensa: Clean up includesPeter Maydell2016-01-2910-6/+10
* xtensa: avoid "naked" qemu_logPaolo Bonzini2015-12-175-31/+31
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* target-xtensa: implement S32NBMax Filippov2015-10-211-0/+11
* target-xtensa: implement depbits instructionMax Filippov2015-10-213-0/+26
* target-xtensa: use CPU_LOG_MMU for MMU event loggingMax Filippov2015-10-212-6/+6
* target-xtensa: add window overflow check to L32E/S32EMax Filippov2015-10-211-2/+4
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-35/+4Star
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+3
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0Star
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-18/+7Star
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+2
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-4/+1Star
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+0Star
* monitor: remove target-specific code from monitor.cPavel Butsykin2015-09-162-0/+35
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-091-1/+1
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-091-1/+1
* target-xtensa: fix gdb register map constructionMax Filippov2015-07-067-7/+27
* target-xtensa: add 64-bit floating point registersMax Filippov2015-07-064-9/+43
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2015-06-191-1/+2
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-9/+9
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1Star
* target-xtensa: implement do_unassigned_access callbackMax Filippov2015-03-073-0/+18
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-131-4/+3Star
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-131-1/+0Star
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+0Star
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* target-xtensa: don't generate dead codeMax Filippov2014-12-171-279/+321