aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2021-07-30accel/tcg: Remove double bswap for helper_atomic_sto_*_mmuRichard Henderson1-1/+0
2021-07-29kvm: ppc: Print meaningful message on KVM_CREATE_VM failureFabiano Rosas1-0/+6
2021-07-26accel/tcg: Remove unused variable in cpu_execRichard Henderson1-8/+2
2021-07-26accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()Peter Maydell1-1/+3
2021-07-26accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.lowPeter Maydell1-1/+1
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson3-11/+7
2021-07-21accel/tcg: Hoist tb_cflags to a local in translator_loopRichard Henderson1-5/+4
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson2-26/+89
2021-07-21accel/tcg: Merge tb_find into its only callerRichard Henderson1-43/+42
2021-07-21accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomicRichard Henderson1-3/+8
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson3-3/+9
2021-07-21accel/tcg: Drop CF_NO_GOTO_PTR from -d nochainRichard Henderson1-1/+1
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson2-1/+12
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson1-0/+5
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson1-3/+2
2021-07-21accel/tcg: Push trace info building into atomic_common.c.incRichard Henderson2-48/+37
2021-07-21accel/tcg: Expand ATOMIC_MMU_LOOKUP_*Richard Henderson3-24/+36
2021-07-21accel/tcg: Remove ATOMIC_MMU_DECLSRichard Henderson3-14/+0
2021-07-21accel/tcg: Fold EXTRA_ARGS into atomic_template.hRichard Henderson3-18/+20
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson4-104/+70
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson2-20/+39
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson1-2/+2
2021-07-14plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée1-1/+1
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell6-105/+113
2021-07-09accel/tcg: Log tb->cflags with -d execRichard Henderson1-3/+3
2021-07-09accel/tcg: Split out log_cpu_execRichard Henderson1-27/+34
2021-07-09accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson2-50/+30
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson2-22/+30
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson1-0/+11
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson2-4/+5
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei1-6/+0
2021-07-09accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei1-1/+8
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann2-0/+30
2021-07-09accel: build tcg modularGerd Hoffmann1-1/+4
2021-07-09accel: add tcg module annotationsGerd Hoffmann2-0/+2
2021-07-09accel: build qtest modularGerd Hoffmann1-6/+2
2021-07-09accel: add qtest module annotationsGerd Hoffmann1-0/+2
2021-07-09accel: autoload modulesGerd Hoffmann2-2/+2
2021-06-29tcg: Use correct trap number for page faults on *BSD systemsWarner Losh1-2/+18
2021-06-25KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu1-2/+2
2021-06-19accel/tcg: Probe the proper permissions for atomic opsRichard Henderson3-44/+83
2021-06-19accel/tcg: Add tcg call flags to plugins helpersRichard Henderson1-2/+2
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson2-5/+4
2021-06-19accel/tcg/plugin-gen: Drop inline markersRichard Henderson1-7/+5
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson1-3/+0
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson1-1/+9
2021-06-11accel/tcg: Use MiB in tcg_init_machineRichard Henderson1-1/+2
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson3-20/+19
2021-06-11tcg: Create tcg_initRichard Henderson1-2/+1
2021-06-11accel/tcg: Rename tcg_init to tcg_init_machineRichard Henderson1-2/+2