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
2024-11-04
softmmu: Expand comments describing max_bounce_buffer_size
Mattias Nissler
2024-10-31
exec/memtxattr: add process identifier to the transaction attributes
Tomasz Jeznach
2024-10-22
include/exec: Improve probe_access_full{, _mmu} documentation
Richard Henderson
2024-10-15
exec/memop: Remove unused memop_big_endian() helper
Philippe Mathieu-Daudé
2024-10-15
exec/tswap: Massage target_needs_bswap() definition
Philippe Mathieu-Daudé
2024-10-13
include/exec/memop: Introduce memop_atomicity_bits
Richard Henderson
2024-10-13
include/exec/memop: Rename get_alignment_bits
Richard Henderson
2024-10-13
include/exec/memop: Move get_alignment_bits from tcg.h
Richard Henderson
2024-10-13
include/exec: Introduce env_cpu_const()
Ilya Leoshkevich
2024-10-13
tcg: remove singlestep_enabled from DisasContextBase
Paolo Bonzini
2024-10-08
accel/tcg: Make page_set_flags() documentation public
Philippe Mathieu-Daudé
2024-10-07
disas: Remove CRIS disassembler
Philippe Mathieu-Daudé
2024-09-13
target/cris: Remove the deprecated CRIS target
Philippe Mathieu-Daudé
2024-09-09
softmmu/physmem: fix memory leak in dirty_memory_extend()
David Hildenbrand
2024-09-09
softmmu: Support concurrent bounce buffers
Mattias Nissler
2024-08-16
docs: Fix some typos (found by typos) and grammar issues
Stefan Weil
2024-07-26
cpu-common.c: export cpu_get_free_index to be reused later
Harsh Prateek Bora
2024-07-24
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-07-24
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2024-07-23
accel: Restrict probe_access*() functions to TCG
Philippe Mathieu-Daudé
2024-07-23
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
Richard Henderson
2024-07-22
gdbstub: Add helper function to unregister GDB register space
Salil Mehta
2024-07-22
physmem: Add helper function to destroy CPU AddressSpace
Salil Mehta
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
2024-06-28
exec: don't use void* in pointer arithmetic in headers
Roman Kiryanov
2024-06-28
exec: avoid using C++ keywords in function parameters
Roman Kiryanov
2024-06-24
Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into staging
Richard Henderson
2024-06-24
memory: Remove IOMMU MR iommu_set_iova_range API
Eric Auger
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-06-24
include/exec: add missing include guard comment
Alex Bennée
2024-06-19
exec: Make the MemOp enum cast explicit
Roman Kiryanov
2024-06-19
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
Philippe Mathieu-Daudé
2024-06-19
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
Philippe Mathieu-Daudé
2024-06-05
memory: Introduce memory_region_init_ram_guest_memfd()
Xiaoyao Li
2024-06-05
machine: allow early use of machine_require_guest_memfd
Paolo Bonzini
2024-05-24
tcg/cputlb: Remove non-synced variants of global TLB flushes
Nicholas Piggin
2024-05-16
memory: Add Error** argument to memory_get_xlat_addr()
Cédric Le Goater
2024-05-15
accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_code
Philippe Mathieu-Daudé
2024-05-15
accel/tcg: Introduce translator_fake_ld
Richard Henderson
2024-05-15
disas: Use translator_st to get disassembly data
Richard Henderson
2024-05-15
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
2024-05-15
accel/tcg: Implement translator_st
Richard Henderson
2024-05-15
accel/tcg: Record when translator_fake_ldb is used
Richard Henderson
2024-05-15
accel/tcg: Record mmio bytes during translation
Richard Henderson
2024-05-15
accel/tcg: Pass DisasContextBase to translator_fake_ldb
Richard Henderson
2024-05-15
accel/tcg: Hide in_same_page outside of a target-specific context
Richard Henderson
2024-05-15
accel/tcg: Use vaddr in translator_ld*
Richard Henderson
2024-05-08
system/physmem: Per-AddressSpace bounce buffering
Mattias Nissler
2024-05-08
system/physmem: Propagate AddressSpace to MapClient helpers
Mattias Nissler
[next]