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
2024-07-09
vmctl(8): set exit code for vmctl stat -r
Mike Larkin
2024-05-02
vmctl(8): Add 'vmctl status -r'
Mike Larkin
2023-11-09
vmctl(8): avoid abort when given an invalid "kernel" file.
Dave Voutila
2023-05-02
free the correct pointer. Missed in rev 1.16.
Jonathan Gray
2023-04-28
vmd(8)/vmctl(8): allow vm owners to override boot kernel.
Dave Voutila
2023-04-25
vmctl(8): no longer needs vmmvar.h
Dave Voutila
2023-04-25
vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.
Dave Voutila
2023-01-28
Move some header definitions from vmm(4) to vmd(8).
Dave Voutila
2022-05-13
Follow the recent change that the unit of `imgsize' argument of
YASUOKA Masahiko
2022-05-04
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
Dave Voutila
2022-05-04
Missed removing some memory scaling in vmm, vmctl.
Dave Voutila
2022-05-03
vmm/vmd/vmctl: standardize memory units to bytes
Dave Voutila
2021-06-10
vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs on vm stop.
dv
2021-05-12
vmctl(8): remove unveil from disk image creation routines
dv
2021-03-22
Properly reflect stopping state
kn
2021-01-27
split out extern and decl for -fno-common
Theo de Raadt
2020-09-02
Fix clang warning in vmctl(8)
Theo Buehler
2020-03-11
fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in comment
Jasper Lievisse Adriaanse
2019-12-15
Explicitly print root user in status OWNER column
kn
2019-12-12
vmd: start vms defined in vm.conf in a staggered fashion
pd
2019-09-07
Remove unused VMD_DISK_INVALID message type and mark it obsolete.
tobhe
2019-08-14
Improve the error message when supplying an invalid template to vmctl
anton
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
[next]