Age | Commit message (Expand) | Author |
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-07-17 | vmm/vmd: Fix migration with pvclock | pd |
2019-05-11 | report vm state through 'vmctl status'; whereas previously this would display... | Jasper Lievisse Adriaanse |
2019-05-11 | add missing comment about VM_STATE_SHUTDOWN; as discussed with ccardenas@ | Jasper Lievisse Adriaanse |
2019-05-11 | track the state of the vm (running, paused, etc) using a single bitfield inst... | Jasper Lievisse Adriaanse |
2019-05-10 | remove receive_vm prototype for the function does not exist (anymore) | Jasper Lievisse Adriaanse |
2019-02-20 | vmd(8): initialize guest %drX registers to power-on defaults on launch | Mike Larkin |
2018-12-10 | Implement the fw_cfg interface basics and use it to set the bootorder | Claudio Jeker |
2018-12-06 | Make it possible to define the bootdevice in vmd. This information is used | Claudio Jeker |
2018-12-04 | Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers a | Claudio Jeker |
2018-11-26 | Keep a list of known vms, and reuse the VM IDs. | ori |
2018-11-21 | Add support for "local inet6" interfaces. | Reyk Floeter |
2018-10-19 | Add support to create and convert disk images from existing images | Reyk Floeter |
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-10-01 | Try to derive the qcow2 file format from an image file automatically. | Reyk Floeter |
2018-09-28 | Support vmd-internal's vmboot with qcow2 disk images. | Reyk Floeter |
2018-09-09 | Add initial qcow2 image support. | ccardenas |
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 | 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-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-07-09 | vmd(8): stash device IRQ in the device struct | Mike Larkin |
2018-06-26 | Add "socket owner" to allow changing the owner of the vmd control socket. | Reyk Floeter |
2018-04-27 | vmd(8): implement vmd side of ELCR registers | Mike Larkin |
2018-01-03 | Add initial CD-ROM support to VMD via vioscsi. | ccardenas |
2017-11-11 | update switch handling in vmd(8). vmd now gets switch information (rdomain, | Mike Larkin |
2017-10-30 | vmd no longer creates bridges by default. users should create bridges in | Mike Larkin |
2017-09-11 | add functions to provide direct access to guest memory as vmd addresses | David Gwynne |
2017-09-11 | bring SET, CLR, and ISSET macros in | David Gwynne |
2017-09-08 | better VM termination handling. | Mike Larkin |
2017-08-31 | vmd/vmctl: disallow use of block or character devices as disks in VMs. | Mike Larkin |
2017-08-20 | vmd: Allow only upward migration | pd |
2017-08-18 | distinguish errors during vm launch and return different error codes to | Mike Larkin |
2017-07-15 | Add vmctl send and vmctl receive | pd |
2017-07-09 | vmd/vmctl: Add ability to pause / unpause vms | pd |
2017-06-12 | device path should be PATH_MAX. Any NAME_MAX without +1 is suspect | Theo de Raadt |
2017-05-30 | split vioblk read/write functions into start and finish as prep for | Ted Unangst |
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-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-25 | Boot using BIOS from /etc/firmware/vmm-bios by default. | Reyk Floeter |
2017-03-15 | Improve vmmci(4) shutdown and reboot. | Reyk Floeter |