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