summaryrefslogtreecommitdiff
path: root/block/qcow2-cache.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini1-23/+2
2012-03-12qcow2: Add some tracingKevin Wolf1-0/+18
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf1-0/+12
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen1-1/+1
2011-01-24qcow2: Batch flushes for COWKevin Wolf1-3/+17
2011-01-24qcow2: Use QcowCacheKevin Wolf1-0/+10
2011-01-24qcow2: Add QcowCacheKevin Wolf1-0/+290