summaryrefslogtreecommitdiffstats
path: root/softmmu/physmem.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée2021-03-061-1/+1
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-091-5/+7
* fuzz: ignore address_space_map is_write flagAlexander Bulekov2021-02-081-2/+2
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-4/+9
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana2021-02-051-1/+4
* physmem: make watchpoint checking code TCG-onlyClaudio Fontana2021-02-051-69/+72
* memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2021-02-011-7/+11
* softmmu/physmem: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé2021-01-231-1/+1
* util: Enhance flush_icache_range with separate data pointerRichard Henderson2021-01-071-1/+1
* util: Extract flush_icache_range to cacheflush.cRichard Henderson2021-01-021-0/+1
* remove TCG includes from common codePaolo Bonzini2021-01-021-2/+1Star
* memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini2020-12-151-0/+10
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* physmem: improve ram size error messagesPankaj Gupta2020-11-101-3/+3
* exec: Remove dead code (CID 1432876)Philippe Mathieu-Daudé2020-11-031-9/+1Star
* fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2020-10-261-0/+2
* exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-121-0/+3711