summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/vioqcow2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* an alloca() snuck into the tree. We don't use alloca() in our tree unlessderaadt2019-01-101-2/+3
* Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.creyk2018-11-261-2/+143
* Improve error handling and logging in qcow2ori2018-11-241-116/+70
* Fix qcow2 disk images for data sizes greater than 4 gigs.ori2018-10-241-5/+5
* Add support to create and convert disk images from existing imagesreyk2018-10-191-10/+41
* Add support for qcow2 base images (external snapshots).reyk2018-10-081-34/+55
* Fix potential double-free in error pathreyk2018-10-011-2/+1
* Try to derive the qcow2 file format from an image file automatically.reyk2018-10-011-2/+3
* Support vmd-internal's vmboot with qcow2 disk images.reyk2018-09-281-6/+7
* Compress qcow2 open debug messages into a single linereyk2018-09-281-5/+8
* Various clean up items for disks.ccardenas2018-09-191-22/+41
* Fail fast when we are unable to determine disk format.ccardenas2018-09-111-13/+14
* Add initial qcow2 image support.ccardenas2018-09-091-0/+580