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-09-25
softmmu/physmem: fix memory leak in dirty_memory_extend()
David Hildenbrand
2024-09-25
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
2024-05-07
Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-05-06
accel/tcg: Introduce CF_BP_PAGE
Richard Henderson
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Remove obsolete PAGE_RESERVED definition
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
2024-05-06
exec/cpu: Indent TARGET_PAGE_foo definitions
Philippe Mathieu-Daudé
2024-05-03
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-03
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
exec: Include missing license in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
2024-04-30
plugins: Remove plugin helpers
Richard Henderson
[next]