Age | Commit message (Expand) | Author |
2017-08-20 | vmd: return VIRTIO_BLK_S_UNSUPP on any unknown vioblk command, not just | Mike Larkin |
2017-08-10 | whitespace | Mike Larkin |
2017-08-05 | vmd: report queue size of 0 when invalid queues are requested by the guest | Mike Larkin |
2017-05-30 | split vioblk read/write functions into start and finish as prep for | Ted Unangst |
2017-05-30 | increase vmd(8) virtio queue size from 64 to 128. Also fix an old | Mike Larkin |
2017-05-27 | use pread and pwrite to save code and syscalls. ok mlarkin | Ted Unangst |
2017-05-11 | typo, spotted by dhill. | Mike Larkin |
2017-05-08 | Adds functions to read and write state of devices in vmd. | Reyk Floeter |
2017-05-02 | Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ | Mike Larkin |
2017-04-25 | Generate randomized MAC addresses earlier to keep them across reboots. | Reyk Floeter |
2017-04-19 | Add support for dynamic "NAT" interfaces (-L/local interface). | Reyk Floeter |
2017-04-08 | change a log message from "warn" to "debug" level, as the condition it is | Mike Larkin |
2017-03-26 | Implement a missing command in vioblk and allow > MAXPHYS transfers. | Mike Larkin |
2017-03-25 | Last bits needed to get seabios + alpine linux working. This is enough | Mike Larkin |
2017-03-25 | Process more than one avail slot in vioblk ring, if requested by the | Mike Larkin |
2017-03-25 | The virtio spec says isr_status should be cleared to 0 on read, which | Mike Larkin |
2017-03-25 | implement missing vioblk reset function and improve the partially | Mike Larkin |
2017-03-25 | Implement some missing functionality and clean up some code in vmd | Mike Larkin |
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-02-13 | Fix powerdown with vmmci(4) VMs using a shutdown and no reset. | Reyk Floeter |
2017-01-21 | Switch include of virtio header from dev/pci/ to dev/pv/ | Reyk Floeter |
2017-01-19 | Export the host time to the guest, add it as a timedelta sensor in vmmci(4) | Reyk Floeter |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-13 | I accidentally committed three lines from the future. | Reyk Floeter |
2017-01-13 | Add host side of vmmci(4) to vmd(8). | Reyk Floeter |
2016-12-05 | Add debug message to print VM's mac addresses (lladdr). | Reyk Floeter |
2016-11-26 | virtio-net: Partially implement device reset | Stefan Fritsch |
2016-10-18 | When the guest OS gets a zero MAC address on a network interface, it should | Reyk Floeter |
2016-10-16 | Prefer memcpy/memmove over bcopy | Philip Guenther |
2016-10-12 | Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment that | Mike Larkin |
2016-10-05 | Add support for enhanced networking configuration and virtual switches. | Reyk Floeter |
2016-10-03 | style cleanup | Mike Larkin |
2016-09-03 | Adding a clean up block to vioblk_notifyq() and vionet_enq_rx() | Nayden Markatchev |
2016-09-02 | Process incoming host->guest packets asynchronously to running VCPU | Stefan Kempf |
2016-08-17 | small bits of header cleanup; ok mlarkin | Theo de Raadt |
2016-07-19 | Replace malloc() + memset() with calloc(). | Martin Natano |
2016-07-09 | Prepare vionet to be handled asynchronously to the VCPU thread | Stefan Kempf |
2016-07-07 | sanity check vm create and run args earlier | Mike Larkin |
2016-07-04 | limit each viornd request to 64KB. | Mike Larkin |
2016-06-30 | remove some unused variables (that were commented out anyway) | Mike Larkin |
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-02-07 | avoid a double free in an error path | Jonathan Gray |
2016-01-16 | vmd(8) sometimes attempts page-crossing data copies between the host | Stefan Kempf |
2016-01-14 | stdio.h is not needed here anymore. | Mike Larkin |
2016-01-04 | bzero -> memset for consistency | Mike Larkin |
2016-01-03 | Add a cleanup block, fix a couple of memory leaks, fix a typo and a bit | Mike Larkin |
2015-12-03 | spacing | Reyk Floeter |
2015-11-23 | Add support for logging to stderr or syslog, and to run vmd in | Reyk Floeter |