summaryrefslogtreecommitdiffstats
path: root/target-moxie
Commit message (Expand)AuthorAgeFilesLines
* exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-241-8/+7Star
* target-*: Clean up cpu.h header guardsMarkus Armbruster2016-07-121-3/+4
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-3/+3
* 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
* target-moxie: Remove unused struct elementsStefan Weil2016-06-071-5/+0Star
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-192-1/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* hw: move CPU state serialization to migration/cpu.hPaolo Bonzini2016-05-191-0/+1
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-6/+15
* 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-4/+4
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* moxie: Clean up includesPeter Maydell2016-01-295-12/+5Star
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* disas: QOMify moxie specific disas setupPeter Crosthwaite2015-10-221-0/+7
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-37/+4Star
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-2/+11
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0Star
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-12/+7Star
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-1/+1
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-4/+2Star
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* moxie: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+0Star
* elf: Update EM_MOXIE definitionPeter Crosthwaite2015-09-251-1/+1
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* maint: remove unused include for assert.hDaniel P. Berrange2015-09-112-2/+0Star
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-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-moxie: Fix warnings from Sparse (one-bit signed bitfield)Stefan Weil2015-03-191-5/+5
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-1/+1
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1Star
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-131-5/+3Star
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-131-1/+1
* moxie: Fix warning caused by missing include statementStefan Weil2015-02-101-0/+1
* 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
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-052-1/+2
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-14/+0Star
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-283-8/+3Star
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-1/+1