aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)Author
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-09-19target/hppa: Wire up diag instruction to support BTLBHelge Deller
2023-09-15target/hppa: Extract diagnose immediate valueHelge Deller
2023-09-15target/hppa: Add BTLB support to hppa TLB functionsHelge Deller
2023-09-13target/hppa: Allow up to 16 BTLB entriesHelge Deller
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-27target/hppa: Switch to use MMU indices 11-15Helge Deller
2023-08-25target/hppa: Use privilege helper in hppa_get_physical_address()Helge Deller
2023-08-25target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller
2023-08-25target/hppa: Add missing PL1 and PL2 privilege levelsHelge Deller
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-13target/hppa/meson: Only build int_helper.o with system emulationPhilippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-05target/hppa: Use MO_ALIGN for system UNALIGN()Richard Henderson
2023-03-13target/hppa: Avoid use of tcg_const_i32 throughoutRichard Henderson
2023-03-13target/hppa: Avoid tcg_const_i64 in trans_fid_fRichard Henderson
2023-03-13target/hppa: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/hppa: Drop tcg_temp_freeRichard Henderson
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-02-27target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé
2023-02-27target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2022-12-19target/hppa: Fix fid instruction emulationHelge Deller
2022-12-19target/hppa: Generate illegal instruction exception for 64-bit instructionsHelge Deller
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-09-27linux-user/hppa: Dump IIR on register dumpHelge Deller
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-08-19target/hppa: Fix proberi instruction emulation for linux-userHelge Deller
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé