aboutsummaryrefslogtreecommitdiff
path: root/xen-mapcache.c
AgeCommit message (Expand)Author
2014-07-07xen: build on ARMStefano Stabellini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-03xen-mapcache: pass the right size argument to test_bitsHanweidong
2013-04-03xen-mapcache: replace last_address_index with a last_entry pointerStefano Stabellini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-08-22Fix invalidate if memory requested was not bucket alignedFrediano Ziglio
2012-04-13xen-mapcache: don't unmap locked entry during mapcache invalidationJulien Grall
2012-04-13Xen, mapcache: Fix the compute of the size of bucket.Anthony PERARD
2012-03-19xen mapcache: check if memory region has moved.Anthony PERARD
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi
2011-09-09xen-mapcache: Fix rlimit set size.Anthony PERARD
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-29Fix a compilation error in xen-mapcache.cStefan Berger
2011-07-17xen: Clean up map cache API namingJan Kiszka
2011-06-19xen: remove xen_map_block and xen_unmap_blockStefano Stabellini
2011-06-19xen: remove qemu_map_cache_unlockStefano Stabellini
2011-06-19xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZEStefano Stabellini
2011-05-08Introduce qemu_put_ram_ptrAnthony PERARD
2011-05-08xen: Adds a cap to the number of map cache entries.John Baboval
2011-05-08xen: Introduce the Xen mapcacheJun Nakajima