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