summary refs log tree commit diff stats
path: root/target/alpha/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-24/+7
* target/alpha: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-0/+6
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* target/alpha: Use generic cpu_list()Gavin Shan2024-01-051-17/+0
* cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé2024-01-051-3/+0
* target/alpha: Remove fallback to ev67 cpu classGavin Shan2024-01-051-5/+2
* hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé2023-11-071-2/+1
* target/alpha: Tidy up alpha_cpu_class_by_name()Philippe Mathieu-Daudé2023-11-071-5/+2
* accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-2/+0
* target/*: Add instance_align to all cpu base classesRichard Henderson2023-10-031-0/+1
* target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+9
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+9
* target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson2021-11-021-0/+1
* target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson2021-11-021-2/+4
* target/alpha: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-1/+1
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-261-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-261-0/+8
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-6/+15
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1
* target/alpha: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-10/+5
* target/alpha: Fix user-only initialization of fpcrRichard Henderson2019-01-081-3/+3
* target/alpha: remove tlb_flush from alpha_cpu_initfnEmilio G. Cota2018-10-181-1/+0
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-14/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* alpha: cleanup cpu type name compositionIgor Mammedov2017-10-271-73/+34
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-2/+1
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-091-5/+1
* target/alpha: Switch to do_transaction_failed() hookPeter Maydell2017-09-071-1/+1
* alpha: replace cpu_alpha_init() with cpu_generic_init()Igor Mammedov2017-09-011-15/+5
* target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson2017-07-181-3/+4
* migration: Remove unneeded includes of migration/vmstate.hJuan Quintela2017-06-011-1/+0
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+342