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
/
vmm.c
Age
Commit message (
Expand
)
Author
2022-04-10
Free vm_info_result in error paths.
Dave Voutila
2022-03-01
vmd(8): gracefully handle hitting data limits when starting a vm
Dave Voutila
2022-01-04
Try to handle possible vm_register() failures and return an error back
Claudio Jeker
2021-11-29
mostly avoid sys/param.h with a local nitems()
Theo de Raadt
2021-04-26
vmd(8): fix vmctl client "wait" state corruption
dv
2021-04-11
KNF, capitalization, whitespace
dv
2021-04-01
Remove extraneous call of vm_getbyvmid during pause event
dv
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-02
don't read past the end of an array
Jonathan Gray
2020-04-30
vmd(8): correctly terminate vm processes after sending vm
pd
2019-12-11
vmd: proper concurrency control when pausing a vm
pd
2019-10-25
ifname in opentap() is not optional
kn
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-11
track the state of the vm (running, paused, etc) using a single bitfield inst...
Jasper Lievisse Adriaanse
2018-12-04
Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers a
Claudio Jeker
2018-10-08
Add support for qcow2 base images (external snapshots).
Reyk Floeter
2018-09-10
vmd(8) clould close file descriptor 0 as not all fd fields were
Alexander Bluhm
2018-07-13
Add "allow instance" option.
Reyk Floeter
2018-07-12
Allow to use configured/running VMs as templates for other VM instances.
Reyk Floeter
2018-07-11
Add -w option to vmctl stop to wait for completion of VM termination.
Reyk Floeter
2018-07-11
Add -f option to vmctl stop to forcefully kill a VM.
Reyk Floeter
2018-07-10
Return the VM pid to the vmd parent. This pid field already existed
Reyk Floeter
2018-07-10
vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf
Reyk Floeter
2018-07-10
Tweak debug log messages
Reyk Floeter
2018-04-13
Close socket from vmm to parent after forking to vm process.
Martijn van Duren
2018-02-05
remove unused function prototype
Mike Larkin
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2017-10-24
Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. This
Mike Larkin
2017-09-15
vmd: improve a debug message with more information
Mike Larkin
2017-09-14
spacing
Reyk Floeter
2017-09-08
better VM termination handling.
Mike Larkin
2017-09-08
fix a wrong comment.
Mike Larkin
2017-09-08
vmd: add more explanatory log_debug messages
Mike Larkin
2017-08-15
vmd: fix vm id displayed by vmctl when receiving a vm
pd
2017-07-15
Add vmctl send and vmctl receive
pd
2017-07-09
vmd/vmctl: Add ability to pause / unpause vms
pd
2017-04-21
Add global configuration option "local prefix" to change prefix for -L.
Reyk Floeter
2017-04-06
Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.
Reyk Floeter
2017-03-15
Improve vmmci(4) shutdown and reboot.
Reyk Floeter
2017-03-01
Split vmm.c into two files: vm.c for the VM child, vmm.c for the parent
Reyk Floeter
2017-01-24
SVM: vmd(8) support for SVM
Mike Larkin
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-13
Add host side of vmmci(4) to vmd(8).
Reyk Floeter
2017-01-11
Add imsg communication channel between vmd and invividual VMs.
Reyk Floeter
2017-01-08
Reduce "vmd -v" spam a bit by not printing useless exit information. These
Mike Larkin
2016-12-14
Allow a guest to reboot by reinitializing its state and booting again.
Reyk Floeter
2016-11-30
Always remove the local vm after calling terminate_vm().
Reyk Floeter
2016-11-26
Implement basic support for boot.conf(8) on the disk image.
Reyk Floeter
2016-11-26
Remove start_client_vmd.
Martijn van Duren
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
[next]