summaryrefslogtreecommitdiffstats
path: root/target/microblaze/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+8
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-7/+18
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* target/microblaze: Add security attributes on memory transactionsJoe Komlodi2021-01-271-1/+1
* target/microblaze: Add use-non-secure propertyJoe Komlodi2021-01-271-0/+46
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* target/microblaze: Fill in VMStateDescription for cpuRichard Henderson2020-09-071-7/+1Star
* target/microblaze: Move mmu parameters to MicroBlazeCPUConfigRichard Henderson2020-09-071-4/+5
* target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson2020-09-071-51/+47Star
* 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