index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
microblaze
/
cpu.c
Age
Commit message (
Expand
)
Author
2019-08-19
targets (various): use softfloat-helpers.h where we can
Alex Bennée
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-10
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
2019-05-10
target/microblaze: Convert to CPUClass::tlb_fill
Richard Henderson
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: Allow address sizes between 32 and 64 bits
Edgar E. Iglesias
2018-05-29
target-microblaze: mmu: Add a configurable output address mask
Edgar E. Iglesias
2018-05-29
target-microblaze: Add Extended Addressing
Edgar E. Iglesias
2018-05-29
target-microblaze: Conditionalize setting of PVR11_USE_MMU
Edgar E. Iglesias
2018-05-29
target-microblaze: Fallback to our latest CPU version
Edgar E. Iglesias
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-09-01
microblaze: replace cpu_mb_init() with cpu_generic_init()
Igor Mammedov
2017-07-04
target-microblaze: Add CPU version 10.0
Edgar E. Iglesias
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: Add CPU versions 9.4, 9.5 and 9.6
Edgar E. Iglesias
2017-07-04
target-microblaze: Don't hard code 0xb as initial MB version
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