Age | Commit message (Expand) | Author |
2017-11-04 | whitespace | Mike Larkin |
2017-11-04 | Remove a debug message that has outlived its usefulness. | Mike Larkin |
2017-10-30 | vmd no longer creates bridges by default. users should create bridges in | Mike Larkin |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot |
2017-10-24 | Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. This | Mike Larkin |
2017-10-24 | The VMD parent process didn't handle the case of a VM exiting | Mike Larkin |
2017-10-07 | Prefer memset() over bzero() | Philip Guenther |
2017-10-07 | vmd: retain ownership on vm reboot | Mike Larkin |
2017-09-19 | Clarify a wrong conditional, found by jsg. | Mike Larkin |
2017-09-18 | protect i8259 state with a mutex. | David Gwynne |
2017-09-17 | vmd: send/recv pci config space instead of recreating pci devices on receive | pd |
2017-09-17 | vmd: re add rtc.per and rtc.sec evtimers on receive | pd |
2017-09-15 | port taskqs to vmd for use in future work on virtio devices | David Gwynne |
2017-09-15 | vmd: improve a debug message with more information | Mike Larkin |
2017-09-15 | vmd: emulate UART scratch register, seems to be required by GRUB and | Mike Larkin |
2017-09-14 | spacing | Reyk Floeter |
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-09-08 | fix a wrong comment. | Mike Larkin |
2017-09-08 | vmd: add more explanatory log_debug messages | Mike Larkin |
2017-09-08 | vmd: handle queue index wraparound in viornd. Without this, openbsd guests | Mike Larkin |
2017-08-31 | vmd: fix two wrong comments I stumbled across while updating the vmctl(8) | Mike Larkin |
2017-08-31 | vmd/vmctl: disallow use of block or character devices as disks in VMs. | Mike Larkin |
2017-08-31 | match vmctl.8 vm name constraints | Jasper Lievisse Adriaanse |
2017-08-29 | quarterly rescan of the tree: remove unneccessary sys/param.h, and | Theo de Raadt |
2017-08-20 | vmd: Allow only upward migration | pd |
2017-08-20 | vmd: return VIRTIO_BLK_S_UNSUPP on any unknown vioblk command, not just | Mike Larkin |
2017-08-20 | vmd: reorganize some pci config space handling code, no functional change. | Mike Larkin |
2017-08-18 | distinguish errors during vm launch and return different error codes to | Mike Larkin |
2017-08-15 | vmd: fix vm id displayed by vmctl when receiving a vm | pd |
2017-08-14 | whitespace and fix a comment typo | Jasper Lievisse Adriaanse |
2017-08-14 | vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmm | Mike Larkin |
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-08-12 | vmd: bump virtio queue size back to 128. The problem that resulted in | Mike Larkin |
2017-08-11 | Use vmd's process rdomain via getrtable() instead of 0 by default. | Reyk Floeter |
2017-08-10 | vmd: partially back out a change committed yesterday regarding guest | Mike Larkin |
2017-08-10 | whitespace | Mike Larkin |
2017-08-09 | vmd: allow guest PCI interrupt line reassignment. | Mike Larkin |
2017-08-05 | vmd: report queue size of 0 when invalid queues are requested by the guest | Mike Larkin |
2017-07-19 | Don't recommend using /var/vmm for VM images. | Mike Larkin |
2017-07-19 | Update vmd man page to describe we have more processes running (aside from | 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-07-06 | vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild | Mike Larkin |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-06-20 | Revert a previous commit that increased the virtio queue size since it | Mike Larkin |
2017-06-12 | device path should be PATH_MAX. Any NAME_MAX without +1 is suspect | Theo de Raadt |
2017-06-07 | vmd: Implement simulated baudrate support in the ns8250 module. The | Mike Larkin |