Age | Commit message (Expand) | Author | Files | Lines |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 1 | -1/+1 |
2019-08-25 | target/alpha: fix tlb_fill trap_arg2 value for instruction fetch | Aurelien Jarno | 1 | -1/+3 |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell | 1 | -1/+1 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 1 | -1/+1 |
2019-08-20 | icount: remove unnecessary gen_io_end calls | Pavel Dovgalyuk | 1 | -2/+0 |
2019-08-20 | configure: Define target access alignment in configure | tony.nguyen@bt.com | 1 | -2/+0 |
2019-08-19 | targets (various): use softfloat-helpers.h where we can | Alex Bennée | 1 | -1/+1 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | migration: Move the VMStateDescription typedef to typedefs.h | Markus Armbruster | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 4 | -4/+0 |
2019-06-10 | cpu: Remove CPU_COMMON | Richard Henderson | 1 | -3/+0 |
2019-06-10 | cpu: Introduce CPUNegativeOffsetState | Richard Henderson | 1 | -0/+1 |
2019-06-10 | cpu: Introduce cpu_set_cpustate_pointers | Richard Henderson | 1 | -2/+1 |
2019-06-10 | cpu: Move ENV_OFFSET to exec/gen-icount.h | Richard Henderson | 1 | -1/+0 |
2019-06-10 | target/alpha: Use env_cpu, env_archcpu | Richard Henderson | 3 | -14/+7 |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 1 | -2/+0 |
2019-06-10 | cpu: Define ArchCPU | Richard Henderson | 1 | -0/+1 |
2019-06-10 | cpu: Define CPUArchState with typedef | Richard Henderson | 1 | -2/+2 |
2019-06-10 | tcg: Split out target/arch/cpu-param.h | Richard Henderson | 2 | -22/+32 |
2019-05-19 | target/alpha: Fix user-only floating-point exceptions | Richard Henderson | 3 | -5/+78 |
2019-05-19 | target/alpha: Clean up alpha_cpu_dump_state | Richard Henderson | 1 | -9/+10 |
2019-05-10 | tcg: Use CPUClass::tlb_fill in cputlb.c | Richard Henderson | 1 | -6/+0 |
2019-05-10 | target/alpha: Convert to CPUClass::tlb_fill | Richard Henderson | 4 | -30/+26 |
2019-04-24 | tcg: Hoist max_insns computation to tb_gen_code | Richard Henderson | 1 | -2/+2 |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2 | -14/+13 |
2019-04-18 | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 2 | -11/+6 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -1/+1 |
2019-01-08 | target/alpha: Fix user-only initialization of fpcr | Richard Henderson | 1 | -3/+3 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -2/+3 |
2018-10-18 | target/alpha: remove tlb_flush from alpha_cpu_initfn | Emilio G. Cota | 1 | -1/+0 |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 1 | -6/+6 |
2018-05-18 | target/alpha: Honor CPU_DUMP_FPU | Richard Henderson | 1 | -9/+8 |
2018-05-09 | translator: merge max_insns into DisasContextBase | Emilio G. Cota | 1 | -4/+2 |
2018-04-11 | icount: fix cpu_restore_state_from_tb for non-tb-exit cases | Pavel Dovgalyuk | 2 | -5/+3 |
2018-03-19 | cpu: get rid of unused cpu_init() defines | Igor Mammedov | 1 | -2/+0 |
2018-03-19 | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov | 1 | -0/+1 |
2018-03-12 | qom: introduce object_class_get_list_sorted | Paolo Bonzini | 1 | -14/+1 |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée | 1 | -2/+0 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 3 | -6/+6 |
2017-12-29 | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* | Richard Henderson | 1 | -11/+11 |
2017-12-27 | target/*helper: don't check retaddr before calling cpu_restore_state | Alex Bennée | 1 | -10/+3 |
2017-10-30 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 2 | -73/+37 |
2017-10-27 | alpha: cleanup cpu type name composition | Igor Mammedov | 2 | -73/+37 |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell | 1 | -1/+1 |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson | 1 | -1/+1 |
2017-10-24 | tcg: Initialize cpu_env generically | Richard Henderson | 1 | -4/+0 |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 1 | -1/+1 |