aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
8 dayshvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki1-3/+0
10 dayscpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino1-0/+1
2024-06-24accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cbMax Chou1-2/+6
2024-06-24plugins: fix inject_mem_cb rw maskingPierrick Bouvier1-2/+2
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier1-0/+12
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée1-0/+1
2024-06-24gdbstub: move enums into separate headerAlex Bennée3-3/+3
2024-06-19accel/tcg: Fix typo causing tb->page_addr[1] to not be recordedAnton Johansson1-2/+2
2024-06-17migration/dirtyrate: Fix segmentation faultMasato Imai1-1/+1
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan1-28/+21
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan1-1/+1
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée5-21/+7
2024-06-04accel/kvm: Fix two lines with hard-coded tabsPeter Maydell1-2/+2
2024-06-04accel/tcg: Move common declarations to 'internal-common.h'Philippe Mathieu-Daudé3-15/+16
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell1-2/+5
2024-05-24tcg/cputlb: remove other-cpu capability from TLB flushingNicholas Piggin1-33/+9
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin1-103/+0
2024-05-22accel/tcg: Init tb size and icount before plugin_gen_tb_endRichard Henderson1-4/+4
2024-05-16plugins: extract cpu_index generatePierrick Bouvier1-13/+11
2024-05-16plugins: distinct types for callbacksPierrick Bouvier1-26/+32
2024-05-16plugins: conditional callbacksPierrick Bouvier1-0/+48
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier1-0/+13
2024-05-16plugins: extract generate ptr for qemu_plugin_u64Pierrick Bouvier1-9/+18
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier1-3/+3
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson1-3/+2
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson1-1/+1
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson1-3/+2
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-1/+8
2024-05-15plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_startRichard Henderson1-13/+17
2024-05-15plugins: Use DisasContextBase for qemu_plugin_tb_vaddrRichard Henderson1-2/+1
2024-05-15plugins: Use DisasContextBase for qemu_plugin_insn_haddrRichard Henderson1-20/+0
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson2-4/+2
2024-05-15plugins: Use translator_st for qemu_plugin_insn_dataRichard Henderson2-28/+5
2024-05-15accel/tcg: Implement translator_stRichard Henderson1-0/+55
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson1-0/+1
2024-05-15accel/tcg: Record when translator_fake_ldb is usedRichard Henderson1-0/+2
2024-05-15accel/tcg: Record mmio bytes during translationRichard Henderson1-0/+41
2024-05-15accel/tcg: Cap the translation block when we encounter mmioRichard Henderson1-0/+4
2024-05-15accel/tcg: Reorg translator_ld*Richard Henderson1-85/+98
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson1-1/+1
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson1-7/+8
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-1/+1
2024-05-06accel/tcg: Introduce CF_BP_PAGERichard Henderson1-1/+1
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson9-20/+65
2024-05-06user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé1-0/+18
2024-05-06accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé2-4/+4
2024-05-06accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé1-0/+17
2024-05-06accel/tcg: Move user definition of cpu_interrupt() to user-exec.cPhilippe Mathieu-Daudé2-9/+8
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé3-2/+13
2024-05-06accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()Philippe Mathieu-Daudé1-5/+2