summaryrefslogtreecommitdiffstats
path: root/softmmu/physmem.c
Commit message (Expand)AuthorAgeFilesLines
* memory: Fix wrong end address dumpZhenzhong Duan2022-11-081-1/+1
* exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi2022-10-261-0/+5
* accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson2022-09-061-0/+12
* softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth2022-08-261-17/+0Star
* softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson2022-06-211-1/+12
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-2/+2
* include: move target page bits declaration to page-vary.hMarc-André Lureau2022-04-061-1/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-3/+3
* softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé2022-03-211-2/+42
* softmmu/physmem: Simplify flatview_write and address_space_access_validPhilippe Mathieu-Daudé2022-03-211-8/+3Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell2022-03-081-0/+1
|\
| * osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* | softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé2022-03-061-1/+0Star
* | exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2022-03-061-3/+3
|/
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé2022-01-201-0/+19
* 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