summaryrefslogtreecommitdiffstats
path: root/target/nios2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+2
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-4/+2Star
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/nios2: Use env_cpu, env_archcpuRichard Henderson2019-06-102-10/+5Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-103-5/+3Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-3/+2Star
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-15/+23
* semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2019-05-164-107/+85Star
|\
| * tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
| * target/nios2: Convert to CPUClass::tlb_fillRichard Henderson2019-05-104-107/+91Star
* | Clean up header guards that don't match their file nameMarkus Armbruster2019-05-132-6/+8
|/
* Add Nios II semihosting support.Sandra Loosemore2019-04-294-2/+472
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-12/+2Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-183-15/+14Star
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-183-5/+6
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-4/+4
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-4/+4
* | nios2: do not include exec-all.h from cpu.hPaolo Bonzini2018-06-012-1/+1
|/
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-1/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-1/+0Star