summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/config.c
AgeCommit message (Expand)Author
2021-11-10Remove switch(4) pieces, feedback/missing piece millert@ ok claudio@ mlarkin@Stuart Henderson
2021-07-18vmd(8): remove invalid errno values from config_setvmdv
2021-05-12vmd(8): omit a possibly uninitialized var in a log_warnxMike Larkin
2021-03-29Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcpdv
2021-03-19Remove booting from kernels in raw/qcow2 imageskn
2021-02-28add veb(4) to the list of supported bridges/switches you can configure.David Gwynne
2019-05-11track the state of the vm (running, paused, etc) using a single bitfield inst...Jasper Lievisse Adriaanse
2018-11-26Keep a list of known vms, and reuse the VM IDs.ori
2018-11-24Improve error handling and logging in qcow2ori
2018-11-21Add support for "local inet6" interfaces.Reyk Floeter
2018-10-26I broke base images with my previous commit by missing a line.Reyk Floeter
2018-10-19Add support to create and convert disk images from existing imagesReyk 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-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-07-15Track resources and enforce cpu/memory/interface limits for non-root users.Reyk Floeter
2018-07-13Check the disk/kernel/cdrom file permissions after openening the fd.Reyk Floeter
2018-07-11Add -w option to vmctl stop to wait for completion of VM termination.Reyk Floeter
2018-07-10Tweak debug log messagesReyk Floeter
2018-06-19print process name in debug messageReyk Floeter
2018-06-19knfReyk Floeter
2018-03-14block two VMs from using the same disk image file at the same time.Mike Larkin
2018-01-26Fix Failure on Startccardenas
2018-01-05Use log_warnx() in places where errno is irrelevant.Jeremie Courreges-Anglas
2018-01-04Address TOCTOU issue with checking to ensure disks are regular files.ccardenas
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-11-04whitespaceMike Larkin
2017-09-14spacingReyk Floeter
2017-09-08vmd: add more explanatory log_debug messagesMike Larkin
2017-08-31vmd/vmctl: disallow use of block or character devices as disks in VMs.Mike Larkin
2017-08-18distinguish errors during vm launch and return different error codes toMike Larkin
2017-07-15Add vmctl send and vmctl receivepd
2017-05-04Add support for rdomains.Reyk Floeter
2017-04-21Add global configuration option "local prefix" to change prefix for -L.Reyk Floeter
2017-03-26Don't compare kernel and root disk name if both strings are empty.Reyk Floeter
2017-03-26Use the pseudo-bootloader if the boot image path matches the root disk path.Reyk Floeter
2017-03-25Boot using BIOS from /etc/firmware/vmm-bios by default.Reyk Floeter
2017-03-02Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.Reyk Floeter
2017-03-01Add "owner" option to set a user/group ownership for pre-configured VMsReyk Floeter
2017-02-27Replace openpty(3) with local function that uses pre-opened /dev/ptm fdReyk Floeter
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2016-12-14If a VM terminates with the result EAGAIN, close all fds except theReyk Floeter
2016-11-24Add support for booting the kernel from the disk image.Reyk Floeter
2016-11-22Fix error path of config_setvm() and its callers. This unbreaksReyk Floeter
2016-11-04Pass the internal vmid or 0 to vm_register() instead of changing itReyk Floeter
2016-11-04Update the config/register/get VM methods to match the config_set/getReyk Floeter
2016-10-29Separate parsing vms and switches from starting them in vmd(8).Edd Barrett
2016-10-15Allow to add an interface to an interface group; with the group keyword.Reyk Floeter
2016-10-12The error case checks for saved_errno, set it accordinglyReyk Floeter