aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-15target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson4-20/+7
2024-05-15target/hppa: Implement PSW_XRichard Henderson1-17/+25
2024-05-15target/hppa: Implement PSW_BRichard Henderson1-19/+6
2024-05-15target/hppa: Manage PSW_X and PSW_B in translatorRichard Henderson2-3/+57
2024-05-15target/hppa: Split PSW X and B into their own fieldRichard Henderson2-4/+5
2024-05-15target/hppa: Improve hppa_cpu_dump_stateRichard Henderson1-6/+54
2024-05-15target/hppa: Do not mask in copy_iaoq_entryRichard Henderson1-6/+1
2024-05-15target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson3-55/+48
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson8-17/+31
2024-05-15target/hppa: Use delay_excp for conditional trap on overflowRichard Henderson4-17/+14
2024-05-15target/hppa: Use delay_excp for conditional trapsRichard Henderson4-19/+32
2024-05-15target/hppa: Introduce DisasDelayExceptionRichard Henderson1-5/+55
2024-05-15target/hppa: Remove cond_freeRichard Henderson1-75/+27
2024-05-15target/hppa: Use TCG_COND_TST* in trans_ftestRichard Henderson1-16/+6
2024-05-15target/hppa: Use registerfields.h for FPSRRichard Henderson3-23/+46
2024-05-15target/hppa: Use TCG_COND_TST* in trans_bb_immRichard Henderson1-9/+3
2024-05-15target/hppa: Use TCG_COND_TST* in do_unit_addsubRichard Henderson1-2/+2
2024-05-15target/hppa: Use TCG_COND_TST* in do_unit_zero_condRichard Henderson1-2/+1
2024-05-15target/hppa: Use TCG_COND_TST* in do_log_condRichard Henderson1-51/+27
2024-05-15target/hppa: Use TCG_COND_TST* in do_condRichard Henderson1-36/+28
2024-05-15target/hppa: Rename cond_make_* helpersRichard Henderson1-26/+26
2024-05-15target/hppa: Use displacements in DisasIAQERichard Henderson1-20/+23
2024-05-15target/hppa: Introduce and use DisasIAQE for branch managementRichard Henderson1-180/+198
2024-05-15target/hppa: Always make a copy in do_ibranch_privRichard Henderson1-4/+3
2024-05-15target/hppa: Use umax in do_ibranch_privRichard Henderson1-1/+1
2024-05-15target/hppa: Add space argument to do_ibranchRichard Henderson1-50/+26
2024-05-15target/hppa: Add space arguments to install_iaq_entriesRichard Henderson1-31/+27
2024-05-15target/hppa: Add IASQ entries to DisasContextRichard Henderson1-9/+30
2024-05-15target/hppa: Simplify TB endRichard Henderson1-50/+55
2024-05-15target/hppa: Skip nullified insns in unconditional dbranch pathRichard Henderson1-2/+8
2024-05-15target/hppa: Delay computation of IAQ_NextRichard Henderson1-16/+10
2024-05-15target/hppa: Add install_linkRichard Henderson1-23/+32
2024-05-15target/hppa: Add install_iaq_entriesRichard Henderson1-31/+33
2024-05-15target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_testRichard Henderson1-2/+3
2024-05-15target/hppa: Allow prior nullification in do_ibranchRichard Henderson1-54/+21
2024-05-15target/hppa: Pass displacement to do_dbranchRichard Henderson1-24/+9
2024-05-15target/hppa: Move constant destination check into use_goto_tbRichard Henderson1-10/+10
2024-05-15target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pcRichard Henderson1-4/+4
2024-05-15target/hppa: Move cpu_get_tb_cpu_state out of lineRichard Henderson2-41/+44
2024-05-14Merge tag 'pull-request-2024-05-14' of https://gitlab.com/thuth/qemu into sta...Richard Henderson21-1795/+194
2024-05-14util/uri: Remove the old URI parsing codeThomas Huth3-1566/+1
2024-05-14block/ssh: Use URI parsing code from glibThomas Huth1-35/+40
2024-05-14block/nfs: Use URI parsing code from glibThomas Huth1-56/+54
2024-05-14block/nbd: Use URI parsing code from glibThomas Huth1-39/+37
2024-05-14block/gluster: Use URI parsing code from glibThomas Huth1-35/+34
2024-05-14Remove glib compatibility code that is not required anymoreThomas Huth2-18/+0
2024-05-14Bump minimum glib version to v2.66Thomas Huth3-42/+5
2024-05-14gitlab: use 'setarch -R' to workaround tsan bugDaniel P. Berrangé1-0/+3
2024-05-14gitlab: use $MAKE instead of 'make'Daniel P. Berrangé1-3/+3
2024-05-14dockerfiles: add 'MAKE' env variable to remaining containersDaniel P. Berrangé7-0/+7