summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/vioraw.c
AgeCommit message (Expand)Author
2023-09-14vmd(8)/vioblk: use zero-copy approach & vectored io.Dave Voutila
2023-05-28Used number of bytes instead of number of 512 byte sectors.ASOU Masato
2023-04-27vmd(8): introduce multi-process model for virtio devices.Dave Voutila
2023-04-16vmd(8): correct comment in vioraw, cleanup formatting.Dave Voutila
2022-05-04vmctl(8)/vmd(8): convert disk sizes from MB to bytesDave Voutila
2021-06-16cleanup vmd(8) includes and header filesdv
2018-11-26Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.cReyk Floeter
2018-10-08Add support for qcow2 base images (external snapshots).Reyk Floeter
2018-09-28Support vmd-internal's vmboot with qcow2 disk images.Reyk Floeter
2018-09-19Various clean up items for disks.ccardenas
2018-08-25Rework disks to have pluggable backends.ccardenas