index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2-cache.c
Age
Commit message (
Expand
)
Author
2015-02-06
block: Give always priority to unused entries in the qcow2 L2 cache
Alberto Garcia
2014-08-20
qcow2: Use g_try_new0() for cache array
Max Reitz
2014-08-20
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-15
qcow2: Handle failure for potentially large allocations
Kevin Wolf
2013-10-11
qcow2: Use negated overflow check mask
Max Reitz
2013-09-12
qcow2-cache: Empty cache
Max Reitz
2013-08-30
qcow2: Employ metadata overlap checks
Max Reitz
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-06-15
qcow2: always operate caches in writeback mode
Paolo Bonzini
2012-03-12
qcow2: Add some tracing
Kevin Wolf
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-19
qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm
Kevin Wolf
2011-01-31
Reorganize struct Qcow2Cache for better struct packing
Jes Sorensen
2011-01-24
qcow2: Batch flushes for COW
Kevin Wolf
2011-01-24
qcow2: Use QcowCache
Kevin Wolf
2011-01-24
qcow2: Add QcowCache
Kevin Wolf