summaryrefslogtreecommitdiffstats
path: root/softmmu/physmem.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: suppress IRQ check for special TBsAlex Bennée2021-11-291-2/+2
* qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé2021-11-021-8/+11
* softmmu: fix for "after access" watchpointsPavel Dovgalyuk2021-10-291-1/+1
* softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk2021-10-291-21/+20Star
* softmmu: fix watchpoint processing in icount modePavel Dovgalyuk2021-10-291-4/+2Star
* softmmu/physmem.c: Fix typo in commentGreg Kurz2021-10-231-1/+1
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2021-09-301-1/+2
* softmmu/physmem.c: Check return value from realpath()Peter Maydell2021-08-261-0/+3
* softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell2021-08-261-1/+1
* softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()David Hildenbrand2021-08-171-1/+0Star
* softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand2021-07-081-6/+48
* softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...David Hildenbrand2021-07-081-31/+39
* util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand2021-06-151-0/+1
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-3/+12
* util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-151-3/+5
* softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2021-06-151-17/+12Star
* softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-3/+3
* softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-1/+6
* softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand2021-06-151-3/+7
* replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk2021-05-271-0/+10
* 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