index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
/
physmem.c
Age
Commit message (
Expand
)
Author
2021-05-26
replay: fix watchpoint processing for reverse debugging
Pavel Dovgalyuk
2021-05-13
exec: Relax range check in ram_block_discard_range()
David Hildenbrand
2021-05-13
migration/ram: Handle RAM block resizes during precopy
David Hildenbrand
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
2021-05-13
util: vfio-helpers: Factor out and fix processing of existing ram blocks
David Hildenbrand
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-17
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-03-16
fuzz: move some DMA hooks
Alexander Bulekov
2021-03-15
exec: Get rid of phys_mem_set_alloc()
David Hildenbrand
2021-03-06
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-08
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
2021-02-05
physmem: make watchpoint checking code TCG-only
Claudio Fontana
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2021-01-23
softmmu/physmem: Silence GCC 10 maybe-uninitialized error
Philippe Mathieu-Daudé
2021-01-07
util: Enhance flush_icache_range with separate data pointer
Richard Henderson
2021-01-02
util: Extract flush_icache_range to cacheflush.c
Richard Henderson
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2020-12-15
memory: clamp cached translation in case it points to an MMIO region
Paolo Bonzini
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-10
physmem: improve ram size error messages
Pankaj Gupta
2020-11-03
exec: Remove dead code (CID 1432876)
Philippe Mathieu-Daudé
2020-10-26
fuzz: Add fuzzer callbacks to DMA-read functions
Alexander Bulekov
2020-10-12
exec: split out non-softmmu-specific parts
Paolo Bonzini