summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/vm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce a new function to obtain properly sized input data, and convertmlarkin2017-03-251-1/+24
* Allow vmd to proceed after an interrupt occurred after retiring a cpuidmlarkin2017-03-241-1/+2
* Implement memory size and SMP CPU count NVRAM registers in the emulatedmlarkin2017-03-231-2/+15
* Fix two errors in NS8250 (UART) emulation. The first error zeroed out themlarkin2017-03-211-1/+30
* Improve vmmci(4) shutdown and reboot.reyk2017-03-151-1/+29
* Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.reyk2017-03-021-9/+11
* Split vmm.c into two files: vm.c for the VM child, vmm.c for the parentreyk2017-03-011-0/+1262