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
/
softmmu
/
physmem.c
Age
Commit message (
Expand
)
Author
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