summary refs log tree commit diff stats
path: root/target/hppa/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/hppa: Restore unwind_breg before calculating iorHelge Deller2024-03-031-1/+2
* target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller2024-02-111-0/+1
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-1/+1
* target/hppa: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-0/+12
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell2024-01-161-5/+1
|\
| * target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller2024-01-131-5/+1
* | target/hppa: Use generic cpu_list()Gavin Shan2024-01-051-24/+0
* | cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé2024-01-051-5/+1
* | target/hppa: Remove object_class_is_abstract()Gavin Shan2024-01-051-3/+1
|/
* target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson2023-11-061-0/+1
* target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson2023-11-061-1/+1
* target/hppa: Remove TARGET_HPPA64Richard Henderson2023-11-061-2/+0
* target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson2023-11-061-1/+9
* target/hppa: Implement cpu_listRichard Henderson2023-11-061-0/+24
* target/hppa: Introduce TYPE_HPPA64_CPURichard Henderson2023-11-061-15/+18
* target/hppa: Populate an interval tree with valid tlb entriesRichard Henderson2023-11-061-0/+2
* accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-1/+0
* target/*: Add instance_align to all cpu base classesRichard Henderson2023-10-031-0/+1
* target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson2023-03-011-3/+5
* target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+19
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-2/+2
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-4/+4
* target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-211-0/+1
* hppa: Add support for an emulated TOC/NMI button.Helge Deller2022-02-021-1/+1
* target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-1/+1
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-211-3/+4
* target/hppa: 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-7/+15
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+3
* 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: 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/+2
* hppa: Delete unused hppa_cpu_list() functionEduardo Habkost2019-07-051-17/+0
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-1/+1
* target/hppa: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-9/+5
* fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson2018-05-171-1/+0
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-14/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* target/hppa: Add migration for the cpuRichard Henderson2018-01-311-0/+1