Age | Commit message (Expand) | Author |
2017-11-30 | When performing vmctl reload and a previously configured vm is running, | ccardenas |
2017-11-29 | vmd(8): fix broken IRR bit setting for the slave PIC. Noticed by claudio | Mike Larkin |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-28 | fix some spelling errors in a few comments | Mike Larkin |
2017-11-27 | typo in comments "optionel" -> "optional" | Mike Larkin |
2017-11-11 | reads better as *an* rdomain, i think; | Jason McIntyre |
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-11-05 | Add minimal DHCP support to vmd's built-in DHCP/BOOTP server. | Reyk Floeter |
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 |