summaryrefslogtreecommitdiffstats
path: root/softmmu/physmem.c
Commit message (Expand)AuthorAgeFilesLines
* exec: Relax range check in ram_block_discard_range()David Hildenbrand2021-05-131-2/+2
* migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-131-2/+3
* numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-2/+10
* util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-0/+5
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-03-171-1/+1
|\
| * fuzz: move some DMA hooksAlexander Bulekov2021-03-161-1/+1
* | exec: Get rid of phys_mem_set_alloc()David Hildenbrand2021-03-151-33/+3Star
|/
* 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