| Commit message (Expand) | Author | Age | Files | Lines |
* | cpu: Use DeviceClass reset instead of a special CPUClass reset | Peter Maydell | 2020-03-18 | 2 | -4/+5 |
* | cpu: Use cpu_class_set_parent_reset() | Greg Kurz | 2020-01-24 | 1 | -2/+1 |
* | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 2020-01-16 | 1 | -1/+1 |
* | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2019-08-21 | 1 | -1/+1 |
* | Include hw/boards.h a bit less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Supply missing header guards | Markus Armbruster | 2019-06-12 | 1 | -0/+5 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 3 | -3/+0 |
* | cpu: Remove CPU_COMMON | Richard Henderson | 2019-06-10 | 1 | -3/+0 |
* | cpu: Introduce CPUNegativeOffsetState | Richard Henderson | 2019-06-10 | 1 | -0/+1 |
* | cpu: Introduce cpu_set_cpustate_pointers | Richard Henderson | 2019-06-10 | 1 | -2/+1 |
* | cpu: Move ENV_OFFSET to exec/gen-icount.h | Richard Henderson | 2019-06-10 | 1 | -1/+0 |
* | target/moxie: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 3 | -8/+3 |
* | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 2019-06-10 | 1 | -2/+0 |
* | cpu: Define ArchCPU | Richard Henderson | 2019-06-10 | 1 | -0/+1 |
* | cpu: Define CPUArchState with typedef | Richard Henderson | 2019-06-10 | 1 | -2/+2 |
* | tcg: Split out target/arch/cpu-param.h | Richard Henderson | 2019-06-10 | 2 | -11/+18 |
* | tcg: Use CPUClass::tlb_fill in cputlb.c | Richard Henderson | 2019-05-10 | 1 | -6/+0 |
* | target/moxie: Convert to CPUClass::tlb_fill | Richard Henderson | 2019-05-10 | 3 | -52/+19 |
* | tcg: Hoist max_insns computation to tb_gen_code | Richard Henderson | 2019-04-24 | 1 | -9/+2 |
* | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2019-04-18 | 3 | -14/+13 |
* | target/moxie: Fix LGPL information in the file headers | Thomas Huth | 2019-02-06 | 5 | -9/+9 |
* | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st... | Peter Maydell | 2018-06-04 | 1 | -7/+7 |
|\ |
|
| * | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 2018-06-02 | 1 | -7/+7 |
* | | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 2 | -2/+0 |
|/ |
|
* | icount: fix cpu_restore_state_from_tb for non-tb-exit cases | Pavel Dovgalyuk | 2018-04-11 | 1 | -1/+1 |
* | cpu: get rid of unused cpu_init() defines | Igor Mammedov | 2018-03-19 | 1 | -2/+0 |
* | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov | 2018-03-19 | 1 | -0/+1 |
* | target/*/cpu.h: remove softfloat.h | Alex Bennée | 2018-02-21 | 1 | -1/+0 |
* | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 2018-02-05 | 1 | -3/+2 |
* | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 2018-01-25 | 2 | -6/+6 |
* | target/moxie: Fix tlb_fill | Richard Henderson | 2017-12-28 | 1 | -2/+1 |
* | target/*helper: don't check retaddr before calling cpu_restore_state | Alex Bennée | 2017-12-28 | 1 | -3/+1 |
* | moxie: cleanup cpu type name composition | Igor Mammedov | 2017-10-27 | 2 | -39/+20 |
* | moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite" | Igor Mammedov | 2017-10-27 | 1 | -1/+6 |
* | tcg: Initialize cpu_env generically | Richard Henderson | 2017-10-24 | 1 | -3/+0 |
* | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 2017-10-24 | 1 | -1/+1 |
* | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota | 2017-10-24 | 1 | -1/+1 |
* | qom: Introduce CPUClass.tcg_initialize | Richard Henderson | 2017-10-24 | 2 | -12/+1 |
* | qom/cpu: move cpu_model null check to cpu_class_by_name() | Philippe Mathieu-Daudé | 2017-10-10 | 1 | -7/+1 |
* | moxie: replace cpu_moxie_init() with cpu_generic_init() | Igor Mammedov | 2017-09-01 | 2 | -7/+1 |
* | tcg: Pass generic CPUState to gen_intermediate_code() | Lluís Vilanova | 2017-07-19 | 1 | -2/+2 |
* | qom/cpu: move tlb_flush to cpu_common_reset | Alex Bennée | 2017-01-13 | 2 | -3/+4 |
* | Move target-* CPU file into a target/ folder | Thomas Huth | 2016-12-20 | 10 | -0/+1482 |