summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/virtio.c
AgeCommit message (Expand)Author
2016-07-07sanity check vm create and run args earlierMike Larkin
2016-07-04limit each viornd request to 64KB.Mike Larkin
2016-06-30remove some unused variables (that were commented out anyway)Mike Larkin
2016-04-04Directly use physical addresses from ELF header for kernel loading.Stefan Kempf
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-02-07avoid a double free in an error pathJonathan Gray
2016-01-16vmd(8) sometimes attempts page-crossing data copies between the hostStefan Kempf
2016-01-14stdio.h is not needed here anymore.Mike Larkin
2016-01-04bzero -> memset for consistencyMike Larkin
2016-01-03Add a cleanup block, fix a couple of memory leaks, fix a typo and a bitMike Larkin
2015-12-03spacingReyk Floeter
2015-11-23Add support for logging to stderr or syslog, and to run vmd inReyk Floeter
2015-11-22Add $ IdsReyk Floeter
2015-11-22vmd(8) - virtual machine daemon.Mike Larkin