aboutsummaryrefslogtreecommitdiff
path: root/softmmu/physmem.c
AgeCommit message (Expand)Author
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2021-01-23softmmu/physmem: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson
2021-01-02remove TCG includes from common codePaolo Bonzini
2020-12-15memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-10physmem: improve ram size error messagesPankaj Gupta
2020-11-03exec: Remove dead code (CID 1432876)Philippe Mathieu-Daudé
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini