- b84694d util/log: Add vector registers to log by Ivan Klokov · 1 year, 8 months ago
- 0683100 atomics: eliminate mb_read/mb_set by Paolo Bonzini · 1 year, 10 months ago
- 85314e1 exec-all: Widen TranslationBlock pc and cs_base to 64-bits by Richard Henderson · 1 year, 9 months ago
- 367189e accel/tcg: include cs_base in our hash calculations by Alex Bennée · 1 year, 7 months ago
- d0aaf08 tcg: remove the final vestiges of dstate by Alex Bennée · 1 year, 7 months ago
- 645e3a8 tcg: Remove DEBUG_DISAS by Richard Henderson · 1 year, 9 months ago
- 0e33928 accel/tcg: Use one_insn_per_tb global instead of old singlestep global by Peter Maydell · 1 year, 8 months ago
- 3371802 accel/tcg: Fix jump cache set in cpu_exec_loop 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
- 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
- 5b5968c replay: Extract core API to 'exec/replay-core.h' by Philippe Mathieu-Daudé · 2 years 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
- bfe7bf8 Don't include headers already included by qemu/osdep.h 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
- 4731f89 cpu: free cpu->tb_jmp_cache with RCU by Emilio Cota · 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
- 61710a7 accel/tcg: Split out cpu_exec_{setjmp,loop} by Richard Henderson · 2 years ago
- 4e4fa6c accel/tcg: Complete cpu initialization before registration by Richard Henderson · 2 years, 2 months ago
- 28905cf accel/tcg: Introduce tb_{set_}page_addr{0,1} by Richard Henderson · 2 years, 3 months ago
- 69993c4 accel/tcg: Add a quicker check for breakpoints by Leandro Lupori · 2 years, 2 months ago
- 8ed558e accel/tcg: Introduce TARGET_TB_PCREL by Richard Henderson · 2 years, 4 months ago
- fbf59aa accel/tcg: Introduce tb_pc and log_pc by Richard Henderson · 2 years, 4 months ago
- a976a99 include/hw/core: Create struct CPUJumpCache by Richard Henderson · 2 years, 4 months ago
- 93b9961 accel/tcg: Do not align tb->page_addr[0] by Richard Henderson · 2 years, 4 months ago
- 9867b30 accel/tcg: Document the faulting lookup in tb_lookup_cmp by Richard Henderson · 2 years, 4 months ago
- 0c90ba1 accel/tcg: Make tb_htable_lookup static by Richard Henderson · 2 years, 4 months ago
- 297368c accel/tcg: Unlock mmap_lock after longjmp by Richard Henderson · 2 years, 4 months ago
- b01841f accel/tcg: Inline dump_opcount_info() and remove it by Bernhard Beschow · 2 years, 7 months ago
- 7112ffd accel/tcg/cpu-exec: Unexport dump_drift_info() by Bernhard Beschow · 2 years, 7 months ago
- c769fbd accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock by Richard Henderson · 2 years, 8 months ago
- 78b5485 *: Use fprintf between qemu_log_trylock/unlock by Richard Henderson · 2 years, 8 months ago
- c60f599 util/log: Rename qemu_log_lock to qemu_log_trylock by Richard Henderson · 2 years, 8 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 9 months ago
- 61deada accel/tcg: Remove pointless CPUArchState casts by Philippe Mathieu-Daudé · 2 years, 9 months ago
- 5b7b197 accel/tcg/cpu-exec: Fix precise single-stepping after interrupt by Luc Michel · 2 years, 10 months ago
- c3e97f6 replay: use CF_NOIRQ for special exception-replaying TB by Pavel Dovgalyuk · 2 years, 11 months ago
- 92e28c0 monitor: move x-query-profile into accel/tcg to fix build by Alex Bennée · 3 years ago
- aff0e20 accel/tcg: suppress IRQ check for special TBs by Alex Bennée · 3 years, 1 month ago
- e86e00a Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-request' into staging by Richard Henderson · 3 years, 1 month ago
- b6a7f3e qapi: introduce x-query-opcount QMP command by Daniel P. Berrangé · 3 years, 3 months ago
- 3a841ab qapi: introduce x-query-jit QMP command by Daniel P. Berrangé · 3 years, 3 months ago
- f920ffd accel/tcg: Move clear_helper_retaddr to cpu loop by Richard Henderson · 3 years, 3 months ago
- c9460d7 accel/tcg: Handle gdb singlestep in cpu_tb_exec by Richard Henderson · 3 years, 5 months ago
- 0596fa1 accel/tcg: Restrict cpu_handle_halt() to sysemu by Philippe Mathieu-Daudé · 3 years, 3 months ago
- 77c0fc4 accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu by Philippe Mathieu-Daudé · 3 years, 3 months ago
- 1209642 accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt by Philippe Mathieu-Daudé · 3 years, 3 months ago
- 2521c77 accel/tcg: Remove unused variable in cpu_exec by Richard Henderson · 3 years, 5 months ago
- c8cf47a accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb() by Peter Maydell · 3 years, 5 months ago
- df3a2de accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.low by Peter Maydell · 3 years, 5 months ago
- c2ffd75 accel/tcg: Record singlestep_enabled in tb->cflags by Richard Henderson · 3 years, 5 months ago
- 10c3782 accel/tcg: Move breakpoint recognition outside translation by Richard Henderson · 3 years, 5 months ago
- 11c1d5f accel/tcg: Merge tb_find into its only caller by Richard Henderson · 3 years, 5 months ago
- 258afb4 accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic by Richard Henderson · 3 years, 5 months ago
- 04f5b64 accel/tcg: Handle -singlestep in curr_cflags by Richard Henderson · 3 years, 5 months ago
- fb95701 accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain by Richard Henderson · 3 years, 5 months ago
- 84f15616 accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR by Richard Henderson · 3 years, 5 months ago
- 043e35d accel/tcg: Move curr_cflags into cpu-exec.c by Richard Henderson · 3 years, 5 months ago
- 7eabad3 accel/tcg: Log tb->cflags with -d exec by Richard Henderson · 3 years, 6 months ago
- abb0cd9 accel/tcg: Split out log_cpu_exec by Richard Henderson · 3 years, 6 months ago
- 632cb63 accel/tcg: Move tb_lookup to cpu-exec.c by Richard Henderson · 3 years, 6 months ago
- 4288eb2 accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c by Richard Henderson · 3 years, 6 months ago
- e5ceadf accel/tcg: Keep TranslationBlock headers local to TCG by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 824f4ba accel/tcg: Reduce 'exec/tb-context.h' inclusion by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 8 months ago
- 821e7ed Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-09' into staging by Peter Maydell · 3 years, 9 months ago
- d6eb39b qtest: delete superfluous inclusions of qtest.h by Chen Qun · 3 years, 10 months ago
- 6cc9d67 accel/tcg: Precompute curr_cflags into cpu->tcg_cflags by Richard Henderson · 3 years, 10 months ago
- bf253ac accel/tcg: drop the use of CF_HASH_MASK and rename params by Alex Bennée · 3 years, 10 months ago
- c0ae396 accel/tcg: move CF_CLUSTER calculation to curr_cflags by Alex Bennée · 3 years, 10 months ago
- 6f04cb1 accel/tcg: rename tb_lookup__cpu_state and hoist state extraction by Alex Bennée · 3 years, 10 months ago
- a11bbb6 accel/tcg: cache single instruction TB on pending replay exception by Alex Bennée · 3 years, 10 months ago
- bc662a3 accel/tcg: actually cache our partial icount TB by Alex Bennée · 3 years, 10 months ago
- e6a41a0 accel/tcg: Add URL of clang bug to comment about our workaround by Peter Maydell · 3 years, 11 months ago
- 7827168 cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass by Claudio Fontana · 3 years, 10 months ago
- 0545608 cpu: move cc->do_interrupt to tcg_ops by Claudio Fontana · 3 years, 10 months ago
- e9ce43e cpu: Move debug_excp_handler to tcg_ops by Eduardo Habkost · 3 years, 10 months ago
- 48c1a3e cpu: Move cpu_exec_* to tcg_ops by Eduardo Habkost · 3 years, 10 months ago
- ec62595 cpu: Move synchronize_from_tb() to tcg_ops by Eduardo Habkost · 3 years, 10 months ago
- 7df5e3d accel/tcg: split TCG-only code from cpu_exec_realizefn by Claudio Fontana · 3 years, 10 months ago
- 653b87e tcg: Toggle page execution for Apple Silicon by Roman Bolshakov · 4 years ago
- c03f041 accel/tcg: Restrict tb_gen_code() from other accelerators by Philippe Mathieu-Daudé · 3 years, 11 months ago
- bfff072 tcg: update the cpu running flag in cpu_exec_step_atomic by Douglas Crosher · 4 years, 3 months ago
- eba4035 tcg: Return the TB pointer from the rx region from exit_tb by Richard Henderson · 4 years, 2 months ago
- 1acbad0 tcg: Adjust tb_target_set_jmp_target for split-wx by Richard Henderson · 4 years, 2 months ago
- db0c51a tcg: Introduce tcg_splitwx_to_{rx,rw} by Richard Henderson · 4 years, 2 months ago
- c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years ago
- 710384d tcg: Make CPUClass.debug_excp_handler optional by Eduardo Habkost · 4 years ago
- 80c4750 tcg: make CPUClass.cpu_exec_* optional by Eduardo Habkost · 4 years ago
- 035ba06 tcg: cpu_exec_{enter,exit} helpers by Eduardo Habkost · 4 years ago
- 19a8431 accel/tcg: Remove special case for GCC < 4.6 by Philippe Mathieu-Daudé · 4 years ago
- 835cbd8 icount: improve exec nocache usage by Pavel Dovgalyuk · 4 years ago
- 4084893 replay: don't record interrupt poll by Pavel Dovgalyuk · 4 years, 2 months ago
- 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 4 months ago
- 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 4 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 3 months ago