summary refs log tree commit diff stats
path: root/hw/xen/xen-mapcache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen: mapcache: Split mapcache_grants by ro and rwEdgar E. Iglesias2025-05-061-7/+19
* xen: mapcache: Fix finding matching entryAleksandr Partanen2025-05-061-3/+3
* xen: No need to flush the mapcache for grantsStefano Stabellini2025-03-101-1/+0
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-2/+2
* xen: mapcache: Fix unmapping of first entries in bucketsEdgar E. Iglesias2024-07-121-1/+11
* xen: mapcache: Add support for grant mappingsEdgar E. Iglesias2024-06-091-34/+131
* xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias2024-06-091-5/+11
* xen: mapcache: Unmap first entries in bucketsEdgar E. Iglesias2024-06-091-3/+8
* xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurableEdgar E. Iglesias2024-06-091-21/+33
* system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias2024-05-061-4/+6
* xen: mapcache: Break out xen_map_cache_init_single()Edgar E. Iglesias2024-05-061-21/+32
* xen: mapcache: Break out xen_invalidate_map_cache_single()Edgar E. Iglesias2024-05-061-10/+15
* xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlockedEdgar E. Iglesias2024-05-061-10/+11
* xen: mapcache: Refactor xen_replace_cache_entry_unlockedEdgar E. Iglesias2024-05-061-4/+6
* xen: mapcache: Break out xen_ram_addr_from_mapcache_singleEdgar E. Iglesias2024-05-061-6/+11
* xen: mapcache: Refactor xen_remap_bucket for multi-instanceEdgar E. Iglesias2024-05-061-4/+5
* xen: mapcache: Refactor xen_map_cache for multi-instanceEdgar E. Iglesias2024-05-061-17/+18
* xen: mapcache: Refactor lock functions for multi-instanceEdgar E. Iglesias2024-05-061-17/+17
* xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entryJuergen Gross2024-05-061-7/+3
* xen: Drop out of coroutine context xen_invalidate_map_cache_entryPeng Fan2024-03-121-2/+28
* hw/xen: convert stderr prints to error/warn reportsManos Pitsidianakis2024-02-021-3/+2
* hw/xen/xen-mapcache.c: convert DPRINTF to tracepointsManos Pitsidianakis2024-02-021-30/+24
* hw/i386/xen/: move xen-mapcache.c to hw/xen/Vikram Garhwal2023-06-151-0/+599