aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2-760/+102
2021-11-02tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson1-0/+11
2021-11-02accel/tcg: Report unaligned load/store for user-onlyRichard Henderson1-1/+6
2021-11-02accel/tcg: Report unaligned atomics for user-onlyRichard Henderson1-1/+12
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson1-15/+18
2021-11-02linux-user/host/riscv: Populate host_signal.hRichard Henderson1-134/+0
2021-11-02linux-user/host/mips: Populate host_signal.hRichard Henderson1-51/+1
2021-11-02linux-user/host/s390: Populate host_signal.hRichard Henderson1-87/+1
2021-11-02linux-user/host/aarch64: Populate host_signal.hRichard Henderson1-93/+1
2021-11-02linux-user/host/arm: Populate host_signal.hRichard Henderson1-44/+1
2021-11-02linux-user/host/sparc: Populate host_signal.hRichard Henderson1-61/+1
2021-11-02linux-user/host/alpha: Populate host_signal.hRichard Henderson1-30/+1
2021-11-02linux-user/host/ppc: Populate host_signal.hRichard Henderson1-78/+1
2021-11-02linux-user/host/x86: Populate host_signal.hRichard Henderson1-135/+1
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2-0/+12
2021-10-30accel/tcg: Fold cpu_exit_tb_from_sighandler into callerRichard Henderson1-12/+2
2021-10-30accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson1-41/+60
2021-10-30accel/tcg: Move clear_helper_retaddr to cpu loopRichard Henderson2-3/+2
2021-10-30accel/tcg: Split out adjust_signal_pcRichard Henderson1-16/+25
2021-10-15accel/tcg: Handle gdb singlestep in cpu_tb_execRichard Henderson1-0/+11
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson3-475/+572
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson1-0/+1
2021-10-13accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson3-475/+571
2021-10-13hvf: Determine slot count from struct layoutAlexander Graf1-1/+1
2021-10-13target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2-23/+0
2021-10-12accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée1-72/+85
2021-10-05trace: Split guest_mem_beforeRichard Henderson4-44/+20
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson4-29/+21
2021-10-05accel/tcg: Pass MemOpIdx to atomic_trace_*_postRichard Henderson2-39/+39
2021-10-05trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson3-25/+35
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson4-55/+55
2021-10-05accel/tcg: Drop signness in tracing in cputlb.cRichard Henderson2-46/+9
2021-09-30memory: Name all the memory listenersPeter Xu2-2/+6
2021-09-21accel/tcg: Restrict cpu_handle_halt() to sysemuPhilippe Mathieu-Daudé1-2/+4
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne1-3/+2
2021-09-20hvf: Add Apple Silicon supportAlexander Graf1-0/+9
2021-09-20hvf: Introduce hvf_arch_init() callbackAlexander Graf1-1/+2
2021-09-20hvf: Add execute to dirty log permission bitmapAlexander Graf1-2/+2
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell1-1/+1
2021-09-16target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev1-1/+1
2021-09-14accel/tcg/user-exec: Fix read-modify-write of code on s390 hostsIlya Leoshkevich1-7/+41
2021-09-14accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé1-3/+7
2021-09-14accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé1-2/+2
2021-09-14accel/tcg: remove redundant TCG_KICK_PERIOD defineLuc Michel1-2/+0
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich2-25/+73
2021-07-30accel/tcg: Remove double bswap for helper_atomic_sto_*_mmuRichard Henderson1-1/+0
2021-07-29kvm: ppc: Print meaningful message on KVM_CREATE_VM failureFabiano Rosas1-0/+6
2021-07-26accel/tcg: Remove unused variable in cpu_execRichard Henderson1-8/+2
2021-07-26accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()Peter Maydell1-1/+3
2021-07-26accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.lowPeter Maydell1-1/+1