index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
config.c
Age
Commit message (
Expand
)
Author
2021-11-10
Remove switch(4) pieces, feedback/missing piece millert@ ok claudio@ mlarkin@
Stuart Henderson
2021-07-18
vmd(8): remove invalid errno values from config_setvm
dv
2021-05-12
vmd(8): omit a possibly uninitialized var in a log_warnx
Mike Larkin
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-19
Remove booting from kernels in raw/qcow2 images
kn
2021-02-28
add veb(4) to the list of supported bridges/switches you can configure.
David Gwynne
2019-05-11
track the state of the vm (running, paused, etc) using a single bitfield inst...
Jasper Lievisse Adriaanse
2018-11-26
Keep a list of known vms, and reuse the VM IDs.
ori
2018-11-24
Improve error handling and logging in qcow2
ori
2018-11-21
Add support for "local inet6" interfaces.
Reyk Floeter
2018-10-26
I broke base images with my previous commit by missing a line.
Reyk Floeter
2018-10-19
Add support to create and convert disk images from existing images
Reyk Floeter
2018-10-15
Prevent VM reboot loops by rate-limiting the interval a VM can reboot.
Reyk Floeter
2018-10-08
Add support for qcow2 base images (external snapshots).
Reyk Floeter
2018-08-07
Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader.
Reyk Floeter
2018-08-07
Fix paste error in "no read access to" debug message, tweak messages.
Reyk Floeter
2018-07-15
Track resources and enforce cpu/memory/interface limits for non-root users.
Reyk Floeter
2018-07-13
Check the disk/kernel/cdrom file permissions after openening the fd.
Reyk Floeter
2018-07-11
Add -w option to vmctl stop to wait for completion of VM termination.
Reyk Floeter
2018-07-10
Tweak debug log messages
Reyk Floeter
2018-06-19
print process name in debug message
Reyk Floeter
2018-06-19
knf
Reyk Floeter
2018-03-14
block two VMs from using the same disk image file at the same time.
Mike Larkin
2018-01-26
Fix Failure on Start
ccardenas
2018-01-05
Use log_warnx() in places where errno is irrelevant.
Jeremie Courreges-Anglas
2018-01-04
Address TOCTOU issue with checking to ensure disks are regular files.
ccardenas
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2017-11-04
whitespace
Mike Larkin
2017-09-14
spacing
Reyk Floeter
2017-09-08
vmd: add more explanatory log_debug messages
Mike Larkin
2017-08-31
vmd/vmctl: disallow use of block or character devices as disks in VMs.
Mike Larkin
2017-08-18
distinguish errors during vm launch and return different error codes to
Mike Larkin
2017-07-15
Add vmctl send and vmctl receive
pd
2017-05-04
Add support for rdomains.
Reyk Floeter
2017-04-21
Add global configuration option "local prefix" to change prefix for -L.
Reyk Floeter
2017-03-26
Don't compare kernel and root disk name if both strings are empty.
Reyk Floeter
2017-03-26
Use the pseudo-bootloader if the boot image path matches the root disk path.
Reyk Floeter
2017-03-25
Boot using BIOS from /etc/firmware/vmm-bios by default.
Reyk Floeter
2017-03-02
Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.
Reyk Floeter
2017-03-01
Add "owner" option to set a user/group ownership for pre-configured VMs
Reyk Floeter
2017-02-27
Replace openpty(3) with local function that uses pre-opened /dev/ptm fd
Reyk Floeter
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2016-12-14
If a VM terminates with the result EAGAIN, close all fds except the
Reyk Floeter
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
2016-11-22
Fix error path of config_setvm() and its callers. This unbreaks
Reyk Floeter
2016-11-04
Pass the internal vmid or 0 to vm_register() instead of changing it
Reyk Floeter
2016-11-04
Update the config/register/get VM methods to match the config_set/get
Reyk Floeter
2016-10-29
Separate parsing vms and switches from starting them in vmd(8).
Edd Barrett
2016-10-15
Allow to add an interface to an interface group; with the group keyword.
Reyk Floeter
2016-10-12
The error case checks for saved_errno, set it accordingly
Reyk Floeter
[next]