Age | Commit message (Expand) | Author |
2018-10-15 | Prevent VM reboot loops by rate-limiting the interval a VM can reboot. | Reyk Floeter |
2018-10-08 | Add support for qcow2 base images (external snapshots). | Reyk Floeter |
2018-09-29 | vmd: don't remove vm if sending failed | pd |
2018-09-28 | Fix copy-pasto to use maxmem instead of maxcpu | Reyk Floeter |
2018-09-10 | vmd(8) clould close file descriptor 0 as not all fd fields were | Alexander Bluhm |
2018-09-10 | During the fork+exec implementation, daemon(3) was moved after | Alexander Bluhm |
2018-07-15 | Track resources and enforce cpu/memory/interface limits for non-root users. | Reyk Floeter |
2018-07-13 | Check the disk/kernel/cdrom file permissions after openening the fd. | Reyk Floeter |
2018-07-13 | Add "allow instance" option. | Reyk Floeter |
2018-07-12 | Allow to use configured/running VMs as templates for other VM instances. | Reyk Floeter |
2018-07-11 | style - indent each case statement in a switch. | Reyk Floeter |
2018-07-11 | Add -w option to vmctl stop to wait for completion of VM termination. | Reyk Floeter |
2018-07-11 | Rename function to vmd_check_vmh | Reyk Floeter |
2018-07-11 | Add -f option to vmctl stop to forcefully kill a VM. | Reyk Floeter |
2018-07-10 | style (single-line ifs don't need braces) | Reyk Floeter |
2018-07-10 | vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf | Reyk Floeter |
2018-07-10 | Tweak debug log messages | Reyk Floeter |
2018-06-26 | Add "socket owner" to allow changing the owner of the vmd control socket. | Reyk Floeter |
2018-06-19 | knf | Reyk Floeter |
2018-05-13 | vmd(8): enable pause / unpause for vm owners | pd |
2018-04-25 | vmd(8)'s early error messages weren't visible when started via /etc/rc | Mike Larkin |
2018-04-21 | spelling error in log message | Mike Larkin |
2018-03-29 | Make sure that the global config is send out immediately when it is | Martijn van Duren |
2018-03-14 | block two VMs from using the same disk image file at the same time. | Mike Larkin |
2018-02-18 | vmd: fix vmctl pause for non existing vm ids (never returns) | pd |
2018-01-10 | Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM can | Stuart Henderson |
2018-01-08 | Enable TIOCUCNTL to be able to set ns8250's break detected condition. | Martin Pieuchot |
2018-01-03 | Add initial CD-ROM support to VMD via vioscsi. | ccardenas |
2017-12-06 | Make vmd respect owner when starting non-disabled vms. | Aaron Bieber |
2017-11-30 | When performing vmctl reload and a previously configured vm is running, | ccardenas |
2017-11-11 | update switch handling in vmd(8). vmd now gets switch information (rdomain, | Mike Larkin |
2017-11-07 | typo in previous | Mike Larkin |
2017-11-07 | comment function vm_checkperm | Mike Larkin |
2017-10-24 | The VMD parent process didn't handle the case of a VM exiting | Mike Larkin |
2017-10-07 | vmd: retain ownership on vm reboot | Mike Larkin |
2017-09-08 | vmd: add more explanatory log_debug messages | Mike Larkin |
2017-08-20 | vmd: Allow only upward migration | pd |
2017-08-15 | vmd: fix vm id displayed by vmctl when receiving a vm | pd |
2017-08-14 | validate vm names before creating them; a valid name contains alphanumeric | Jasper Lievisse Adriaanse |
2017-08-13 | don't issue a termination command to an already stopped vm | 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-05-29 | vmd(8): prevent crashing when presented with a vm name argument to | Mike Larkin |
2017-05-04 | Report command failure back to vmctl reload, reset, load, log verbose. | Reyk Floeter |
2017-05-04 | Add support for rdomains. | Reyk Floeter |
2017-04-25 | Generate randomized MAC addresses earlier to keep them across reboots. | Reyk Floeter |
2017-04-21 | Add global configuration option "local prefix" to change prefix for -L. | 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-15 | More fixes for starting and stopping VMs, fixing fallout from vm_running. | Reyk Floeter |