aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.c
AgeCommit message (Expand)Author
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-11-02target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-14target/microblaze: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-01-27target/microblaze: Add security attributes on memory transactionsJoe Komlodi
2021-01-27target/microblaze: Add use-non-secure propertyJoe Komlodi
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2020-09-07target/microblaze: Fill in VMStateDescription for cpuRichard Henderson
2020-09-07target/microblaze: Move mmu parameters to MicroBlazeCPUConfigRichard Henderson
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson
2020-09-07target/microblaze: Collected fixes for env->iflagsRichard Henderson
2020-09-01target/microblaze: Use cc->do_unaligned_accessRichard Henderson
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson
2020-05-14target/microblaze: gdb: Extend the number of registers presented to GDBJoe Komlodi
2020-04-30target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-05-10target/microblaze: Convert to CPUClass::tlb_fillRichard Henderson
2019-01-22target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell
2018-05-29target-microblaze: Allow address sizes between 32 and 64 bitsEdgar E. Iglesias
2018-05-29target-microblaze: mmu: Add a configurable output address maskEdgar E. Iglesias
2018-05-29target-microblaze: Add Extended AddressingEdgar E. Iglesias
2018-05-29target-microblaze: Conditionalize setting of PVR11_USE_MMUEdgar E. Iglesias
2018-05-29target-microblaze: Fallback to our latest CPU versionEdgar E. Iglesias
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson