aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-04target/alpha: Implement CF_PCRELRichard Henderson1-1/+22
2024-05-04target/alpha: Use cpu_env in preference to ALPHA_CPURichard Henderson1-9/+6
2024-03-12target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-24/+7
2024-02-03target/alpha: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-05target/alpha: Use generic cpu_list()Gavin Shan1-17/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+0
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan1-5/+2
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-11-07target/alpha: Tidy up alpha_cpu_class_by_name()Philippe Mathieu-Daudé1-5/+2
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-2/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+9
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+9
2021-11-02target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson1-0/+1
2021-11-02target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson1-2/+4
2021-09-14target/alpha: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-1/+1
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/+8
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-6/+15
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
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-1/+1
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/alpha: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-10/+5
2019-01-08target/alpha: Fix user-only initialization of fpcrRichard Henderson1-3/+3
2018-10-18target/alpha: remove tlb_flush from alpha_cpu_initfnEmilio G. Cota1-1/+0
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-14/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2017-10-27alpha: cleanup cpu type name compositionIgor Mammedov1-73/+34
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-2/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-5/+1
2017-09-07target/alpha: Switch to do_transaction_failed() hookPeter Maydell1-1/+1
2017-09-01alpha: replace cpu_alpha_init() with cpu_generic_init()Igor Mammedov1-15/+5
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson1-3/+4
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela1-1/+0
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+342