summaryrefslogtreecommitdiff
path: root/xen-mapcache.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-04-03xen-mapcache: pass the right size argument to test_bitsHanweidong1-4/+22
2013-04-03xen-mapcache: replace last_address_index with a last_entry pointerStefano Stabellini1-18/+16
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-16/+16
2012-08-22Fix invalidate if memory requested was not bucket alignedFrediano Ziglio1-4/+5
2012-04-13xen-mapcache: don't unmap locked entry during mapcache invalidationJulien Grall1-0/+3
2012-04-13Xen, mapcache: Fix the compute of the size of bucket.Anthony PERARD1-5/+7
2012-03-19xen mapcache: check if memory region has moved.Anthony PERARD1-3/+19
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+2
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-1/+1
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