Age | Commit message (Expand) | Author |
2019-05-29 | Change vmctl(8) syntax: command options before the disk/name/id argument. | Reyk Floeter |
2019-03-18 | An existing VM may be started by referencing its ID | kn |
2019-03-01 | Fix previous extra arguments commit | kn |
2019-03-01 | Print usage on extra create, start and stop arguments | kn |
2018-12-14 | sync usage(); also, stop enclosing arg names in quotes, since it was | Jason McIntyre |
2018-12-11 | Extend vmctl start -B argument to work for disk, cdrom and net. | Claudio Jeker |
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-05 | Setting getopt optreset to 1 needs an additional reset of optind to 1. | Reyk Floeter |
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-13 | Add initial set of unveil's to vmctl. | ccardenas |
2018-09-11 | Add ability to create qcow2 disk. | ccardenas |
2018-09-09 | Add initial qcow2 image support. | ccardenas |
2018-07-12 | The vmctl start -I option was changed to -t. | Reyk Floeter |
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-02-24 | add an alias for vmctl show, matches finger memory and the rest of the | Peter Hessler |
2018-01-03 | Add initial CD-ROM support to VMD via vioscsi. | ccardenas |
2017-10-07 | Prefer memset() over bzero() | Philip Guenther |
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-06-07 | vmctl: change default "vmctl console" (cu) baud rate to 115200. Not | Mike Larkin |
2017-05-04 | Report command failure back to vmctl reload, reset, load, log verbose. | Reyk Floeter |
2017-05-04 | Report error for vmctl commands that need root privileges. | Reyk Floeter |
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-25 | Boot using BIOS from /etc/firmware/vmm-bios by default. | 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-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-05-10 | move some argument checking from vmmaction() to start_vm() | Mike Larkin |
2016-04-25 | make vmctl 'create' usage description match the man page | Mike Larkin |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-01-26 | The division "res->size /= 1024 / 1024" is a no-op: 1024 / 1024 is | Reyk Floeter |
2016-01-05 | don't use the second argument of pledge(2) as the whitelist is not stabilized | Sebastien Marie |
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-11 | Allow to specify relative pathnames on the command line (eg. -k ./bsd). | Reyk Floeter |
2015-12-08 | style(9) says that is OK to not include sys/cdefs.h directly, as it | Reyk Floeter |
2015-12-08 | vmctl console - id is not optional | Reyk Floeter |
2015-12-08 | Add "vmctl console" to connect to a specified VM console by id. | Reyk Floeter |