summaryrefslogtreecommitdiffstats
path: root/target/microblaze/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* target/microblaze: Collected fixes for env->iflagsRichard Henderson2020-09-071-0/+11
* target/microblaze: Use cc->do_unaligned_accessRichard Henderson2020-09-011-0/+1
* target/microblaze: Split out MSR[C] to its own variableRichard Henderson2020-09-011-2/+2
* target/microblaze: Split out MSR from env->sregsRichard Henderson2020-09-011-2/+2
* target/microblaze: Split out PC from env->sregsRichard Henderson2020-09-011-2/+2
* target/microblaze: gdb: Extend the number of registers presented to GDBJoe Komlodi2020-05-141-1/+1
* target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias2020-04-301-0/+2
* target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias2020-04-301-1/+3
* target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias2020-04-301-0/+4
* target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias2020-04-301-0/+4
* target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias2020-04-301-0/+4
* target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias2020-04-301-1/+5
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-7/+7
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-4/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* 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