CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2018/11/26 03:39:30
Modified files: usr.sbin/vmd : vioqcow2.c vioraw.c virtio.c virtio.h vmboot.c usr.sbin/vmctl : main.c vmctl.c vmctl.h Log message: Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c This way they are in the appropriate place and code can be shared with vmd. Ok ori@ mlarkin@ ccardenas@