aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-17tests/lcitool/refresh: Treat the output of lcitool as text, not as bytesThomas Huth
2024-05-16Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu...Richard Henderson
2024-05-16plugins: remove op from qemu_plugin_inline_cbPierrick Bouvier
2024-05-16plugins: extract cpu_index generatePierrick Bouvier
2024-05-16plugins: distinct types for callbacksPierrick Bouvier
2024-05-16tests/plugin/inline: add test for conditional callbackPierrick Bouvier
2024-05-16plugins: conditional callbacksPierrick Bouvier
2024-05-16tests/plugin/inline: add test for STORE_U64 inline opPierrick Bouvier
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier
2024-05-16plugins: extract generate ptr for qemu_plugin_u64Pierrick Bouvier
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier
2024-05-16scripts/update-linux-header.sh: be more src tree friendlyAlex Bennée
2024-05-16tests/tcg: don't append QEMU_OPTS for armv6m-undef testAlex Bennée
2024-05-15Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-15Merge tag 'pull-tcg-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-15target/hppa: Log cpu state on return-from-interruptRichard Henderson
2024-05-15target/hppa: Log cpu state at interruptRichard Henderson
2024-05-15target/hppa: Implement CF_PCRELRichard Henderson
2024-05-15target/hppa: Adjust priv for B,GATE at runtimeRichard Henderson
2024-05-15target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson
2024-05-15target/hppa: Implement PSW_XRichard Henderson
2024-05-15target/hppa: Implement PSW_BRichard Henderson
2024-05-15target/hppa: Manage PSW_X and PSW_B in translatorRichard Henderson
2024-05-15target/hppa: Split PSW X and B into their own fieldRichard Henderson
2024-05-15target/hppa: Improve hppa_cpu_dump_stateRichard Henderson
2024-05-15target/hppa: Do not mask in copy_iaoq_entryRichard Henderson
2024-05-15target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson
2024-05-15target/hppa: Use delay_excp for conditional trap on overflowRichard Henderson
2024-05-15target/hppa: Use delay_excp for conditional trapsRichard Henderson
2024-05-15target/hppa: Introduce DisasDelayExceptionRichard Henderson
2024-05-15target/hppa: Remove cond_freeRichard Henderson
2024-05-15target/hppa: Use TCG_COND_TST* in trans_ftestRichard Henderson
2024-05-15target/hppa: Use registerfields.h for FPSRRichard Henderson
2024-05-15target/hppa: Use TCG_COND_TST* in trans_bb_immRichard Henderson
2024-05-15target/hppa: Use TCG_COND_TST* in do_unit_addsubRichard Henderson
2024-05-15target/hppa: Use TCG_COND_TST* in do_unit_zero_condRichard Henderson
2024-05-15target/hppa: Use TCG_COND_TST* in do_log_condRichard Henderson
2024-05-15target/hppa: Use TCG_COND_TST* in do_condRichard Henderson
2024-05-15target/hppa: Rename cond_make_* helpersRichard Henderson
2024-05-15target/hppa: Use displacements in DisasIAQERichard Henderson
2024-05-15target/hppa: Introduce and use DisasIAQE for branch managementRichard Henderson
2024-05-15target/hppa: Always make a copy in do_ibranch_privRichard Henderson
2024-05-15target/hppa: Use umax in do_ibranch_privRichard Henderson
2024-05-15target/hppa: Add space argument to do_ibranchRichard Henderson
2024-05-15target/hppa: Add space arguments to install_iaq_entriesRichard Henderson
2024-05-15target/hppa: Add IASQ entries to DisasContextRichard Henderson
2024-05-15target/hppa: Simplify TB endRichard Henderson
2024-05-15target/hppa: Skip nullified insns in unconditional dbranch pathRichard Henderson
2024-05-15target/hppa: Delay computation of IAQ_NextRichard Henderson