summaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/qcow.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded headers.Xin LI2019-01-061-2/+0
* mkimg(1): let calloc(3) do the multiplication.Pedro F. Giffuni2017-03-131-3/+3
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-031-1/+0
* Avoid depending on the <sys/endian.h> header for le*enc and be*enc.Marcel Moolenaar2016-09-261-1/+1
* Eliminate the use of EDOOFUS. The error code was used to signalMarcel Moolenaar2016-09-261-4/+4
* The size of the first level reference count table is given in terms of theMarcel Moolenaar2014-12-121-4/+5
* Finish QCOW version 2 and stop making it conditional.Marcel Moolenaar2014-09-241-44/+66
* Fix the creation of the L2 cluster table for version 1. The blkofsMarcel Moolenaar2014-09-241-44/+77
* Add support for QCOW version 1. Version 2 is partially implemented.Marcel Moolenaar2014-09-221-0/+314