aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-04-26accel: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-3/+3
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-1/+0
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-2/+3
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-1/+1
2024-02-03target/microblaze: Populate CPUClass.mmu_indexRichard Henderson1-1/+17
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-02-21target/microblaze: Add gdbstub xmlRichard Henderson1-1/+6
2022-12-16target/microblaze: Convert to 3-phase resetPeter Maydell1-4/+8
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+11
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2021-11-02target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-14target/microblaze: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-1/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-7/+18
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-27target/microblaze: Add security attributes on memory transactionsJoe Komlodi1-1/+1
2021-01-27target/microblaze: Add use-non-secure propertyJoe Komlodi1-0/+46
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2020-09-07target/microblaze: Fill in VMStateDescription for cpuRichard Henderson1-7/+1
2020-09-07target/microblaze: Move mmu parameters to MicroBlazeCPUConfigRichard Henderson1-4/+5
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson1-51/+47
2020-09-07target/microblaze: Collected fixes for env->iflagsRichard Henderson1-0/+11
2020-09-01target/microblaze: Use cc->do_unaligned_accessRichard Henderson1-0/+1
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson1-2/+2
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson1-2/+2
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson1-2/+2
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