aboutsummaryrefslogtreecommitdiff
path: root/target/tricore/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05target/*: Add missing includes of tcg/debug-assert.hRichard Henderson1-0/+1
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+2
2022-12-16target/tricore: Convert to 3-phase resetPeter Maydell1-4/+8
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+11
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+9
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/+6
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-3/+9
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+1
2020-06-01target/tricore: Implement gdbstubBastian Koppelmann1-0/+10
2020-06-01target/tricore: Implement tricore_cpu_get_phys_page_debugBastian Koppelmann1-9/+1
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-3/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-3/+1
2019-05-10target/tricore: Convert to CPUClass::tlb_fillRichard Henderson1-0/+1
2019-01-30target/tricore: Fix LGPL version numberThomas Huth1-1/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2017-10-27tricore: cleanup cpu type name compositionIgor Mammedov1-48/+20
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-4/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-4/+0
2017-07-31qemu-system-tricore: segfault when entering "x 0" on the monitorEduardo Otubo1-0/+10
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+0
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+220