summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-277-7/+166
* accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-272-0/+2
* accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]Richard Henderson2021-05-251-6/+6
* accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0Richard Henderson2021-05-251-6/+5Star
* accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2021-05-251-7/+20
* accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2021-05-251-7/+17
* accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2021-05-251-5/+15
* accel/tcg: Remove {encode,decode}_pbm_to_runonRichard Henderson2021-05-251-66/+20Star
* accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeDataRichard Henderson2021-05-251-12/+12
* accel/tcg: Pass length argument to tlb_flush_range_locked()Richard Henderson2021-05-251-15/+33
* accel/tcg: Replace g_new() + memcpy() by g_memdup()Richard Henderson2021-05-251-11/+4Star
* accel/tcg: Assert that tb->size != 0 after translationIlya Leoshkevich2021-05-201-0/+1
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell2021-05-181-2/+9
|\
| * accel/tcg: Align data dumped at end of TBPhilippe Mathieu-Daudé2021-05-161-2/+9
* | accel/tcg: Use add/sub overflow routines in tcg-runtime-gvec.cRichard Henderson2021-05-161-20/+16Star
|/
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-027-7/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* accel/tcg: avoid re-translating one-shot instructionsAlex Bennée2021-04-171-1/+1
* accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson2021-04-121-2/+7
* 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