Age | Commit message (Expand) | Author | Files | Lines |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson | 4 | -55/+55 |
2021-10-05 | accel/tcg: Drop signness in tracing in cputlb.c | Richard Henderson | 2 | -46/+9 |
2021-09-30 | memory: Name all the memory listeners | Peter Xu | 2 | -2/+6 |
2021-09-21 | accel/tcg: Restrict cpu_handle_halt() to sysemu | Philippe Mathieu-Daudé | 1 | -2/+4 |
2021-09-21 | arm/hvf: Add a WFI handler | Peter Collingbourne | 1 | -3/+2 |
2021-09-20 | hvf: Add Apple Silicon support | Alexander Graf | 1 | -0/+9 |
2021-09-20 | hvf: Introduce hvf_arch_init() callback | Alexander Graf | 1 | -1/+2 |
2021-09-20 | hvf: Add execute to dirty log permission bitmap | Alexander Graf | 1 | -2/+2 |
2021-09-16 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul... | Peter Maydell | 1 | -1/+1 |
2021-09-16 | target/i386: spelling: occured=>occurred, mininum=>minimum | Michael Tokarev | 1 | -1/+1 |
2021-09-14 | accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts | Ilya Leoshkevich | 1 | -7/+41 |
2021-09-14 | accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu | Philippe Mathieu-Daudé | 1 | -3/+7 |
2021-09-14 | accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-09-14 | accel/tcg: remove redundant TCG_KICK_PERIOD define | Luc Michel | 1 | -2/+0 |
2021-09-14 | accel/tcg: Clear PAGE_WRITE before translation | Ilya Leoshkevich | 2 | -25/+73 |
2021-07-30 | accel/tcg: Remove double bswap for helper_atomic_sto_*_mmu | Richard Henderson | 1 | -1/+0 |
2021-07-29 | kvm: ppc: Print meaningful message on KVM_CREATE_VM failure | Fabiano Rosas | 1 | -0/+6 |
2021-07-26 | accel/tcg: Remove unused variable in cpu_exec | Richard Henderson | 1 | -8/+2 |
2021-07-26 | accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb() | Peter Maydell | 1 | -1/+3 |
2021-07-26 | accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.low | Peter Maydell | 1 | -1/+1 |
2021-07-21 | accel/tcg: Record singlestep_enabled in tb->cflags | Richard Henderson | 3 | -11/+7 |
2021-07-21 | accel/tcg: Hoist tb_cflags to a local in translator_loop | Richard Henderson | 1 | -5/+4 |
2021-07-21 | accel/tcg: Move breakpoint recognition outside translation | Richard Henderson | 2 | -26/+89 |
2021-07-21 | accel/tcg: Merge tb_find into its only caller | Richard Henderson | 1 | -43/+42 |
2021-07-21 | accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic | Richard Henderson | 1 | -3/+8 |
2021-07-21 | accel/tcg: Handle -singlestep in curr_cflags | Richard Henderson | 3 | -3/+9 |
2021-07-21 | accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain | Richard Henderson | 1 | -1/+1 |
2021-07-21 | accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR | Richard Henderson | 2 | -1/+12 |
2021-07-21 | accel/tcg: Move curr_cflags into cpu-exec.c | Richard Henderson | 1 | -0/+5 |
2021-07-21 | accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS | Richard Henderson | 1 | -3/+2 |
2021-07-21 | accel/tcg: Push trace info building into atomic_common.c.inc | Richard Henderson | 2 | -48/+37 |
2021-07-21 | accel/tcg: Expand ATOMIC_MMU_LOOKUP_* | Richard Henderson | 3 | -24/+36 |
2021-07-21 | accel/tcg: Remove ATOMIC_MMU_DECLS | Richard Henderson | 3 | -14/+0 |
2021-07-21 | accel/tcg: Fold EXTRA_ARGS into atomic_template.h | Richard Henderson | 3 | -18/+20 |
2021-07-21 | accel/tcg: Standardize atomic helpers on softmmu api | Richard Henderson | 4 | -104/+70 |
2021-07-21 | tcg: Rename helper_atomic_*_mmu and provide for user-only | Richard Henderson | 2 | -20/+39 |
2021-07-21 | qemu/atomic: Add aligned_{int64,uint64}_t types | Richard Henderson | 1 | -2/+2 |
2021-07-14 | plugins: fix-up handling of internal hostaddr for 32 bit | Alex Bennée | 1 | -1/+1 |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 6 | -105/+113 |
2021-07-09 | accel/tcg: Log tb->cflags with -d exec | Richard Henderson | 1 | -3/+3 |
2021-07-09 | accel/tcg: Split out log_cpu_exec | Richard Henderson | 1 | -27/+34 |
2021-07-09 | accel/tcg: Move tb_lookup to cpu-exec.c | Richard Henderson | 2 | -50/+30 |
2021-07-09 | accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c | Richard Henderson | 2 | -22/+30 |
2021-07-09 | accel/tcg: Introduce translator_use_goto_tb | Richard Henderson | 1 | -0/+11 |
2021-07-09 | tcg: Move tb_phys_invalidate_count to tb_ctx | Richard Henderson | 2 | -4/+5 |
2021-07-09 | tcg: Bake tb_destroy() into tcg_region_tree | Liren Wei | 1 | -6/+0 |
2021-07-09 | accel/tcg: Hoist tcg_tb_insert() up above tb_link_page() | Liren Wei | 1 | -1/+8 |
2021-07-09 | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically | Gerd Hoffmann | 2 | -0/+30 |
2021-07-09 | accel: build tcg modular | Gerd Hoffmann | 1 | -1/+4 |
2021-07-09 | accel: add tcg module annotations | Gerd Hoffmann | 2 | -0/+2 |