summary refs log tree commit diff stats
path: root/accel/tcg/user-exec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* accel/tcg: Report unaligned load/store for user-onlyRichard Henderson2021-11-021-1/+6
* accel/tcg: Report unaligned atomics for user-onlyRichard Henderson2021-11-021-1/+12
* linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-15/+18
* linux-user/host/riscv: Populate host_signal.hRichard Henderson2021-11-021-134/+0
* linux-user/host/mips: Populate host_signal.hRichard Henderson2021-11-021-51/+1
* linux-user/host/s390: Populate host_signal.hRichard Henderson2021-11-021-87/+1
* linux-user/host/aarch64: Populate host_signal.hRichard Henderson2021-11-021-93/+1
* linux-user/host/arm: Populate host_signal.hRichard Henderson2021-11-021-44/+1
* linux-user/host/sparc: Populate host_signal.hRichard Henderson2021-11-021-61/+1
* linux-user/host/alpha: Populate host_signal.hRichard Henderson2021-11-021-30/+1
* linux-user/host/ppc: Populate host_signal.hRichard Henderson2021-11-021-78/+1
* linux-user/host/x86: Populate host_signal.hRichard Henderson2021-11-021-135/+1
* accel/tcg: Fold cpu_exit_tb_from_sighandler into callerRichard Henderson2021-10-301-12/+2
* accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson2021-10-301-41/+60
* accel/tcg: Move clear_helper_retaddr to cpu loopRichard Henderson2021-10-301-2/+0
* accel/tcg: Split out adjust_signal_pcRichard Henderson2021-10-301-16/+25
* accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson2021-10-131-209/+138
* trace: Split guest_mem_beforeRichard Henderson2021-10-051-29/+15
* plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-051-14/+14
* trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson2021-10-051-14/+28
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-051-1/+1
* accel/tcg: Drop signness in tracing in cputlb.cRichard Henderson2021-10-051-39/+6
* accel/tcg/user-exec: Fix read-modify-write of code on s390 hostsIlya Leoshkevich2021-09-141-7/+41
* accel/tcg: Expand ATOMIC_MMU_LOOKUP_*Richard Henderson2021-07-211-5/+7
* accel/tcg: Remove ATOMIC_MMU_DECLSRichard Henderson2021-07-211-1/+0
* accel/tcg: Fold EXTRA_ARGS into atomic_template.hRichard Henderson2021-07-211-1/+0
* accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson2021-07-211-26/+0
* tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson2021-07-211-17/+34
* tcg: Use correct trap number for page faults on *BSD systemsWarner Losh2021-06-291-2/+18
* accel/tcg: Probe the proper permissions for atomic opsRichard Henderson2021-06-191-3/+5
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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-161-24/+24
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-4/+5
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-1/+2
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-3/+3
* remove TCG includes from common codePaolo Bonzini2021-01-021-1/+1
* accel/tcg/user-exec: silence the compiler warningsChen Qun2020-12-181-1/+2
* accel/tcg: Fix computing of is_write for MIPSKele Huang2020-10-081-4/+39
* qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-1/+1
* accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handlerNick Hudson2020-06-021-0/+27
* accel/tcg: Adjust cpu_signal_handler for NetBSD/armNick Hudson2020-06-021-3/+13
* accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson2020-05-111-38/+173
* accel/tcg: Add probe_access_flagsRichard Henderson2020-05-111-9/+34
* accel/tcg: Adjust probe_access call to page_check_rangeRichard Henderson2020-05-111-1/+1
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-151-1/+1
* cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson2020-01-151-0/+236
* atomic_template: add inline trace/plugin helpersEmilio G. Cota2019-10-281-0/+2