- 9323e79 Fix 'writeable' typos by Peter Maydell · 2 years, 8 months ago
- 5b6af14 accel/tcg: Remove ATOMIC_MMU_IDX by Richard Henderson · 2 years, 10 months ago
- c51e510 tracing: remove TCG memory access tracing by Alex Bennée · 3 years ago
- fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years, 1 month ago
- 37e891e tcg: Add helper_unaligned_{ld,st} for user-only sigbus by Richard Henderson · 3 years, 6 months ago
- 9395cd0 accel/tcg: Report unaligned load/store for user-only by Richard Henderson · 3 years, 4 months ago
- fce3f47 accel/tcg: Report unaligned atomics for user-only by Richard Henderson · 3 years, 6 months ago
- 72d2bbf linux-user: Add cpu_loop_exit_sigsegv by Richard Henderson · 3 years, 4 months ago
- 97be8c6 linux-user/host/riscv: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- b121611 linux-user/host/mips: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- 66ee11d linux-user/host/s390: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- cf5f42f linux-user/host/aarch64: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- a30bfaa linux-user/host/arm: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- 8b5bd46 linux-user/host/sparc: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- 44c8f2c linux-user/host/alpha: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- 8cc7b85 linux-user/host/ppc: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- 85442fc linux-user/host/x86: Populate host_signal.h by Richard Henderson · 3 years, 5 months ago
- 940b309 accel/tcg: Fold cpu_exit_tb_from_sighandler into caller by Richard Henderson · 3 years, 5 months ago
- 5e38ba7 accel/tcg: Split out handle_sigsegv_accerr_write by Richard Henderson · 3 years, 5 months ago
- f920ffd accel/tcg: Move clear_helper_retaddr to cpu loop by Richard Henderson · 3 years, 5 months ago
- 0fdbb7d accel/tcg: Split out adjust_signal_pc by Richard Henderson · 3 years, 5 months ago
- f83bcec accel/tcg: Add cpu_{ld,st}*_mmu interfaces by Richard Henderson · 3 years, 6 months ago
- 0583f77 trace: Split guest_mem_before by Richard Henderson · 3 years, 6 months ago
- 37aff08 plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb by Richard Henderson · 3 years, 6 months ago
- b0702c9 trace/mem: Pass MemOpIdx to trace_mem_get_info by Richard Henderson · 3 years, 6 months ago
- 9002ffc tcg: Rename TCGMemOpIdx to MemOpIdx by Richard Henderson · 3 years, 6 months ago
- c433e29 accel/tcg: Drop signness in tracing in cputlb.c by Richard Henderson · 3 years, 6 months ago
- db17d2c accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts by Ilya Leoshkevich · 3 years, 6 months ago
- a754f7f accel/tcg: Expand ATOMIC_MMU_LOOKUP_* by Richard Henderson · 3 years, 7 months ago
- fcff001 accel/tcg: Remove ATOMIC_MMU_DECLS by Richard Henderson · 3 years, 7 months ago
- 48688fa accel/tcg: Fold EXTRA_ARGS into atomic_template.h by Richard Henderson · 3 years, 7 months ago
- e28a866 accel/tcg: Standardize atomic helpers on softmmu api by Richard Henderson · 3 years, 7 months ago
- be9568b tcg: Rename helper_atomic_*_mmu and provide for user-only by Richard Henderson · 3 years, 7 months ago
- 4f862f7 tcg: Use correct trap number for page faults on *BSD systems by Warner Losh · 3 years, 7 months ago
- 08dff43 accel/tcg: Probe the proper permissions for atomic ops by Richard Henderson · 3 years, 8 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
- 46b12f4 exec: Rename guest_{addr,range}_valid to *_untagged by Richard Henderson · 4 years ago
- 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 4 years ago
- 7827168 cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass by Claudio Fontana · 4 years ago
- c73bdb3 cpu: move debug_check_watchpoint to tcg_ops by Claudio Fontana · 4 years ago
- e124536 cpu: Move tlb_fill to tcg_ops by Eduardo Habkost · 4 years ago
- 3b9bd3f remove TCG includes from common code by Paolo Bonzini · 4 years, 2 months ago
- f190bf0 accel/tcg/user-exec: silence the compiler warnings by Chen Qun · 4 years, 2 months ago
- 62475e9 accel/tcg: Fix computing of is_write for MIPS by Kele Huang · 4 years, 4 months ago
- e3a6e0d qemu/: fix some comment spelling errors by zhaolichang · 4 years, 5 months ago
- 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 71b0432 accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handler by Nick Hudson · 4 years, 9 months ago
- 853d9a4 accel/tcg: Adjust cpu_signal_handler for NetBSD/arm by Nick Hudson · 4 years, 9 months ago
- b9e6025 accel/tcg: Add endian-specific cpu_{ld, st}* operations by Richard Henderson · 4 years, 9 months ago
- 069cfe7 accel/tcg: Add probe_access_flags by Richard Henderson · 4 years, 9 months ago
- 7a1bfee accel/tcg: Adjust probe_access call to page_check_range by Richard Henderson · 4 years, 9 months ago
- dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
- ed4cfbc cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c by Richard Henderson · 5 years ago
- cfec388 atomic_template: add inline trace/plugin helpers by Emilio G. Cota · 6 years ago
- 504f73f trace: add mmu_index to mem_info by Alex Bennée · 6 years ago
- c25c283 tcg: Factor out probe_write() logic into probe_access() by David Hildenbrand · 5 years ago
- fef39cc tcg: Make probe_write() return a pointer to the host page by David Hildenbrand · 5 years ago
- ca86cf3 tcg: Enforce single page access in probe_write() by David Hildenbrand · 5 years ago
- 59e96ac tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code by David Hildenbrand · 5 years ago
- 52ba13f tcg: Release mmap_lock on translation fault by Richard Henderson · 6 years ago
- 08b97f7 tcg: Introduce set/clear_helper_retaddr by Richard Henderson · 6 years ago
- 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
- 69963f5 tcg: Remove CPUClass::handle_mmu_fault by Richard Henderson · 6 years ago
- da6bbf8 tcg: Add CPUClass::tlb_fill by Richard Henderson · 6 years ago
- fb0343d tcg: Fix LGPL version number by Thomas Huth · 6 years ago
- f454a54 accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs write by Peter Maydell · 6 years ago
- 464e447 tcg: Add RISC-V cpu signal handler by Alistair Francis · 6 years ago
- e6cd4bb tcg: Split CONFIG_ATOMIC128 by Richard Henderson · 6 years ago
- afd46fc icount: fix cpu_restore_state_from_tb for non-tb-exit cases by Pavel Dovgalyuk · 7 years ago
- b1cef6d Drop remaining bits of ia64 host support by Peter Maydell · 7 years ago
- 98670d4 accel/tcg: add size paremeter in tlb_fill() by Laurent Vivier · 7 years ago
- 9c4bbee page_unprotect(): handle calls to pages that are PAGE_WRITE by Peter Maydell · 7 years ago
- a78b129 linux-user: Propagate siginfo_t through to handle_cpu_signal() by Peter Maydell · 7 years ago
- 34d4993 accel/tcg: Handle atomic accesses to notdirty memory correctly by Peter Maydell · 7 years ago
- ec603b5 tcg: Record code_gen_buffer address for user-only memory helpers by Richard Henderson · 7 years ago
- a411d29 accel/tcg: move USER code to user-exec.c by Philippe Mathieu-Daudé · 7 years ago
- 5841066 accel/tcg: move user-exec to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago[Renamed from user-exec.c]
- 5ee53d1 Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging by Peter Maydell · 7 years ago