aboutsummaryrefslogtreecommitdiffstats
path: root/target/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/hppa: Wire up diag instruction to support BTLBHelge Deller2023-09-193-3/+105
* target/hppa: Extract diagnose immediate valueHelge Deller2023-09-151-1/+1
* target/hppa: Add BTLB support to hppa TLB functionsHelge Deller2023-09-154-30/+65
* target/hppa: Allow up to 16 BTLB entriesHelge Deller2023-09-131-1/+7
* target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé2023-08-311-1/+0
* target/hppa: Switch to use MMU indices 11-15Helge Deller2023-08-271-8/+8
* target/hppa: Use privilege helper in hppa_get_physical_address()Helge Deller2023-08-251-4/+5
* target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller2023-08-253-5/+9
* target/hppa: Add privilege to MMU index conversion helpersHelge Deller2023-08-252-5/+9
* target/hppa: Add missing PL1 and PL2 privilege levelsHelge Deller2023-08-251-0/+3
* target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller2023-08-041-2/+3
* other architectures: spelling fixesMichael Tokarev2023-07-253-4/+4
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-1/+1
* target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2023-06-261-3/+2
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-3/+3
* target/hppa/meson: Only build int_helper.o with system emulationPhilippe Mathieu-Daudé2023-06-132-4/+1
* accel/tcg: Introduce translator_io_startRichard Henderson2023-06-051-4/+1
* tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson2023-06-051-0/+5
* target/hppa: Use MO_ALIGN for system UNALIGN()Richard Henderson2023-05-051-1/+1
* target/hppa: Avoid use of tcg_const_i32 throughoutRichard Henderson2023-03-131-10/+11
* target/hppa: Avoid tcg_const_i64 in trans_fid_fRichard Henderson2023-03-131-5/+9
* target/hppa: Remove `NB_MMU_MODES` defineAnton Johansson2023-03-131-1/+0
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-1/+1
* target/hppa: Drop tcg_temp_freeRichard Henderson2023-03-051-92/+1
* target/hppa: Don't use tcg_temp_local_newRichard Henderson2023-03-011-3/+0
* accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2023-03-011-1/+1
* target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson2023-03-011-3/+5
* target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé2023-02-273-77/+102
* target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé2023-02-273-427/+451
* target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé2023-02-271-1/+1
* target/hppa: Fix fid instruction emulationHelge Deller2022-12-192-4/+12
* target/hppa: Generate illegal instruction exception for 64-bit instructionsHelge Deller2022-12-191-2/+10
* target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-13/+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
* linux-user/hppa: Dump IIR on register dumpHelge Deller2022-09-271-2/+4
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* target/hppa: Fix proberi instruction emulation for linux-userHelge Deller2022-08-191-1/+1
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-213-7/+7
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-7/+8
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-062-4/+1
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-6/+2
* tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson2022-02-281-0/+2
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-213-1/+3
* 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-027-3/+42