aboutsummaryrefslogtreecommitdiff
path: root/target/cris/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+11
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2021-11-02target/cris: Make cris_cpu_tlb_fill sysemu onlyRichard Henderson1-2/+2
2021-09-14target/cris: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+2
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-2/+2
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-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-14/+29
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-6/+6
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-6/+6
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-07cris: improve passing PIC interrupt vector to the CPUMarc-André Lureau1-0/+8
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-05-10target/cris: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-9/+5
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2017-10-27cris: cleanup cpu type name compositionIgor Mammedov1-54/+27
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-10/+6
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-4/+0
2017-09-01cris: replace cpu_cris_init() with cpu_generic_init()Igor Mammedov1-5/+0
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+357