- e506ad6 accel/tcg: Pass last not end to tb_invalidate_phys_range by Richard Henderson · 1 year, 9 months ago
- 73f96d5 accel/tcg: Pass last not end to tb_invalidate_phys_page_range__locked by Richard Henderson · 1 year, 9 months ago
- f6555e3 accel/tcg: Pass last not end to page_collection_lock by Richard Henderson · 1 year, 9 months ago
- f7e2add accel/tcg: Pass last not end to PAGE_FOR_EACH_TB by Richard Henderson · 1 year, 9 months ago
- 10310cb accel/tcg: Pass last not end to page_reset_target_data by Richard Henderson · 1 year, 9 months ago
- 49840a4 accel/tcg: Pass last not end to page_set_flags by Richard Henderson · 1 year, 9 months ago
- 1ff4a81 tcg: use QTree instead of GTree by Emilio Cota · 1 year, 10 months ago
- f75e4f2 accel/xen: Fix DM state change notification in dm_restrict mode by David Woodhouse · 1 year, 9 months ago
- 720ace2 *: Add missing includes of qemu/plugin.h by Richard Henderson · 1 year, 9 months ago
- cc37d98 *: Add missing includes of qemu/error-report.h by Richard Henderson · 1 year, 9 months ago
- e04660a tcg: Clear plugin_mem_cbs on TB exit by Richard Henderson · 1 year, 9 months ago
- 47f7313 tcg: Create tcg/tcg-temp-internal.h by Richard Henderson · 1 year, 10 months ago
- b1224d8 Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into staging by Peter Maydell · 1 year, 9 months ago
- 412ae12 gdbstub: move update guest debug to accel ops by Mads Ynddal · 1 year, 10 months ago
- 548c960 includes: move tb_flush into its own header by Alex Bennée · 1 year, 10 months ago
- e2abfe5 hw/xen: Rename xen_common.h to xen_native.h by David Woodhouse · 2 years ago
- 7a8a749 hw/xen: Move xenstore_store_pv_console_info to xen_console.c by David Woodhouse · 2 years ago
- ba2a92d hw/xen: Add xenstore operations to allow redirection to internal emulation by Paul Durrant · 2 years ago
- 2a196de accel/tcg: Remove translator_loop_temp_check by Richard Henderson · 1 year, 10 months ago
- 2f2e911 tcg: Remove tcg_check_temp_count, tcg_clear_temp_count by Richard Henderson · 1 year, 10 months ago
- 417aeaf accel/tcg: Trigger watchpoints from atomic_mmu_lookup by Richard Henderson · 1 year, 10 months ago
- 0953674 accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookup by Richard Henderson · 1 year, 10 months ago
- 20f7fe9 accel/tcg: Retain prot flags from tlb_fill by Richard Henderson · 1 year, 10 months ago
- 533206f tcg: Include "qemu/timer.h" for profile_getclock by Richard W.M. Jones · 1 year, 10 months ago
- c61d1a0 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 1 year, 10 months ago
- 4013884 accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers by Richard Henderson · 1 year, 11 months ago
- 713f263 accel/tcg/plugin: Use tcg_temp_ebb_* by Richard Henderson · 1 year, 11 months ago
- 9b1890a accel/tcg: Use more accurate max_insns for tb_overflow by Richard Henderson · 1 year, 11 months ago
- 597f9b2 accel/tcg: Pass max_insn to gen_intermediate_code by pointer by Richard Henderson · 1 year, 11 months ago
- 279513c accel/tcg: Replace `tb_pc()` with `tb->pc` by Anton Johansson · 1 year, 10 months ago
- 2dd5b7a accel/tcg: Move jmp-cache `CF_PCREL` checks to caller by Anton Johansson · 1 year, 10 months ago
- 4be7902 accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL` by Anton Johansson · 1 year, 10 months ago
- e16aff4 kvm/i386: Add xen-evtchn-max-pirq property by David Woodhouse · 1 year, 11 months ago
- 6f43f2e kvm/i386: Add xen-gnttab-max-frames property by David Woodhouse · 2 years ago
- 61491cf i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support by David Woodhouse · 2 years ago
- faa4e80 xen: Add XEN_DISABLED mode and make it default by David Woodhouse · 2 years ago
- d507e6c accel/tcg: Add 'size' param to probe_access_full by Richard Henderson · 1 year, 10 months ago
- 1770b2f accel/tcg: Add 'size' param to probe_access_flags() by Daniel Henrique Barboza · 1 year, 10 months ago
- a371975 hw/cpu: Extend CPUState::cluster_index documentation by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 5b5968c replay: Extract core API to 'exec/replay-core.h' by Philippe Mathieu-Daudé · 2 years ago
- 2459d42 accel/kvm: Silent -Wmissing-field-initializers warning by Philippe Mathieu-Daudé · 2 years ago
- f227c07 accel/xen: Remove dead code by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 00c9a5c accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation by Philippe Mathieu-Daudé · 2 years ago
- c32c487 exec: Remove unused 'qemu/timer.h' timer by Philippe Mathieu-Daudé · 2 years ago
- 55b5b8e gdbstub: Use vaddr type for generic insert/remove_breakpoint() API by Philippe Mathieu-Daudé · 2 years ago
- 2627e45 accel/tcg: Allow the second page of an instruction to be MMIO by Richard Henderson · 1 year, 10 months ago
- bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 1 year, 11 months ago
- 123ae56 tcg: Add tcg_gen_{non}atomic_cmpxchg_i128 by Richard Henderson · 2 years, 1 month ago
- cb48f36 tcg: Add guest load/store primitives for TCGv_i128 by Richard Henderson · 2 years, 1 month ago
- 99ab4d5 accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_page by Eric Auger · 1 year, 10 months ago
- 579510e Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 1 year, 10 months ago
- aa09b3d stats: Move QMP commands from monitor/ to stats/ by Markus Armbruster · 1 year, 11 months ago
- 882f5b1 cpu-exec: assert that plugin_mem_cbs is NULL after execution by Emilio Cota · 1 year, 11 months ago
- 17083f6 tcg: exclude non-memory effecting helpers from instrumentation by Emilio Cota · 1 year, 11 months ago
- 0f92d94 translator: always pair plugin_gen_insn_{start, end} calls by Emilio Cota · 1 year, 11 months ago
- 3fd62e7 plugins: fix optimization in plugin_gen_disable_mem_helpers by Emilio Cota · 1 year, 11 months ago
- 4731f89 cpu: free cpu->tb_jmp_cache with RCU by Emilio Cota · 1 year, 11 months ago
- fcb7e04 Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 1 year, 11 months ago
- 68ba85c coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h by Markus Armbruster · 2 years ago
- ef4f031 Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into staging by Peter Maydell · 1 year, 11 months ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 1 year, 11 months ago
- 2fd2e78 tcg: Remove TCG_TARGET_HAS_direct_jump by Richard Henderson · 2 years ago
- 0fe1c98 tcg: Change tb_target_set_jmp_target arguments by Richard Henderson · 2 years ago
- 9da6079 tcg: Add TranslationBlock.jmp_insn_offset by Richard Henderson · 2 years, 1 month ago
- b7e4afb tcg: Add gen_tb to TCGContext by Richard Henderson · 2 years, 1 month ago
- 3a50f42 tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID by Richard Henderson · 2 years, 1 month ago
- 61710a7 accel/tcg: Split out cpu_exec_{setjmp,loop} by Richard Henderson · 2 years ago
- 5584e2d tcg: add perfmap and jitdump by Ilya Leoshkevich · 1 year, 11 months ago
- 7c10cb3 accel/tcg: Add debuginfo support by Ilya Leoshkevich · 1 year, 11 months ago
- f39b7d2 kvm: Atomic memslot updates by David Hildenbrand · 2 years, 1 month ago
- a27dd2d KVM: keep track of running ioctls by Emanuele Giuseppe Esposito · 2 years, 1 month ago
- bd688fc accel: introduce accelerator blocker API by Emanuele Giuseppe Esposito · 2 years, 1 month ago
- 3d83b78 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 2 years ago
- 9c9b85d meson: cleanup dummy-cpus.c rules by Paolo Bonzini · 3 years, 5 months ago
- e630c01 accel/tcg: Handle false negative lookup in page_check_range by Richard Henderson · 2 years ago
- 177a8cb accel/tcg: Use g_free_rcu for user-exec interval trees by Richard Henderson · 2 years ago
- 1b660f4 accel/tcg: Fix tb_invalidate_phys_page_unwind by Richard Henderson · 2 years ago
- cb10bc6 tcg: Vary the allocation size for TCGOp by Richard Henderson · 2 years ago
- d447894 tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*() by Philippe Mathieu-Daudé · 2 years ago
- f266bec accel/tcg/plugin: Use copy_op in append_{udata,mem}_cb by Richard Henderson · 2 years, 1 month ago
- ada4cb0 accel/tcg/plugin: Avoid duplicate copy in copy_call by Richard Henderson · 2 years, 1 month ago
- 05d019a accel/tcg/plugin: Don't search for the function pointer index by Richard Henderson · 2 years, 1 month ago
- 61b59fb accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex by Richard Henderson · 2 years, 1 month ago
- 8112426 accel/tcg: Restrict page_collection structure to system TB maintainance by Philippe Mathieu-Daudé · 2 years ago
- f349e92 accel/tcg: Factor tb_invalidate_phys_range_fast() out by Philippe Mathieu-Daudé · 2 years ago
- c9a5217 accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}() by Philippe Mathieu-Daudé · 2 years ago
- 5180776 accel/tcg: Remove trace events from trace-root.h by Philippe Mathieu-Daudé · 2 years ago
- 38fc4b1 accel/tcg: Restrict cpu_io_recompile() to system emulation by Philippe Mathieu-Daudé · 2 years ago
- 6ca5ac1 accel/tcg: Move remainder of page locking to tb-maint.c by Richard Henderson · 2 years, 2 months ago
- babcbc2 accel/tcg: Move PageDesc tree into tb-maint.c for system by Richard Henderson · 2 years, 2 months ago
- 67ff218 accel/tcg: Use interval tree for user-only page tracking by Richard Henderson · 2 years, 2 months ago
- d941c08 accel/tcg: Move page_{get,set}_flags to user-exec.c by Richard Henderson · 2 years, 2 months ago
- 50d25c8 accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD by Richard Henderson · 2 years ago
- f88f3ac accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE by Richard Henderson · 2 years, 2 months ago
- a97d5d2 accel/tcg: Use interval tree for TBs in user-only mode by Richard Henderson · 2 years, 2 months ago
- bf590a6 accel/tcg: Rename page_flush_tb by Richard Henderson · 2 years, 1 month ago
- d1c81c3 qapi: Use returned bool to check for failure (again) by Markus Armbruster · 2 years, 1 month ago
- 344b63b accel/tcg: Split out setjmp_gen_code by Richard Henderson · 2 years, 1 month ago
- 35abb00 tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code by Richard Henderson · 2 years, 1 month ago
- 5141e9a accel: abort if we fail to load the accelerator plugin by Claudio Fontana · 2 years, 3 months ago