index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
Age
Commit message (
Expand
)
Author
2023-05-18
migration: Add last stage indicator to global dirty log
Gavin Shan
2023-05-16
tcg: Split out exec/user/guest-base.h
Richard Henderson
2023-05-16
accel/tcg: Widen plugin_gen_empty_mem_callback to i64
Richard Henderson
2023-05-16
include/exec/memop: Add MO_ATOM_*
Richard Henderson
2023-05-15
softmmu: Create qemu_target_pages_to_MiB()
Juan Quintela
2023-05-11
accel/tcg: Introduce tlb_read_idx
Richard Henderson
2023-05-11
tcg: Remove TARGET_ALIGNED_ONLY
Richard Henderson
2023-05-11
cpu: expose qemu_cpu_list_lock for lock-guard use
Jamie Iles
2023-05-02
accel/tcg: Add cpu_ld*_code_mmu
Richard Henderson
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
2023-04-28
memory: prevent dma-reentracy issues
Alexander Bulekov
2023-04-20
cpu: Remove parameter of list_cpus()
Thomas Huth
2023-04-20
include/exec: Provide the tswap() functions for target independent code, too
Thomas Huth
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
2023-03-20
replace TABs with spaces
Yeqi Fu
2023-03-16
exec/memory: Fix kernel-doc warning
Bernhard Beschow
2023-03-13
include/exec: Remove guards around `NB_MMU_MODES`
Anton Johansson
2023-03-13
include/exec: Set default `NB_MMU_MODES` to 16
Anton Johansson
2023-03-07
include: split target_long definition from cpu-defs
Alex Bennée
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
Philippe Mathieu-Daudé
2023-03-05
include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
Richard Henderson
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
2023-03-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2023-03-02
memory: introduce memory_region_unmap_iommu_notifier_range()
Jason Wang
2023-03-01
exec/gen-icount: Don't use tcg_temp_local_new_i32
Richard Henderson
2023-03-01
tcg: Use tcg_constant_i32 in tcg_gen_io_start
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
include/exec: Remove `tb_pc()`
Anton Johansson
2023-03-01
include/exec: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
include/exec: Introduce `CF_PCREL`
Anton Johansson
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
2023-02-28
exec/helper-head: Include missing "fpu/softfloat-types.h" header
Philippe Mathieu-Daudé
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-27
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
2023-02-27
cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
Fabiano Rosas
2023-02-17
bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2023-02-04
tcg: Add guest load/store primitives for TCGv_i128
Richard Henderson
2023-02-04
tcg: Define TCG_TYPE_I128 and related helper macros
Richard Henderson
2023-02-03
Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2023-01-27
intel-iommu: Document iova_tree
Peter Xu
2023-01-23
tcg: Mark tcg helpers noinline to avoid an issue with LTO
Richard Henderson
[next]