summaryrefslogtreecommitdiff
path: root/block/qed-check.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini1-0/+1
2016-06-07qed: Use DIV_ROUND_UPLaurent Vivier1-2/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster1-2/+1
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf1-2/+5
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi1-0/+26
2012-06-15qemu-img check: Print fixed clusters and recheckKevin Wolf1-0/+2
2012-04-05qed: image fragmentation statisticsDong Xu Wang1-0/+9
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-04-27qed: Fix consistency check on 32-bit hostsStefan Hajnoczi1-2/+2
2011-04-13qed: Add support for zero clustersAnthony Liguori1-2/+3
2010-12-17qed: Consistency check supportStefan Hajnoczi1-0/+210