summaryrefslogtreecommitdiffstats
path: root/target/nios2
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-14/+1Star
|\
| * target/nios2: Use translator_use_goto_tbRichard Henderson2021-07-091-14/+1Star
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
|/
* target/nios2: Use pc_next for pc + 4Richard Henderson2021-06-291-6/+6
* target/nios2: Inline handle_instructionRichard Henderson2021-06-291-35/+31Star
* target/nios2: Clean up goto in handle_instructionRichard Henderson2021-06-291-6/+2Star
* target/nios2: Remove assignment to env in handle_instructionRichard Henderson2021-06-291-1/+2
* target/nios2: Convert to TranslatorOpsRichard Henderson2021-06-291-65/+67
* target/nios2: Add DisasContextBase to DisasContextRichard Henderson2021-06-291-34/+36
* target/nios2: Use global cpu_RRichard Henderson2021-06-291-39/+34Star
* target/nios2: Use global cpu_envRichard Henderson2021-06-291-6/+4Star
* target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson2021-06-291-5/+3Star
* target/nios2: fix page-fit instruction countPavel Dovgalyuk2021-06-051-1/+1
* 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
* semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-5/+13
* cpu: move do_unaligned_access 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: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* target/nios2: Use deposit32() to update ipending registerPeter Maydell2020-12-151-2/+1Star
* target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2020-12-152-2/+9
* target/nios2: Move IIC code into CPU object properPeter Maydell2020-12-152-1/+30
* hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf2020-11-131-1/+1
* 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-4/+7
* meson: targetPaolo Bonzini2020-08-212-4/+15
* target/nios2: Use gen_io_start around wrctl instructionWentong Wu2020-07-131-0/+5
* target/nios2: in line the semantics of DISAS_UPDATE with other targetsWentong Wu2020-07-131-1/+1
* target/nios2: add DISAS_NORETURN case for nothing more to generateWentong Wu2020-07-131-2/+3
* 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-171-1/+1
|/
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* 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/nios2: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson2020-01-161-2/+0Star
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* 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-4/+0Star
|/
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* hmp: Move hmp.h to include/monitor/Markus Armbruster2019-07-021-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star