aboutsummaryrefslogtreecommitdiff
path: root/target/cris
AgeCommit message (Expand)AuthorFilesLines
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-4/+2
2021-07-09target/cris: Use translator_use_goto_tbRichard Henderson1-3/+2
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+2
2021-06-29target/cris: Do not exit tb for X_FLAG changesRichard Henderson1-3/+0
2021-06-29target/cris: Remove dc->flagx_knownRichard Henderson2-81/+24
2021-06-29target/cris: Improve JMP_INDIRECTRichard Henderson1-12/+10
2021-06-29target/cris: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-1/+3
2021-06-29target/cris: Add DISAS_DBRANCHRichard Henderson1-40/+56
2021-06-29target/cris: Add DISAS_UPDATE_NEXTRichard Henderson1-5/+15
2021-06-29target/cris: Set cpustate_changed for rfe/rfnRichard Henderson1-0/+2
2021-06-29target/cris: Fold unhandled X_FLAG changes into cpustate_changedRichard Henderson1-7/+6
2021-06-29target/cris: Mark static arrays constRichard Henderson2-12/+13
2021-06-29target/cris: Mark helper_raise_exception noreturnRichard Henderson1-1/+1
2021-06-29target/cris: Convert to TranslatorOpsRichard Henderson1-138/+169
2021-06-29target/cris: Fix use_goto_tbRichard Henderson1-7/+2
2021-06-29target/cris: Mark exceptions as DISAS_NORETURNRichard Henderson2-3/+5
2021-06-29target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson1-4/+3
2021-06-29target/cris: Remove DISAS_SWIRichard Henderson1-2/+0
2021-06-29target/cris: Add DisasContextBase to DisasContextRichard Henderson2-26/+27
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-2/+2
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-22target/cris: Plug leakage of TCG temporariesStefan Sandstrom2-59/+135
2021-02-22target/cris: Let cris_mmu_translate() use MMUAccessType access_typePhilippe Mathieu-Daudé2-13/+13
2021-02-22target/cris: Use MMUAccessType enum type when possiblePhilippe Mathieu-Daudé2-9/+8
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson1-1/+1
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2-16/+32
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2-8/+8
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: Introduce TCGCpuOperations structEduardo Habkost1-6/+6
2020-11-15cris tcg cpus: Fix Lesser GPL version numberChetan Pant10-10/+10
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+5
2020-09-01target/cris: Remove superfluous breaksLiao Pingfang2-6/+3
2020-08-21meson: targetPaolo Bonzini2-3/+14
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini2-1/+1
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-5/+5
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2-5/+5
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée2-4/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15target/cris: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson1-2/+0
2020-01-07cris: improve passing PIC interrupt vector to the CPUMarc-André Lureau2-0/+9
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+1
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1