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.c
Age
Commit message (
Expand
)
Author
2019-05-22
re-order to reported states based on order of significance:
Jasper Lievisse Adriaanse
2019-05-16
treat vms that are disabled in vm.conf the same as any other vm that's stopped
Jasper Lievisse Adriaanse
2019-05-11
report vm state through 'vmctl status'; whereas previously this would display...
Jasper Lievisse Adriaanse
2019-04-02
Report reliable VM state on status command
kn
2018-12-06
Add a new argument -B device to vmctl start. It allows to set the boot device.
Claudio Jeker
2018-12-04
Add 'vmctl wait <VM>' a command that waits until the specified VM is
Claudio Jeker
2018-11-26
Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c
Reyk Floeter
2018-10-19
Add support to create and convert disk images from existing images
Reyk Floeter
2018-10-08
Add support for qcow2 base images (external snapshots).
Reyk Floeter
2018-10-02
Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizes
Reyk Floeter
2018-09-27
Add vmctl stop -a [-fw] option to stop or terminate all running VMs.
Reyk Floeter
2018-09-16
Use user_from_uid(3) and group_from_gid(3) in a few more places
Todd C. Miller
2018-09-11
Add ability to create qcow2 disk.
ccardenas
2018-09-09
Add initial qcow2 image support.
ccardenas
2018-08-23
Allow to boot CDROM-only VMs.
Reyk Floeter
2018-07-12
Allow to use configured/running VMs as templates for other VM instances.
Reyk Floeter
2018-07-11
check string lengths in vm_start
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-07-04
When a VM stop request fails, set errno prior to calling warn() in order to
anton
2018-06-19
knf
Reyk Floeter
2018-03-14
block two VMs from using the same disk image file at the same time.
Mike Larkin
2018-03-14
knf
Mike Larkin
2018-02-26
vmctl: clarify console error message
ccardenas
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2017-09-08
better VM termination handling.
Mike Larkin
2017-09-08
vmctl: style cleanup - spaces vs tabs.
Mike Larkin
2017-08-31
vmctl: change a feedback message displayed to the user from "terminated
Mike Larkin
2017-08-31
vmd/vmctl: disallow use of block or character devices as disks in VMs.
Mike Larkin
2017-08-30
remove use of PAGE_SIZE and #include <sys/param.h>
Mike Larkin
2017-08-29
quarterly rescan of the tree: remove unneccessary sys/param.h, and
Theo de Raadt
2017-08-18
distinguish errors during vm launch and return different error codes to
Mike Larkin
2017-08-14
return a proper error message instead of 'no such file or directory' when
Jasper Lievisse Adriaanse
2017-08-14
whitespace and fix a comment typo
Jasper Lievisse Adriaanse
2017-08-14
catch ENOENT and display a proper error message when a specified disk image is
Jasper Lievisse Adriaanse
2017-08-14
don't allow starting vms whose name starts with '-', '.' or '_'
Jasper Lievisse Adriaanse
2017-08-10
don't have cu try to open '/dev', instead check if there's a valid tty
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-19
Add support for dynamic "NAT" interfaces (-L/local interface).
Reyk Floeter
2017-04-06
Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.
Reyk Floeter
2017-03-30
Set interface flag to VMIFF_UP when using -i option. This way vmd will make
Claudio Jeker
2017-03-15
Print "-" if the tty name is empty.
Reyk Floeter
2017-03-03
Undefined behavior: Variable 'user' was used as parameter and
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-03-01
Add "owner" option to set a user/group ownership for pre-configured VMs
Reyk Floeter
2017-02-28
Use fmt_scaled(3) in vmctl status output to print curmem/maxmem
Reyk Floeter
2016-12-14
Allow to start disabled and pre-configured VMs by name, "vmctl start foo".
Reyk Floeter
2016-11-26
If -m/memory is not specified, use 512M by default.
Reyk Floeter
[next]