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-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
2023-01-19
Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-13
mips: Always include nanomips disassembler
Paolo Bonzini
2023-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2023-01-09
exec/memory: Expose memory_region_access_valid()
Philippe Mathieu-Daudé
2023-01-08
include: Include headers where needed
Markus Armbruster
2023-01-05
tcg: Reorg function calls
Richard Henderson
2023-01-05
tcg: Vary the allocation size for TCGOp
Richard Henderson
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
2022-11-21
migration: Use non-atomic ops for clear log bitmap
Peter Xu
[next]