summaryrefslogtreecommitdiffstats
path: root/target/tricore/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-1/+1
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+9
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+6
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-3/+9
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+1
* target/tricore: Implement gdbstubBastian Koppelmann2020-06-011-0/+10
* target/tricore: Implement tricore_cpu_get_phys_page_debugBastian Koppelmann2020-06-011-9/+1Star
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-3/+4
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-3/+1Star
* target/tricore: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-0/+1
* target/tricore: Fix LGPL version numberThomas Huth2019-01-301-1/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* tricore: cleanup cpu type name compositionIgor Mammedov2017-10-271-48/+20Star
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-4/+1Star
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-101-4/+0Star
* qemu-system-tricore: segfault when entering "x 0" on the monitorEduardo Otubo2017-07-311-0/+10
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-2/+0Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+220