summaryrefslogtreecommitdiffstats
path: root/target/hppa/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-3/+4
* target/hppa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-1/+1
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-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/+0Star
* 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/+2Star
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-9/+5Star
* fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson2018-05-181-1/+0Star
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-14/+1Star
* 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
* target/hppa: Implement the interval timerRichard Henderson2018-01-301-0/+8
* target/hppa: Implement external interruptsRichard Henderson2018-01-301-0/+6
* target/hppa: Implement IASQRichard Henderson2018-01-301-0/+15
* target/hppa: Implement unaligned access trapRichard Henderson2018-01-301-1/+18
* target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson2018-01-301-0/+2
* target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson2018-01-301-1/+1
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-301-0/+5
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-2/+1Star
* hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov2017-09-011-8/+3Star
* migration: Remove unneeded includes of migration/vmstate.hJuan Quintela2017-06-011-1/+0Star
* target-hppa: Add framework and enable compilationRichard Henderson2017-01-231-0/+164