summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2018-10-22The recent switch to realpath(3) for the boot string in vmd(8) brokeAlexander Bluhm
2018-10-19Add support to create and convert disk images from existing imagesReyk Floeter
2018-10-18Use realpath(3) on the "boot" config option as well.Reyk Floeter
2018-10-15Prevent VM reboot loops by rate-limiting the interval a VM can reboot.Reyk Floeter
2018-10-08Add support for qcow2 base images (external snapshots).Reyk Floeter
2018-10-04vmd(8): don't forget to set TXRDY in the case when the rate limiter isn'tMike Larkin
2018-10-03Add check to ensure vioscsi pointer if validccardenas
2018-10-03vmd(8): avoid a divide by zero when the user specified a low baud rateMike Larkin
2018-10-01Fix potential double-free in error pathReyk Floeter
2018-10-01Try to derive the qcow2 file format from an image file automatically.Reyk Floeter
2018-09-30Add size limitation of group-name and a reference to ifconfig about itsolene
2018-09-29vmd: don't remove vm if sending failedpd
2018-09-28Support vmd-internal's vmboot with qcow2 disk images.Reyk Floeter
2018-09-28Compress qcow2 open debug messages into a single lineReyk Floeter
2018-09-28Fix copy-pasto to use maxmem instead of maxcpuReyk Floeter
2018-09-19Various clean up items for disks.ccardenas
2018-09-13vmd: set irq and vm_id in virtio dev structs on restorepd
2018-09-11Be consistent in logging messages.ccardenas
2018-09-11Fail fast when we are unable to determine disk format.ccardenas
2018-09-10vmd(8) clould close file descriptor 0 as not all fd fields wereAlexander Bluhm
2018-09-10During the fork+exec implementation, daemon(3) was moved afterAlexander Bluhm
2018-09-09Add initial qcow2 image support.ccardenas
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-08-25Rework disks to have pluggable backends.ccardenas
2018-08-17No need to send the same nameserver twice.Martijn van Duren
2018-08-07Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader.Reyk Floeter
2018-08-07Fix paste error in "no read access to" debug message, tweak messages.Reyk Floeter
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-07-17vmd(8): fix vmctl -b option for i386 kernels.Mike Larkin
2018-07-15vioscsi driver has been stable enough so we can move a good portion of theseccardenas
2018-07-15Revert unrelated change to vioscsi.cReyk Floeter
2018-07-15Track resources and enforce cpu/memory/interface limits for non-root users.Reyk Floeter
2018-07-13tweak previous; ok reykJason McIntyre
2018-07-13network -> interface; ok reyk@anton
2018-07-13Check the disk/kernel/cdrom file permissions after openening the fd.Reyk Floeter
2018-07-13Add "allow instance" option.Reyk Floeter
2018-07-12Allow to use configured/running VMs as templates for other VM instances.Reyk Floeter
2018-07-12vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,Mike Larkin
2018-07-11sort tokensReyk Floeter
2018-07-11style - indent each case statement in a switch.Reyk Floeter
2018-07-11Add -w option to vmctl stop to wait for completion of VM termination.Reyk Floeter
2018-07-11Rename function to vmd_check_vmhReyk Floeter
2018-07-11Add -f option to vmctl stop to forcefully kill a VM.Reyk Floeter
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-10style (single-line ifs don't need braces)Reyk Floeter
2018-07-10Return the VM pid to the vmd parent. This pid field already existedReyk Floeter
2018-07-10Remove a debug messageReyk Floeter
2018-07-10vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintfReyk Floeter
2018-07-10Tweak debug log messagesReyk Floeter
2018-07-10vmd(8): route ELCR handler to the right functionMike Larkin