summaryrefslogtreecommitdiffstats
path: root/target/cris
Commit message (Expand)AuthorAgeFilesLines
* target/cris: Plug leakage of TCG temporariesStefan Sandstrom2021-02-222-59/+135
* target/cris: Let cris_mmu_translate() use MMUAccessType access_typePhilippe Mathieu-Daudé2021-02-222-13/+13
* target/cris: Use MMUAccessType enum type when possiblePhilippe Mathieu-Daudé2021-02-222-9/+8Star
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-1/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-052-16/+32
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-052-8/+8
* 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: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-6/+6
* cris tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-1510-10/+10
* 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/cris: Remove superfluous breaksLiao Pingfang2020-09-012-6/+3Star
* meson: targetPaolo Bonzini2020-08-212-3/+14
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-212-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-192-5/+5
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-182-5/+5
* | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-4/+4
|/
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* target/cris: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson2020-01-161-2/+0Star
* cris: improve passing PIC interrupt vector to the CPUMarc-André Lureau2020-01-072-0/+9
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-2/+1Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-221-1/+1
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-2/+0Star
|/
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-1/+1
* Supply missing header guardsMarkus Armbruster2019-06-122-0/+9
* Clean up a few header guard symbolsMarkus Armbruster2019-06-121-3/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-124-4/+0Star
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1Star
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/cris: Use env_cpu, env_archcpuRichard Henderson2019-06-104-15/+5Star
* target/cris: Reindent op_helper.cRichard Henderson2019-06-101-450/+429Star
* target/cris: Reindent mmu.cRichard Henderson2019-06-101-267/+262Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+0Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-2/+2
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-10/+18
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2019-05-164-63/+36Star
|\
| * tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
| * target/cris: Convert to CPUClass::tlb_fillRichard Henderson2019-05-104-63/+42Star
* | target/cris: Use tcg_gen_abs_tlRichard Henderson2019-05-141-8/+1Star
|/
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-9/+1Star