summaryrefslogtreecommitdiff
path: root/block/qcow2-snapshot.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-12/+11
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-11/+11
2010-01-26qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf1-1/+10
2009-12-03qcow2: Fix some more qemu_malloc falloutKevin Wolf1-1/+6
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara1-3/+3
2009-06-16qcow2: Rename global functionsKevin Wolf1-17/+17
2009-06-16qcow2: Split out snapshot functionsKevin Wolf1-0/+405