aboutsummaryrefslogtreecommitdiff
path: root/target/nios2
AgeCommit message (Expand)AuthorFilesLines
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-27/+0
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-14/+1
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson1-14/+1
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+2
2021-06-29target/nios2: Use pc_next for pc + 4Richard Henderson1-6/+6
2021-06-29target/nios2: Inline handle_instructionRichard Henderson1-35/+31
2021-06-29target/nios2: Clean up goto in handle_instructionRichard Henderson1-6/+2
2021-06-29target/nios2: Remove assignment to env in handle_instructionRichard Henderson1-1/+2
2021-06-29target/nios2: Convert to TranslatorOpsRichard Henderson1-65/+67
2021-06-29target/nios2: Add DisasContextBase to DisasContextRichard Henderson1-34/+36
2021-06-29target/nios2: Use global cpu_RRichard Henderson1-39/+34
2021-06-29target/nios2: Use global cpu_envRichard Henderson1-6/+4
2021-06-29target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson1-5/+3
2021-06-05target/nios2: fix page-fit instruction countPavel Dovgalyuk1-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-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-5/+13
2021-02-05cpu: move do_unaligned_access 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: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2020-12-15target/nios2: Use deposit32() to update ipending registerPeter Maydell1-2/+1
2020-12-15target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2-2/+9
2020-12-15target/nios2: Move IIC code into CPU object properPeter Maydell2-1/+30
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf1-1/+1
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-4/+7
2020-08-21meson: targetPaolo Bonzini2-4/+15
2020-07-13target/nios2: Use gen_io_start around wrctl instructionWentong Wu1-0/+5
2020-07-13target/nios2: in line the semantics of DISAS_UPDATE with other targetsWentong Wu1-1/+1
2020-07-13target/nios2: add DISAS_NORETURN case for nothing more to generateWentong Wu1-2/+3
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ée1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
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/nios2: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson1-2/+0
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-4/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster1-1/+1