aboutsummaryrefslogtreecommitdiff
path: root/softmmu/physmem.c
AgeCommit message (Expand)Author
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-09-29softmmu/physmem: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-19softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W...David Hildenbrand
2023-09-19softmmu/physmem: Never return directories from file_ram_open()David Hildenbrand
2023-09-19softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=...David Hildenbrand
2023-09-19softmmu/physmem: Bail out early in ram_block_discard_range() with readonly filesDavid Hildenbrand
2023-09-19softmmu/physmem: Remap with proper protection in qemu_ram_remap()David Hildenbrand
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson
2023-08-29softmmu: Assert data in bounds in iotlb_to_sectionRichard Henderson
2023-07-12softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mappingDavid Hildenbrand
2023-06-23softmmu: Introduce qemu_target_page_mask() helperPhilippe Mathieu-Daudé
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-05-23hostmem-file: add offset optionAlexander Graf
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-20replace TABs with spacesYeqi Fu
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen
2023-03-07physmem: add missing memory barrierPaolo Bonzini
2023-02-28softmmu: Use memmove in flatview_write_continueAkihiko Odaki
2023-02-27softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-11-08memory: Fix wrong end address dumpZhenzhong Duan
2022-10-26exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson
2022-08-26softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth
2022-06-21softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-21softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé
2022-03-21softmmu/physmem: Simplify flatview_write and address_space_access_validPhilippe Mathieu-Daudé
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-06softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé
2021-10-28softmmu: fix for "after access" watchpointsPavel Dovgalyuk
2021-10-28softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk
2021-10-28softmmu: fix watchpoint processing in icount modePavel Dovgalyuk
2021-10-23softmmu/physmem.c: Fix typo in commentGreg Kurz
2021-09-30memory: Name all the memory listenersPeter Xu