aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2021-09-21accel/tcg: Restrict cpu_handle_halt() to sysemuPhilippe Mathieu-Daudé
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne
2021-09-20hvf: Add Apple Silicon supportAlexander Graf
2021-09-20hvf: Introduce hvf_arch_init() callbackAlexander Graf
2021-09-20hvf: Add execute to dirty log permission bitmapAlexander Graf
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell
2021-09-16target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev
2021-09-14accel/tcg/user-exec: Fix read-modify-write of code on s390 hostsIlya Leoshkevich
2021-09-14accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé
2021-09-14accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé
2021-09-14accel/tcg: remove redundant TCG_KICK_PERIOD defineLuc Michel
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich
2021-07-30accel/tcg: Remove double bswap for helper_atomic_sto_*_mmuRichard Henderson
2021-07-29kvm: ppc: Print meaningful message on KVM_CREATE_VM failureFabiano Rosas
2021-07-26accel/tcg: Remove unused variable in cpu_execRichard Henderson
2021-07-26accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()Peter Maydell
2021-07-26accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.lowPeter Maydell
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson
2021-07-21accel/tcg: Hoist tb_cflags to a local in translator_loopRichard Henderson
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson
2021-07-21accel/tcg: Merge tb_find into its only callerRichard Henderson
2021-07-21accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomicRichard Henderson
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson
2021-07-21accel/tcg: Drop CF_NO_GOTO_PTR from -d nochainRichard Henderson
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson
2021-07-21accel/tcg: Push trace info building into atomic_common.c.incRichard Henderson
2021-07-21accel/tcg: Expand ATOMIC_MMU_LOOKUP_*Richard Henderson
2021-07-21accel/tcg: Remove ATOMIC_MMU_DECLSRichard Henderson
2021-07-21accel/tcg: Fold EXTRA_ARGS into atomic_template.hRichard Henderson
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson
2021-07-14plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09accel/tcg: Log tb->cflags with -d execRichard Henderson
2021-07-09accel/tcg: Split out log_cpu_execRichard Henderson
2021-07-09accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei
2021-07-09accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann
2021-07-09accel: build tcg modularGerd Hoffmann
2021-07-09accel: add tcg module annotationsGerd Hoffmann
2021-07-09accel: build qtest modularGerd Hoffmann
2021-07-09accel: add qtest module annotationsGerd Hoffmann
2021-07-09accel: autoload modulesGerd Hoffmann