summaryrefslogtreecommitdiffstats
path: root/target/microblaze/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1Star
* target/microblaze: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2Star
* target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias2019-01-221-1/+11
* target/microblaze: Switch to transaction_failed hookPeter Maydell2019-01-221-1/+1
* target-microblaze: Allow address sizes between 32 and 64 bitsEdgar E. Iglesias2018-05-291-3/+2Star
* target-microblaze: mmu: Add a configurable output address maskEdgar E. Iglesias2018-05-291-0/+1
* target-microblaze: Add Extended AddressingEdgar E. Iglesias2018-05-291-1/+17
* target-microblaze: Conditionalize setting of PVR11_USE_MMUEdgar E. Iglesias2018-05-291-1/+2
* target-microblaze: Fallback to our latest CPU versionEdgar E. Iglesias2018-05-291-2/+7
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-3/+2Star
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+1Star
* microblaze: replace cpu_mb_init() with cpu_generic_init()Igor Mammedov2017-09-011-0/+6
* target-microblaze: Add CPU version 10.0Edgar E. Iglesias2017-07-041-0/+1
* target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias2017-07-041-2/+3
* target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias2017-07-041-2/+3
* target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias2017-07-041-4/+8
* target-microblaze: Introduce a use-div propertyEdgar E. Iglesias2017-07-041-4/+5
* target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias2017-07-041-4/+5
* target-microblaze: Add CPU versions 9.4, 9.5 and 9.6Edgar E. Iglesias2017-07-041-0/+3
* target-microblaze: Don't hard code 0xb as initial MB versionEdgar E. Iglesias2017-07-041-2/+1Star
* target-microblaze: Correct bit shift for the PVR0 version fieldEdgar E. Iglesias2017-07-041-1/+1
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-2/+1Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+292