aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2024-08-16Revert "replay: stop us hanging in rr_wait_io_event"Nicholas Piggin1-1/+1
2024-08-01accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logicSalil Mehta1-0/+1
2024-07-26accel/kvm: Introduce kvm_create_and_park_vcpu() helperHarsh Prateek Bora1-0/+12
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson1-14/+0
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+27
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson3-34/+67
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé1-14/+0
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson3-32/+0
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson3-32/+0
2024-07-22accel/kvm: Extract common KVM vCPU {creation,parking} codeSalil Mehta3-34/+67
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel1-0/+27
2024-07-22plugins: fix mem callback array sizePierrick Bouvier1-2/+1
2024-07-17accel/kvm/kvm-all: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell1-2/+2
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell1-6/+5
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki1-3/+0
2024-06-30cpu: 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