Age | Commit message (Expand) | Author |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-10 | cpu: Remove CPU_COMMON | Richard Henderson |
2019-06-10 | cpu: Introduce CPUNegativeOffsetState | Richard Henderson |
2019-06-10 | cpu: Move ENV_OFFSET to exec/gen-icount.h | Richard Henderson |
2019-06-10 | target/microblaze: Use env_cpu, env_archcpu | Richard Henderson |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson |
2019-06-10 | cpu: Define ArchCPU | Richard Henderson |
2019-06-10 | cpu: Define CPUArchState with typedef | Richard Henderson |
2019-06-10 | tcg: Split out target/arch/cpu-param.h | Richard Henderson |
2019-05-10 | target/microblaze: Convert to CPUClass::tlb_fill | Richard Henderson |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster |
2019-01-22 | target/microblaze: Add props enabling exceptions on failed bus accesses | Edgar E. Iglesias |
2019-01-22 | target/microblaze: Switch to transaction_failed hook | Peter Maydell |
2018-05-29 | target-microblaze: Consolidate MMU enabled checks | Edgar E. Iglesias |
2018-05-29 | target-microblaze: cpu_mmu_index: Fixup indentation | Edgar E. Iglesias |
2018-05-29 | target-microblaze: Convert env_btarget to i64 | Edgar E. Iglesias |
2018-05-29 | target-microblaze: Add Extended Addressing | Edgar E. Iglesias |
2018-05-29 | target-microblaze: Setup for 64bit addressing | Edgar E. Iglesias |
2018-05-29 | target-microblaze: Make special registers 64-bit | Edgar E. Iglesias |
2018-05-29 | target-microblaze: Use TCGv for load/store addresses | Edgar E. Iglesias |
2018-05-29 | target-microblaze: Correct the PVR array size | Edgar E. Iglesias |
2018-05-29 | target-microblaze: Correct special register array sizes | Edgar E. Iglesias |
2018-03-19 | cpu: get rid of unused cpu_init() defines | Igor Mammedov |
2018-03-19 | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier |
2017-09-01 | microblaze: replace cpu_mb_init() with cpu_generic_init() | Igor Mammedov |
2017-07-04 | target-microblaze: Introduce a use-pcmp-instr property | Edgar E. Iglesias |
2017-07-04 | target-microblaze: Introduce a use-msr-instr property | Edgar E. Iglesias |
2017-07-04 | target-microblaze: Introduce a use-hw-mul property | Edgar E. Iglesias |
2017-07-04 | target-microblaze: Introduce a use-div property | Edgar E. Iglesias |
2017-07-04 | target-microblaze: Introduce a use-barrel property | Edgar E. Iglesias |
2017-07-04 | target-microblaze: Correct bit shift for the PVR0 version field | Edgar E. Iglesias |
2017-01-13 | qom/cpu: move tlb_flush to cpu_common_reset | Alex Bennée |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |