aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)AuthorFilesLines
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-1/+1
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-3/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-06-13target/hppa/meson: Only build int_helper.o with system emulationPhilippe Mathieu-Daudé2-4/+1
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-4/+1
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+5
2023-05-05target/hppa: Use MO_ALIGN for system UNALIGN()Richard Henderson1-1/+1
2023-03-13target/hppa: Avoid use of tcg_const_i32 throughoutRichard Henderson1-10/+11
2023-03-13target/hppa: Avoid tcg_const_i64 in trans_fid_fRichard Henderson1-5/+9
2023-03-13target/hppa: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-1/+1
2023-03-05target/hppa: Drop tcg_temp_freeRichard Henderson1-92/+1
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson1-3/+0
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson1-3/+5
2023-02-27target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé3-77/+102
2023-02-27target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé3-427/+451
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2022-12-19target/hppa: Fix fid instruction emulationHelge Deller2-4/+12
2022-12-19target/hppa: Generate illegal instruction exception for 64-bit instructionsHelge Deller1-2/+10
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-13/+19
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-2/+2
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-27linux-user/hppa: Dump IIR on register dumpHelge Deller1-2/+4
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-08-19target/hppa: Fix proberi instruction emulation for linux-userHelge Deller1-1/+1
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau3-7/+7
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-7/+8
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2-4/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-6/+2
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson1-0/+2
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé3-1/+3
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 Deller7-3/+42
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-2/+2
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson2-5/+19
2021-12-30target/hppa: Fix atomic_store_3 for STBYRichard Henderson1-12/+15
2021-12-23target/hppa: Fix deposit assert from trans_shrpw_immRichard Henderson1-7/+12
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson4-19/+6
2021-10-15target/hppa: Drop checks for singlestep_enabledRichard Henderson1-13/+4
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-3/+4
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-3/+0
2021-09-14target/hppa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-8/+5
2021-09-14tcg: Remove tcg_global_reg_new definesBin Meng1-3/+0
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-11/+0