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
/
vmd.h
Age
Commit message (
Expand
)
Author
2024-11-06
Fix vmd(8) logging to syslog(3) from child process.
Alexander Bluhm
2024-11-06
vmd(8) logs psp(4) firmware version.
Alexander Bluhm
2024-11-05
vmd(8) resets psp(4)
Alexander Bluhm
2024-09-11
Implement AMD SEV support in vmd(8).
Alexander Bluhm
2024-07-10
Split vmd into mi/md parts.
Dave Voutila
2024-07-09
vmd/vmm: move vm_run_params into mi header.
Dave Voutila
2024-02-20
Utilize separate threads for RX and TX in vmd(8)'s vionet.
Dave Voutila
2023-07-27
vmd(8): fix verbose logging in child processes.
Dave Voutila
2023-07-13
vmd(8): pull validation into local prefix parser.
Dave Voutila
2023-05-13
vmm(4)/vmd(8): switch to anonymous shared mappings.
Dave Voutila
2023-04-28
vmd(8)/vmctl(8): allow vm owners to override boot kernel.
Dave Voutila
2023-04-27
vmd(8): introduce multi-process model for virtio devices.
Dave Voutila
2023-04-26
Fix vmd after vmm MI/MD split
Mike Larkin
2023-04-25
vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.
Dave Voutila
2023-04-23
vmd(8): teach vmm process how to exec.
Dave Voutila
2023-04-16
vmd(8): clean up fd closing in vmm process.
Dave Voutila
2023-04-02
vmd(8): migrate vmd_vm.vm_ttyname to char array.
Dave Voutila
2023-01-28
Move some header definitions from vmm(4) to vmd(8).
Dave Voutila
2023-01-14
Only open /dev/vmm once in vmd(8).
Dave Voutila
2022-12-23
vmd(8): implement zero-copy operations on virtqueues.
Dave Voutila
2022-10-31
vmd(8): remove unfinished user accounting.
Dave Voutila
2022-09-13
Add (partial) support for agentx in vmd.
Martijn van Duren
2022-05-03
vmm/vmd/vmctl: standardize memory units to bytes
Dave Voutila
2022-01-04
Remove unused imsg type IMSG_VMDOP_RECEIVE_VM_RESPONSE.
Claudio Jeker
2021-11-29
mostly avoid sys/param.h with a local nitems()
Theo de Raadt
2021-09-01
remove unused functions and cleanup vmd.h
Dave Voutila
2021-04-11
Correct a comment: reference the correct file
dv
2021-04-05
Support booting from compressed kernel images.
dv
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
2020-09-23
Revert agentx support for now, we're too close to release.
Martijn van Duren
2020-09-23
Add support for agentx to vmd.
Martijn van Duren
2020-06-28
vmd(8): Eliminate libevent state corruption
pd
2019-12-12
vmd: start vms defined in vm.conf in a staggered fashion
pd
2019-09-07
Remove unused VMD_DISK_INVALID message type and mark it obsolete.
tobhe
2019-08-14
Improve the error message when supplying an invalid template to vmctl
anton
2019-07-17
vmm/vmd: Fix migration with pvclock
pd
2019-05-11
report vm state through 'vmctl status'; whereas previously this would display...
Jasper Lievisse Adriaanse
2019-05-11
add missing comment about VM_STATE_SHUTDOWN; as discussed with ccardenas@
Jasper Lievisse Adriaanse
2019-05-11
track the state of the vm (running, paused, etc) using a single bitfield inst...
Jasper Lievisse Adriaanse
2019-05-10
remove receive_vm prototype for the function does not exist (anymore)
Jasper Lievisse Adriaanse
2019-02-20
vmd(8): initialize guest %drX registers to power-on defaults on launch
Mike Larkin
2018-12-10
Implement the fw_cfg interface basics and use it to set the bootorder
Claudio Jeker
2018-12-06
Make it possible to define the bootdevice in vmd. This information is used
Claudio Jeker
2018-12-04
Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers a
Claudio Jeker
2018-11-26
Keep a list of known vms, and reuse the VM IDs.
ori
2018-11-21
Add support for "local inet6" interfaces.
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
[next]