summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl/vmctl.h
AgeCommit message (Expand)Author
2018-10-01Try to derive the qcow2 file format from an image file automatically.Reyk Floeter
2018-09-27Add vmctl stop -a [-fw] option to stop or terminate all running VMs.Reyk Floeter
2018-09-11Add ability to create qcow2 disk.ccardenas
2018-09-09Add initial qcow2 image support.ccardenas
2018-07-12Allow to use configured/running VMs as templates for other VM instances.Reyk Floeter
2018-07-11Add -w option to vmctl stop to wait for completion of VM termination.Reyk Floeter
2018-07-11Add -f option to vmctl stop to forcefully kill a VM.Reyk Floeter
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-08-15merge parse_vmid() and parse_vmname()Jasper Lievisse Adriaanse
2017-07-15Add vmctl send and vmctl receivepd
2017-07-09vmd/vmctl: Add ability to pause / unpause vmspd
2017-04-06Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.Reyk Floeter
2017-03-01Rename start_vm_complete to vm_start_complete for consistency.Reyk Floeter
2017-03-01unbreak vmctl build by renaming a function that now conflicts withMike Larkin
2017-01-11Add imsg communication channel between vmd and invividual VMs.Reyk Floeter
2016-11-26Add the vmctl start -n option to specify add a network interface toReyk Floeter
2016-10-12Fix functionality and semantics of vmctl load/reload/reset.Reyk Floeter
2016-09-03Some .h files are not neededTheo de Raadt
2015-12-11The vmctl "id" argument can now be a number of or a vm name, eg.Reyk Floeter
2015-12-11Remove unused argument in parse_vmid()Reyk Floeter
2015-12-08Add "vmctl console" to connect to a specified VM console by id.Reyk Floeter
2015-12-06Print the TTY in the vmctl status output.Reyk Floeter
2015-12-04Add -c option to "vmctl start" to automatically connect to the VMReyk Floeter
2015-12-03Re-add the "load" and "reload" commands to vmctl: Instead of parsingReyk Floeter
2015-12-03Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.Reyk Floeter