Age | Commit message (Expand) | Author |
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 |
2017-03-02 | Add "locked lladdr" option to prevent VMs from spoofing MAC addresses. | Reyk Floeter |
2017-03-01 | Split vmm.c into two files: vm.c for the VM child, vmm.c for the parent | Reyk Floeter |
2017-03-01 | Add "owner" option to set a user/group ownership for pre-configured VMs | Reyk Floeter |
2017-02-27 | Replace openpty(3) with local function that uses pre-opened /dev/ptm fd | Reyk Floeter |
2017-01-13 | Make it possible to remove VMs from vmd(8)'s internal queue. | Edd Barrett |
2017-01-13 | Add host side of vmmci(4) to vmd(8). | Reyk Floeter |
2017-01-11 | Add imsg communication channel between vmd and invividual VMs. | Reyk Floeter |
2016-12-14 | Allow to start disabled and pre-configured VMs by name, "vmctl start foo". | Reyk Floeter |
2016-12-14 | If a VM terminates with the result EAGAIN, close all fds except the | Reyk Floeter |
2016-11-26 | Implement basic support for boot.conf(8) on the disk image. | Reyk Floeter |
2016-11-26 | If -m/memory is not specified, use 512M by default. | Reyk Floeter |
2016-11-24 | Add support for booting the kernel from the disk image. | Reyk Floeter |
2016-11-22 | Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them. | Edd Barrett |
2016-11-04 | Pass the internal vmid or 0 to vm_register() instead of changing it | Reyk Floeter |
2016-11-04 | Update the config/register/get VM methods to match the config_set/get | Reyk Floeter |
2016-10-29 | Separate parsing vms and switches from starting them in vmd(8). | Edd Barrett |
2016-10-17 | Add the option to specify an interface group per virtual switch as well; | Reyk Floeter |
2016-10-15 | Allow to add an interface to an interface group; with the group keyword. | Reyk Floeter |
2016-10-12 | Fix functionality and semantics of vmctl load/reload/reset. | Reyk Floeter |
2016-10-06 | Terminate VMs on shutdown of vmd instead of leaving them running as | Reyk Floeter |
2016-10-05 | Add support for enhanced networking configuration and virtual switches. | Reyk Floeter |
2016-10-04 | Add a new "priv" process that is responsible for ioctls and restricted | Reyk Floeter |
2016-09-29 | Implement fork+exec for vmd, using the same framework from httpd etc. | Reyk Floeter |
2016-09-02 | Move event handling to separate thread | Stefan Kempf |
2016-09-01 | Add a set of emulated legacy devices (PIT, PIC, RTC) | Mike Larkin |
2016-07-29 | Allow starting a VM again after it was terminated | Stefan Kempf |
2016-07-09 | Prepare vionet to be handled asynchronously to the VCPU thread | Stefan Kempf |
2016-04-04 | Directly use physical addresses from ELF header for kernel loading. | Stefan Kempf |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-01-16 | vmd(8) sometimes attempts page-crossing data copies between the host | Stefan Kempf |
2016-01-02 | fix typo in comment, found by Michal Mazurek, thanks | Sebastian Benoit |