summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/config.c
AgeCommit message (Expand)Author
2023-07-13vmd(8): pull validation into local prefix parser.Dave Voutila
2023-04-28vmd(8)/vmctl(8): allow vm owners to override boot kernel.Dave Voutila
2023-04-25vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.Dave Voutila
2023-04-02vmd(8): migrate vmd_vm.vm_ttyname to char array.Dave Voutila
2023-02-22Explicitly initialize vmd_vm pointer with NULL before calling vm_register.Moritz Buhl
2023-01-28Move some header definitions from vmm(4) to vmd(8).Dave Voutila
2022-10-31vmd(8): remove unfinished user accounting.Dave Voutila
2022-05-08vmd: fix rebooting a received vmDave Voutila
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