aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.c
AgeCommit message (Expand)Author
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2024-01-05target/hppa: Remove object_class_is_abstract()Gavin Shan
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson
2023-11-06target/hppa: Remove TARGET_HPPA64Richard Henderson
2023-11-06target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson
2023-11-06target/hppa: Implement cpu_listRichard Henderson
2023-11-06target/hppa: Introduce TYPE_HPPA64_CPURichard Henderson
2023-11-06target/hppa: Populate an interval tree with valid tlb entriesRichard Henderson
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson
2021-09-14target/hppa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2019-07-05hppa: Delete unused hppa_cpu_list() functionEduardo Habkost
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-05-10target/hppa: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-31target/hppa: Add migration for the cpuRichard Henderson