aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/cpu.c
AgeCommit message (Expand)Author
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2022-12-16target/nios2: Convert to 3-phase resetPeter Maydell
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-04-26target/nios2: Implement EIC interrupt processingRichard Henderson
2022-04-26target/nios2: Introduce shadow register setsRichard Henderson
2022-04-26target/nios2: Support division error exceptionRichard Henderson
2022-04-26target/nios2: Remove CPU_INTERRUPT_NMIRichard Henderson
2022-04-26target/nios2: Implement CR_STATUS.RSIERichard Henderson
2022-04-26target/nios2: Implement cpuidRichard Henderson
2022-04-26target/nios2: Prevent writes to read-only or reserved control fieldsRichard Henderson
2022-04-26target/nios2: Split control registers away from general registersRichard Henderson
2022-04-26target/nios2: Split PC out of env->regs[]Richard Henderson
2022-04-26target/nios2: Remove nios2_cpu_record_sigsegvRichard Henderson
2022-04-20target/nios2: Remove log_cpu_state from resetRichard Henderson
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson
2021-11-02target/nios2: Implement nios2_cpu_record_sigsegvRichard Henderson
2021-10-22disas/nios2: Simplify endianess conversionPhilippe Mathieu-Daudé
2021-09-14target/nios2: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2020-12-15target/nios2: Use deposit32() to update ipending registerPeter Maydell
2020-12-15target/nios2: Move IIC code into CPU object properPeter Maydell
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-05-10target/nios2: Convert to CPUClass::tlb_fillRichard Henderson
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-09-01nios2: replace cpu_nios2_init() with cpu_generic_init()Igor Mammedov
2017-01-24nios2: Add architecture emulation supportChris Wulff