summaryrefslogtreecommitdiff
path: root/page_cache.c
AgeCommit message (Expand)AuthorFilesLines
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