aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14target/microblaze: gdb: Extend the number of registers presented to GDBJoe Komlodi1-1/+1
2020-04-30target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias1-0/+2
2020-04-30target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias1-1/+3
2020-04-30target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias1-0/+4
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias1-0/+4
2020-04-30target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias1-0/+4
2020-04-30target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias1-1/+5
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-7/+7
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-05-10target/microblaze: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-01-22target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias1-1/+11
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell1-1/+1
2018-05-29target-microblaze: Allow address sizes between 32 and 64 bitsEdgar E. Iglesias1-3/+2
2018-05-29target-microblaze: mmu: Add a configurable output address maskEdgar E. Iglesias1-0/+1
2018-05-29target-microblaze: Add Extended AddressingEdgar E. Iglesias1-1/+17
2018-05-29target-microblaze: Conditionalize setting of PVR11_USE_MMUEdgar E. Iglesias1-1/+2
2018-05-29target-microblaze: Fallback to our latest CPU versionEdgar E. Iglesias1-2/+7
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+1
2017-09-01microblaze: replace cpu_mb_init() with cpu_generic_init()Igor Mammedov1-0/+6
2017-07-04target-microblaze: Add CPU version 10.0Edgar E. Iglesias1-0/+1
2017-07-04target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias1-2/+3
2017-07-04target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias1-2/+3
2017-07-04target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias1-4/+8
2017-07-04target-microblaze: Introduce a use-div propertyEdgar E. Iglesias1-4/+5
2017-07-04target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias1-4/+5
2017-07-04target-microblaze: Add CPU versions 9.4, 9.5 and 9.6Edgar E. Iglesias1-0/+3
2017-07-04target-microblaze: Don't hard code 0xb as initial MB versionEdgar E. Iglesias1-2/+1
2017-07-04target-microblaze: Correct bit shift for the PVR0 version fieldEdgar E. Iglesias1-1/+1
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+292