aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé1-0/+1
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+1
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-3/+4
2021-09-14target/hppa: 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-7/+15
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+3
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: 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/+2
2019-07-05hppa: Delete unused hppa_cpu_list() functionEduardo Habkost1-17/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-1/+1
2019-05-10target/hppa: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-9/+5
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson1-1/+0
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-14/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-31target/hppa: Add migration for the cpuRichard Henderson1-0/+1
2018-01-30target/hppa: Implement the interval timerRichard Henderson1-0/+8
2018-01-30target/hppa: Implement external interruptsRichard Henderson1-0/+6
2018-01-30target/hppa: Implement IASQRichard Henderson1-0/+15
2018-01-30target/hppa: Implement unaligned access trapRichard Henderson1-1/+18
2018-01-30target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson1-0/+2
2018-01-30target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson1-1/+1
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-0/+5
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-2/+1
2017-09-01hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov1-8/+3
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela1-1/+0
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson1-0/+164