aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen-mapcache.c
AgeCommit message (Expand)Author
2024-07-12xen: mapcache: Fix unmapping of first entries in bucketsEdgar E. Iglesias
2024-06-09xen: mapcache: Add support for grant mappingsEdgar E. Iglesias
2024-06-09xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias
2024-06-09xen: mapcache: Unmap first entries in bucketsEdgar E. Iglesias
2024-06-09xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurableEdgar E. Iglesias
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_map_cache_init_single()Edgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_invalidate_map_cache_single()Edgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlockedEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_replace_cache_entry_unlockedEdgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_ram_addr_from_mapcache_singleEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_remap_bucket for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_map_cache for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor lock functions for multi-instanceEdgar E. Iglesias
2024-05-06xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entryJuergen Gross
2024-03-12xen: Drop out of coroutine context xen_invalidate_map_cache_entryPeng Fan
2024-02-02hw/xen: convert stderr prints to error/warn reportsManos Pitsidianakis
2024-02-02hw/xen/xen-mapcache.c: convert DPRINTF to tracepointsManos Pitsidianakis
2023-06-15hw/i386/xen/: move xen-mapcache.c to hw/xen/Vikram Garhwal