Age | Commit message (Expand) | Author |
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-28 | vmd: Fix 100% vmd cpu usage on linux receive / unpause | pd |
2018-02-18 | vmd: fix vmctl pause for non existing vm ids (never returns) | pd |
2018-02-15 | vmd(8): Properly return the correct byte when doing byte-aligned PCI | Mike Larkin |
2018-02-05 | remove unused function prototype | Mike Larkin |
2018-02-01 | vmd: fix vioscsi dump and restore | pd |
2018-01-26 | Fix Failure on Start | ccardenas |
2018-01-19 | VMD: vioscsi - fix large ISO support in Linux | ccardenas |
2018-01-16 | VMD: vioscsi - add support for REPORT_LUNS opcode | ccardenas |
2018-01-15 | VMD: vioscsi refactor | ccardenas |
2018-01-10 | Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM can | Stuart Henderson |
2018-01-08 | Fix typo in comment; ok mpi@ | anton |
2018-01-08 | Enable TIOCUCNTL to be able to set ns8250's break detected condition. | Martin Pieuchot |
2018-01-05 | Use log_warnx() in places where errno is irrelevant. | Jeremie Courreges-Anglas |
2018-01-04 | Address TOCTOU issue with checking to ensure disks are regular files. | ccardenas |
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-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 |