summaryrefslogtreecommitdiffstats
path: root/target/moxie
Commit message (Expand)AuthorAgeFilesLines
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Supply missing header guardsMarkus Armbruster2019-06-121-0/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-3/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1Star
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/moxie: Use env_cpu, env_archcpuRichard Henderson2019-06-103-8/+3Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+0Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-2/+2
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-11/+18
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
* target/moxie: Convert to CPUClass::tlb_fillRichard Henderson2019-05-103-52/+19Star
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-9/+2Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-183-14/+13Star
* target/moxie: Fix LGPL information in the file headersThomas Huth2019-02-065-9/+9
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-7/+7
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-7/+7
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
|/
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-111-1/+1
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-1/+0Star
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-3/+2Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-252-6/+6
* target/moxie: Fix tlb_fillRichard Henderson2017-12-281-2/+1Star
* target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée2017-12-281-3/+1Star
* moxie: cleanup cpu type name compositionIgor Mammedov2017-10-272-39/+20Star
* moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov2017-10-271-1/+6
* tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-3/+0Star
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-1/+1
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-242-12/+1Star
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-101-7/+1Star
* moxie: replace cpu_moxie_init() with cpu_generic_init()Igor Mammedov2017-09-012-7/+1Star
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-2/+2
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-132-3/+4
* Move target-* CPU file into a target/ folderThomas Huth2016-12-2010-0/+1482