summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Handle gdb singlestep in cpu_tb_execRichard Henderson2021-10-161-0/+11
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson2021-10-133-475/+572
|\
| * tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson2021-10-131-0/+1
| * accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson2021-10-133-475/+571
* | hvf: Determine slot count from struct layoutAlexander Graf2021-10-131-1/+1
* | target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2021-10-132-23/+0Star
|/
* accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée2021-10-121-72/+85
* trace: Split guest_mem_beforeRichard Henderson2021-10-064-44/+20Star
* plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-064-29/+21Star
* accel/tcg: Pass MemOpIdx to atomic_trace_*_postRichard Henderson2021-10-062-39/+39
* trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson2021-10-063-25/+35
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-064-55/+55
* accel/tcg: Drop signness in tracing in cputlb.cRichard Henderson2021-10-062-46/+9Star
* memory: Name all the memory listenersPeter Xu2021-09-302-2/+6
* accel/tcg: Restrict cpu_handle_halt() to sysemuPhilippe Mathieu-Daudé2021-09-221-2/+4
* arm/hvf: Add a WFI handlerPeter Collingbourne2021-09-211-3/+2Star
* hvf: Add Apple Silicon supportAlexander Graf2021-09-201-0/+9
* hvf: Introduce hvf_arch_init() callbackAlexander Graf2021-09-201-1/+2
* hvf: Add execute to dirty log permission bitmapAlexander Graf2021-09-201-2/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell2021-09-161-1/+1
|\
| * target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev2021-09-161-1/+1
* | accel/tcg/user-exec: Fix read-modify-write of code on s390 hostsIlya Leoshkevich2021-09-141-7/+41
* | accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé2021-09-141-3/+7
* | accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé2021-09-141-2/+2
* | accel/tcg: remove redundant TCG_KICK_PERIOD defineLuc Michel2021-09-141-2/+0Star
* | accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich2021-09-142-25/+73
|/
* 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
|\