summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl/vmctl.c
AgeCommit message (Expand)Author
2024-07-09vmctl(8): set exit code for vmctl stat -rMike Larkin
2024-05-02vmctl(8): Add 'vmctl status -r'Mike Larkin
2023-11-09vmctl(8): avoid abort when given an invalid "kernel" file.Dave Voutila
2023-05-02free the correct pointer. Missed in rev 1.16.Jonathan Gray
2023-04-28vmd(8)/vmctl(8): allow vm owners to override boot kernel.Dave Voutila
2023-04-25vmctl(8): no longer needs vmmvar.hDave Voutila
2023-04-25vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.Dave Voutila
2023-01-28Move some header definitions from vmm(4) to vmd(8).Dave Voutila
2022-05-13Follow the recent change that the unit of `imgsize' argument ofYASUOKA Masahiko
2022-05-04vmctl(8)/vmd(8): convert disk sizes from MB to bytesDave Voutila
2022-05-04Missed removing some memory scaling in vmm, vmctl.Dave Voutila
2022-05-03vmm/vmd/vmctl: standardize memory units to bytesDave Voutila
2021-06-10vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs on vm stop.dv
2021-05-12vmctl(8): remove unveil from disk image creation routinesdv
2021-03-22Properly reflect stopping statekn
2021-01-27split out extern and decl for -fno-commonTheo de Raadt
2020-09-02Fix clang warning in vmctl(8)Theo Buehler
2020-03-11fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in commentJasper Lievisse Adriaanse
2019-12-15Explicitly print root user in status OWNER columnkn
2019-12-12vmd: start vms defined in vm.conf in a staggered fashionpd
2019-09-07Remove unused VMD_DISK_INVALID message type and mark it obsolete.tobhe
2019-08-14Improve the error message when supplying an invalid template to vmctlanton
2019-05-22re-order to reported states based on order of significance:Jasper Lievisse Adriaanse
2019-05-16treat vms that are disabled in vm.conf the same as any other vm that's stoppedJasper Lievisse Adriaanse
2019-05-11report vm state through 'vmctl status'; whereas previously this would display...Jasper Lievisse Adriaanse
2019-04-02Report reliable VM state on status commandkn
2018-12-06Add a new argument -B device to vmctl start. It allows to set the boot device.Claudio Jeker
2018-12-04Add 'vmctl wait <VM>' a command that waits until the specified VM isClaudio Jeker
2018-11-26Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.cReyk Floeter
2018-10-19Add support to create and convert disk images from existing imagesReyk Floeter
2018-10-08Add support for qcow2 base images (external snapshots).Reyk Floeter
2018-10-02Fix potential rounding errors when calculating the qcow2 l1 and ref tables sizesReyk Floeter
2018-09-27Add vmctl stop -a [-fw] option to stop or terminate all running VMs.Reyk Floeter
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-11Add ability to create qcow2 disk.ccardenas
2018-09-09Add initial qcow2 image support.ccardenas
2018-08-23Allow to boot CDROM-only VMs.Reyk Floeter
2018-07-12Allow to use configured/running VMs as templates for other VM instances.Reyk Floeter
2018-07-11check string lengths in vm_startReyk 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-07-04When a VM stop request fails, set errno prior to calling warn() in order toanton
2018-06-19knfReyk Floeter
2018-03-14block two VMs from using the same disk image file at the same time.Mike Larkin
2018-03-14knfMike Larkin
2018-02-26vmctl: clarify console error messageccardenas
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-09-08better VM termination handling.Mike Larkin
2017-09-08vmctl: style cleanup - spaces vs tabs.Mike Larkin
2017-08-31vmctl: change a feedback message displayed to the user from "terminatedMike Larkin