aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
5 daysaccel/tcg: Fix user-only probe_access_internal plugin checkRichard Henderson
2024-10-31accel/tcg/icount-common: Remove the reference to the unused header fileHyman Huang
2024-10-24plugins: fix qemu_plugin_resetPierrick Bouvier
2024-10-24accel/tcg: add tracepoints for cpu_loop_exit_atomicAlex Bennée
2024-10-13accel/tcg: Use the alignment test in tlb_fill_alignRichard Henderson
2024-10-13accel/tcg: Add TCGCPUOps.tlb_fill_alignRichard Henderson
2024-10-13include/exec/memop: Introduce memop_atomicity_bitsRichard Henderson
2024-10-13include/exec/memop: Rename get_alignment_bitsRichard Henderson
2024-10-13accel/tcg: Assert noreturn from write-only page for atomicsRichard Henderson
2024-10-13tcg: remove singlestep_enabled from DisasContextBasePaolo Bonzini
2024-10-08accel/tcg: Make page_set_flags() documentation publicPhilippe Mathieu-Daudé
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-24accel/tcg: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-19plugins: save value during memory accessesPierrick Bouvier
2024-09-05accel/tcg: Remove dead code from rr_cpu_thread_fn()Peter Maydell
2024-08-16Revert "replay: stop us hanging in rr_wait_io_event"Nicholas Piggin
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson
2024-07-22plugins: fix mem callback array sizePierrick Bouvier
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell
2024-06-30cpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino
2024-06-24accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cbMax Chou
2024-06-24plugins: fix inject_mem_cb rw maskingPierrick Bouvier
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-19accel/tcg: Fix typo causing tb->page_addr[1] to not be recordedAnton Johansson
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée
2024-06-04accel/tcg: Move common declarations to 'internal-common.h'Philippe Mathieu-Daudé
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell
2024-05-24tcg/cputlb: remove other-cpu capability from TLB flushingNicholas Piggin
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin
2024-05-22accel/tcg: Init tb size and icount before plugin_gen_tb_endRichard Henderson
2024-05-16plugins: extract cpu_index generatePierrick Bouvier
2024-05-16plugins: distinct types for callbacksPierrick Bouvier
2024-05-16plugins: conditional callbacksPierrick 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-15accel/tcg: Introduce translator_fake_ldRichard Henderson
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-15plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_startRichard Henderson
2024-05-15plugins: Use DisasContextBase for qemu_plugin_tb_vaddrRichard Henderson
2024-05-15plugins: Use DisasContextBase for qemu_plugin_insn_haddrRichard Henderson
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson
2024-05-15plugins: Use translator_st for qemu_plugin_insn_dataRichard Henderson
2024-05-15accel/tcg: Implement translator_stRichard Henderson
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson
2024-05-15accel/tcg: Record when translator_fake_ldb is usedRichard Henderson