summaryrefslogtreecommitdiff
path: root/block/vhdx-log.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2016-01-13vhdx: Fix "log that needs to be replayed" error messageMarkus Armbruster1-6/+7
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-12/+13
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster1-1/+1
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf1-1/+6
2014-08-15block: VHDX endian fixesJeff Cody1-18/+25
2014-08-15block: vhdx - add error checkJeff Cody1-0/+5
2014-03-25Fixed various typosDeepak Kathayat1-1/+1
2014-01-31block/vhdx: Error checking fixesMarkus Armbruster1-2/+2
2013-12-20block: vhdx - improve error message, and .bdrv_check implementationJeff Cody1-1/+12
2013-11-07block: vhdx - add log write supportJeff Cody1-0/+282
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody1-0/+728