summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell2021-03-101-1/+0Star
|\
| * qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
* | accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-066-10/+11
* | accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée2021-03-063-12/+14
* | accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée2021-03-063-9/+8Star
* | accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée2021-03-062-3/+11
|/
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-183-11/+15
* accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-181-36/+15Star
* accel/tcg: re-factor non-RAM execution codeAlex Bennée2021-02-181-15/+15
* accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée2021-02-181-40/+4Star
* accel/tcg: actually cache our partial icount TBAlex Bennée2021-02-181-8/+9
* target/sh4: Create superh_io_recompile_replay_branchRichard Henderson2021-02-181-12/+0Star
* target/mips: Create mips_io_recompile_replay_branchRichard Henderson2021-02-181-10/+2Star
* accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-181-4/+13
* accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée2021-02-181-21/+11Star
* exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson2021-02-161-1/+2
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-162-26/+26
* tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-161-0/+28
* accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell2021-02-111-6/+19
* replay: fix replay of the interruptsPavel Dovgalyuk2021-02-081-1/+7
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-0510-58/+84
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-052-4/+13
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-053-21/+50
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-1/+2
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-2/+2
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-052-6/+7
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-6/+6
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-2/+2
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-0/+28
* tcg: Restart code generation when we run out of tempsRichard Henderson2021-01-241-1/+14
* tcg: Toggle page execution for Apple SiliconRoman Bolshakov2021-01-232-0/+5
* accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé2021-01-232-0/+3
* accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé2021-01-233-0/+20
* accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson2021-01-232-17/+18
* accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé2021-01-231-1/+1
* tcg: update the cpu running flag in cpu_exec_step_atomicDouglas Crosher2021-01-221-0/+4
* tcg: Use tcg_constant_{i32,i64} with tcg pluginsRichard Henderson2021-01-131-27/+22Star
* tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson2021-01-071-7/+9
* accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson2021-01-071-8/+38
* tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson2021-01-071-14/+21
* accel/tcg: Support split-wx for darwin/iOS with vm_remapRichard Henderson2021-01-071-0/+67
* accel/tcg: Support split-wx for linux with memfdRichard Henderson2021-01-071-8/+76
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-072-9/+52
* tcg: Use Error with alloc_code_gen_bufferRichard Henderson2021-01-071-26/+34
* tcg: Make DisasContextBase.tb constRichard Henderson2021-01-071-2/+2
* tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson2021-01-071-1/+3
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-075-22/+19Star
* tcg: Add in_code_gen_bufferRichard Henderson2021-01-071-18/+8Star
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1