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-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-05
memory: Have memory_region_init_ram_from_fd() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram_from_file() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_resizeable_ram() return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom_device() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom_device_nomigrate() return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom_nomigrate() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram_nomigrate() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram_flags_nomigrate() return a boolean
Philippe Mathieu-Daudé
2023-12-20
memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
Thomas Huth
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
2023-11-08
gdbstub: Introduce GDBFeatureBuilder
Akihiko Odaki
2023-11-08
gdbstub: Introduce gdb_find_static_feature()
Akihiko Odaki
2023-11-08
gdbstub: Add num_regs member to GDBFeature
Akihiko Odaki
2023-11-07
accel/tcg: Factor tcg_cpu_reset_hold() out
Philippe Mathieu-Daudé
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2023-11-07
Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2023-11-03
memory: Introduce memory_region_iommu_set_iova_ranges
Eric Auger
2023-11-03
memory: Let ReservedRegion use Range
Eric Auger
2023-10-23
Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-10-22
tcg: Define MO_TL
Paolo Bonzini
2023-10-22
memory: initialize 'fv' in MemoryRegionCache to make Coverity happy
Ilya Maximets
2023-10-12
memory,vhost: Allow for marking memory device memory regions unmergeable
David Hildenbrand
2023-10-12
memory: Clarify mapping requirements for RamDiscardManager
David Hildenbrand
2023-10-12
softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
David Hildenbrand
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
2023-10-11
accel/tcg: Add plugin_enabled to DisasContextBase
Richard Henderson
2023-10-11
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
2023-10-11
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
2023-10-05
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-04
accel/tcg: Restrict dump_exec_info() declaration
Philippe Mathieu-Daudé
2023-10-04
exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
Philippe Mathieu-Daudé
2023-10-04
exec: Make EXCP_FOO definitions target agnostic
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Remove env_tlb()
Anton Johansson
2023-10-04
accel/tcg: Modify tlb_*() to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Remove env_neg()
Richard Henderson
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
virtio: don't zero out memory region cache for indirect descriptors
Ilya Maximets
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-10-03
accel/tcg: Remove CPUState.icount_decr_ptr
Richard Henderson
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-10-03
accel/tcg: Validate placement of CPUNegativeOffsetState
Richard Henderson
2023-10-03
accel/tcg: Move CPUTLB definitions from cpu-defs.h
Richard Henderson
2023-10-03
target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
Anton Johansson
2023-10-03
accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
Philippe Mathieu-Daudé
2023-10-03
accel/tcg: Have tcg_exec_realizefn() return a boolean
Philippe Mathieu-Daudé
[next]