index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xen
/
xen-mapcache.c
Age
Commit message (
Expand
)
Author
2024-07-12
xen: mapcache: Fix unmapping of first entries in buckets
Edgar E. Iglesias
2024-06-09
xen: mapcache: Add support for grant mappings
Edgar E. Iglesias
2024-06-09
xen: mapcache: Pass the ram_addr offset to xen_map_cache()
Edgar E. Iglesias
2024-06-09
xen: mapcache: Unmap first entries in buckets
Edgar E. Iglesias
2024-06-09
xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
Edgar E. Iglesias
2024-05-06
system: Pass RAM MemoryRegion and is_write in xen_map_cache()
Edgar E. Iglesias
2024-05-06
xen: mapcache: Break out xen_map_cache_init_single()
Edgar E. Iglesias
2024-05-06
xen: mapcache: Break out xen_invalidate_map_cache_single()
Edgar E. Iglesias
2024-05-06
xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
Edgar E. Iglesias
2024-05-06
xen: mapcache: Refactor xen_replace_cache_entry_unlocked
Edgar E. Iglesias
2024-05-06
xen: mapcache: Break out xen_ram_addr_from_mapcache_single
Edgar E. Iglesias
2024-05-06
xen: mapcache: Refactor xen_remap_bucket for multi-instance
Edgar E. Iglesias
2024-05-06
xen: mapcache: Refactor xen_map_cache for multi-instance
Edgar E. Iglesias
2024-05-06
xen: mapcache: Refactor lock functions for multi-instance
Edgar E. Iglesias
2024-05-06
xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
Juergen Gross
2024-03-12
xen: Drop out of coroutine context xen_invalidate_map_cache_entry
Peng Fan
2024-02-02
hw/xen: convert stderr prints to error/warn reports
Manos Pitsidianakis
2024-02-02
hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints
Manos Pitsidianakis
2023-06-15
hw/i386/xen/: move xen-mapcache.c to hw/xen/
Vikram Garhwal