aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)AuthorFilesLines
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-2/+4
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2-0/+2
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2-6/+8
2024-04-09target/hppa: Use insn_start from DisasContextBaseRichard Henderson1-5/+5
2024-04-09target/hppa: Fix IIAOQ, IIASQ for pa2.0Richard Henderson2-18/+20
2024-03-29target/hppa: Clear psw_n for BE on use_nullify_skip pathRichard Henderson1-0/+1
2024-03-29target/hppa: Add diag instructions to set/restore shadow registersHelge Deller2-0/+44
2024-03-29target/hppa: Move diag argument handling to decodetreeRichard Henderson2-14/+28
2024-03-29target/hppa: Generate getshadowregs inlineRichard Henderson3-7/+15
2024-03-27target/hppa: Fix overflow computation for shladdRichard Henderson1-19/+65
2024-03-27target/hppa: Replace c with uv in do_condRichard Henderson1-7/+5
2024-03-27target/hppa: Squash d for pa1.x during decodeRichard Henderson2-25/+33
2024-03-27target/hppa: Fix unit carry conditionsRichard Henderson1-102/+110
2024-03-27target/hppa: Optimize UADDCM with no conditionRichard Henderson1-2/+22
2024-03-27target/hppa: Fix DCOR reconstruction of carry bitsRichard Henderson1-1/+1
2024-03-27target/hppa: Use gva_offset_mask() everywhereSven Schnelle2-11/+11
2024-03-27target/hppa: Fix EIRR, EIEM versus icountRichard Henderson3-14/+11
2024-03-27target/hppa: Tidy read of interval timerRichard Henderson1-3/+1
2024-03-27target/hppa: Mark interval timer write as ioRichard Henderson1-0/+3
2024-03-27target/hppa: Fix ADD/SUB trap on overflow for narrow modeSven Schnelle1-0/+6
2024-03-27target/hppa: Handle unit conditions for wide modeSven Schnelle1-2/+23
2024-03-27target/hppa: Fix B,GATE for wide modeRichard Henderson1-1/+1
2024-03-27target/hppa: Fix BE,L set of sr0Richard Henderson1-1/+1
2024-03-19target/hppa: fix do_stdby_e()Sven Schnelle1-5/+5
2024-03-19target/hppa: mask privilege bits in mfiaSven Schnelle1-1/+1
2024-03-19target/hppa: exit tb on flush cache instructionsSven Schnelle2-3/+10
2024-03-19target/hppa: fix access_id checkSven Schnelle1-17/+61
2024-03-19target/hppa: fix shrp for wide modeSven Schnelle1-2/+2
2024-03-19target/hppa: ldcw,s uses static shift of 3Sven Schnelle1-1/+1
2024-03-19target/hppa: Fix assemble_12a insns for wide modeRichard Henderson2-12/+34
2024-03-19target/hppa: Fix assemble_11a insns for wide modeRichard Henderson2-9/+21
2024-03-19target/hppa: Fix assemble_16 insns for wide modeRichard Henderson2-6/+31
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé2-4/+2
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller3-3/+6
2024-03-03target: hppa: Fix unaligned double word accesses for hppa64Guenter Roeck1-1/+2
2024-02-11target/hppa: PDC_BTLB_INFO uses 32-bit intsHelge Deller1-1/+1
2024-02-11target/hppa: Allow read-access to PSW with rsm 0,reg instructionHelge Deller1-1/+7
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller3-0/+25
2024-02-11target/hppa: Add "diag 0x101" for console output supportHelge Deller3-0/+43
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2-5/+5
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson2-11/+1
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson2-5/+14
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell4-24/+24
2024-01-13target/hppa: Fix IOR and ISR on error in probeHelge Deller1-5/+1
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller1-5/+1
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller2-11/+13
2024-01-13target/hppa: Avoid accessing %gr0 when raising exceptionHelge Deller1-1/+1