aboutsummaryrefslogtreecommitdiff
path: root/softmmu/physmem.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell1-4/+10
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen1-4/+10
2023-03-07physmem: add missing memory barrierPaolo Bonzini1-0/+3
2023-02-28softmmu: Use memmove in flatview_write_continueAkihiko Odaki1-1/+1
2023-02-27softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé1-191/+0
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-5/+5
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-7/+2
2022-11-08memory: Fix wrong end address dumpZhenzhong Duan1-1/+1
2022-10-26exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi1-0/+5
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson1-0/+12
2022-08-26softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth1-17/+0
2022-06-21softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson1-1/+12
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman1-2/+2
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau1-1/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-3/+3
2022-03-21softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé1-2/+42
2022-03-21softmmu/physmem: Simplify flatview_write and address_space_access_validPhilippe Mathieu-Daudé1-8/+3
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell1-0/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-06softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé1-1/+0
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé1-3/+3
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell1-0/+1
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé1-0/+19
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée1-2/+2
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé1-8/+11
2021-10-28softmmu: fix for "after access" watchpointsPavel Dovgalyuk1-1/+1
2021-10-28softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk1-21/+20
2021-10-28softmmu: fix watchpoint processing in icount modePavel Dovgalyuk1-4/+2
2021-10-23softmmu/physmem.c: Fix typo in commentGreg Kurz1-1/+1
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-1/+2
2021-08-26softmmu/physmem.c: Check return value from realpath()Peter Maydell1-0/+3
2021-08-26softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell1-1/+1
2021-08-17softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()David Hildenbrand1-1/+0
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand1-6/+48
2021-07-08softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...David Hildenbrand1-31/+39
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand1-0/+1
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-3/+12
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand1-3/+5
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand1-17/+12
2021-06-15softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand1-3/+3
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand1-1/+6
2021-06-15softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand1-3/+7
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk1-0/+10
2021-05-13exec: Relax range check in ram_block_discard_range()David Hildenbrand1-2/+2
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand1-2/+3