summaryrefslogtreecommitdiff
path: root/page_cache.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-0/+1
2016-02-04all: Clean up includesPeter Maydell1-7/+1
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange1-1/+0
2015-01-15xbzrle: rebuild the cache_is_cached functionChenLiang1-22/+16
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang1-4/+19
2014-06-10migration: Plug memory leak in migrate-set-cache-size commandChen Gang1-0/+1
2014-02-25Fix two XBZRLE corruption issuesDr. David Alan Gilbert1-1/+1
2014-02-04Don't abort on memory allocation errorOrit Wasserman1-5/+11
2014-02-04Don't abort on out of memory when creating page cacheOrit Wasserman1-4/+14
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-03-11page_cache: dup memory on insertPeter Lieven1-1/+1
2013-03-11page_cache: fix memory leakPeter Lieven1-0/+3
2013-03-11Fix cache_resize to keep old entry ageOrit Wasserman1-10/+9
2013-03-11Fix page_cache leak in cache_resizeOrit Wasserman1-0/+1
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-08-08Add cache handling functionsOrit Wasserman1-0/+218