aboutsummaryrefslogtreecommitdiffstats
path: root/target/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2024-05-1511-728/+842
|\
| * target/hppa: Log cpu state on return-from-interruptRichard Henderson2024-05-151-0/+12
| * target/hppa: Log cpu state at interruptRichard Henderson2024-05-151-13/+14
| * target/hppa: Implement CF_PCRELRichard Henderson2024-05-152-32/+55
| * target/hppa: Adjust priv for B,GATE at runtimeRichard Henderson2024-05-154-25/+47
| * target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson2024-05-154-20/+7
| * target/hppa: Implement PSW_XRichard Henderson2024-05-151-17/+25
| * target/hppa: Implement PSW_BRichard Henderson2024-05-151-19/+6
| * target/hppa: Manage PSW_X and PSW_B in translatorRichard Henderson2024-05-152-3/+57
| * target/hppa: Split PSW X and B into their own fieldRichard Henderson2024-05-152-4/+5
| * target/hppa: Improve hppa_cpu_dump_stateRichard Henderson2024-05-151-6/+54
| * target/hppa: Do not mask in copy_iaoq_entryRichard Henderson2024-05-151-6/+1
| * target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson2024-05-153-55/+48
| * linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson2024-05-154-4/+16
| * target/hppa: Use delay_excp for conditional trap on overflowRichard Henderson2024-05-154-17/+14
| * target/hppa: Use delay_excp for conditional trapsRichard Henderson2024-05-154-19/+32
| * target/hppa: Introduce DisasDelayExceptionRichard Henderson2024-05-151-5/+55
| * target/hppa: Remove cond_freeRichard Henderson2024-05-151-75/+27
| * target/hppa: Use TCG_COND_TST* in trans_ftestRichard Henderson2024-05-151-16/+6
| * target/hppa: Use registerfields.h for FPSRRichard Henderson2024-05-153-23/+46
| * target/hppa: Use TCG_COND_TST* in trans_bb_immRichard Henderson2024-05-151-9/+3
| * target/hppa: Use TCG_COND_TST* in do_unit_addsubRichard Henderson2024-05-151-2/+2
| * target/hppa: Use TCG_COND_TST* in do_unit_zero_condRichard Henderson2024-05-151-2/+1
| * target/hppa: Use TCG_COND_TST* in do_log_condRichard Henderson2024-05-151-51/+27
| * target/hppa: Use TCG_COND_TST* in do_condRichard Henderson2024-05-151-36/+28
| * target/hppa: Rename cond_make_* helpersRichard Henderson2024-05-151-26/+26
| * target/hppa: Use displacements in DisasIAQERichard Henderson2024-05-151-20/+23
| * target/hppa: Introduce and use DisasIAQE for branch managementRichard Henderson2024-05-151-180/+198
| * target/hppa: Always make a copy in do_ibranch_privRichard Henderson2024-05-151-4/+3
| * target/hppa: Use umax in do_ibranch_privRichard Henderson2024-05-151-1/+1
| * target/hppa: Add space argument to do_ibranchRichard Henderson2024-05-151-50/+26
| * target/hppa: Add space arguments to install_iaq_entriesRichard Henderson2024-05-151-31/+27
| * target/hppa: Add IASQ entries to DisasContextRichard Henderson2024-05-151-9/+30
| * target/hppa: Simplify TB endRichard Henderson2024-05-151-50/+55
| * target/hppa: Skip nullified insns in unconditional dbranch pathRichard Henderson2024-05-151-2/+8
| * target/hppa: Delay computation of IAQ_NextRichard Henderson2024-05-151-16/+10
| * target/hppa: Add install_linkRichard Henderson2024-05-151-23/+32
| * target/hppa: Add install_iaq_entriesRichard Henderson2024-05-151-31/+33
| * target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_testRichard Henderson2024-05-151-2/+3
| * target/hppa: Allow prior nullification in do_ibranchRichard Henderson2024-05-151-54/+21
| * target/hppa: Pass displacement to do_dbranchRichard Henderson2024-05-151-24/+9
| * target/hppa: Move constant destination check into use_goto_tbRichard Henderson2024-05-151-10/+10
| * target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pcRichard Henderson2024-05-151-4/+4
| * target/hppa: Move cpu_get_tb_cpu_state out of lineRichard Henderson2024-05-152-41/+44
* | accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson2024-05-151-9/+6
* | accel/tcg: Provide default implementation of disas_logRichard Henderson2024-05-151-2/+4
|/
* accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-061-1/+1
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-062-0/+2
* target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2024-04-262-6/+8
* target/hppa: Use insn_start from DisasContextBaseRichard Henderson2024-04-091-5/+5