aboutsummaryrefslogtreecommitdiffstats
path: root/xen-mapcache.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-09xen-mapcache: Fix rlimit set size.Anthony PERARD1-5/+24
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-14/+14
2011-07-29Fix a compilation error in xen-mapcache.cStefan Berger1-2/+1
2011-07-17xen: Clean up map cache API namingJan Kiszka1-18/+23
2011-06-19xen: remove xen_map_block and xen_unmap_blockStefano Stabellini1-31/+0
2011-06-19xen: remove qemu_map_cache_unlockStefano Stabellini1-33/+0
2011-06-19xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZEStefano Stabellini1-12/+65
2011-05-08Introduce qemu_put_ram_ptrAnthony PERARD1-0/+33
2011-05-08xen: Adds a cap to the number of map cache entries.John Baboval1-22/+15
2011-05-08xen: Introduce the Xen mapcacheJun Nakajima1-0/+349