summaryrefslogtreecommitdiffstats
path: root/target/microblaze
Commit message (Expand)AuthorAgeFilesLines
* target/microblaze: Do not set MO_ALIGN for user-onlyRichard Henderson2021-11-021-0/+16
* target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-023-17/+6Star
* target/microblaze: Drop checks for singlestep_enabledRichard Henderson2021-10-161-12/+2Star
* target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMPRichard Henderson2021-10-161-2/+2
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-1/+1
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-7/+0Star
* target/microblaze: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-12/+5Star
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-18/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-11/+1Star
|\
| * target/microblaze: Use translator_use_goto_tbRichard Henderson2021-07-091-10/+1Star
| * tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
|/
* 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-273-5/+26
* target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi2021-01-272-2/+2
* target/microblaze: Add use-non-secure propertyJoe Komlodi2021-01-272-0/+57
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1
* target/microblaze: Fix possible array out of bounds in mmu_write()AlexChen2020-11-171-1/+2
* microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-158-8/+8
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+5
* target/microblaze: Put MicroBlazeCPUConfig into DisasContextRichard Henderson2020-09-071-12/+12
* target/microblaze: Fill in VMStateDescription for cpuRichard Henderson2020-09-074-8/+115
* target/microblaze: Move mmu parameters to MicroBlazeCPUConfigRichard Henderson2020-09-075-25/+30
* target/microblaze: Treat pvr_regs as constantRichard Henderson2020-09-072-9/+0Star
* target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson2020-09-076-60/+54Star
* target/microblaze: Reorg MicroBlazeCPUConfig to minimize holesRichard Henderson2020-09-071-5/+10
* target/microblaze: Split out MicroBlazeCPUConfigRichard Henderson2020-09-071-26/+29
* target/microblaze: Diagnose invalid insns in delay slotsRichard Henderson2020-09-071-7/+41
* target/microblaze: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2020-09-071-2/+2
* target/microblaze: Force rtid, rted, rtbd to exitRichard Henderson2020-09-071-11/+16
* target/microblaze: Handle DISAS_EXIT_NEXT in delay slotRichard Henderson2020-09-071-1/+33
* target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXTRichard Henderson2020-09-071-24/+10Star
* target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMPRichard Henderson2020-09-071-8/+21
* target/microblaze: Rename DISAS_UPDATE to DISAS_EXITRichard Henderson2020-09-071-5/+5
* target/microblaze: Rename mmu structsRichard Henderson2020-09-074-18/+14Star
* target/microblaze: Cleanup mb_cpu_do_interruptRichard Henderson2020-09-071-133/+106Star