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
Age
Commit message (
Expand
)
Author
2017-02-13
Fix powerdown with vmmci(4) VMs using a shutdown and no reset.
Reyk Floeter
2017-02-04
missing function prototype
Mike Larkin
2017-01-24
SVM: vmd(8) support for SVM
Mike Larkin
2017-01-21
updated include paths for recently moved virtio stuff
Mike Larkin
2017-01-21
Switch include of virtio header from dev/pci/ to dev/pv/
Reyk Floeter
2017-01-19
Export the host time to the guest, add it as a timedelta sensor in vmmci(4)
Reyk Floeter
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-13
Make it possible to remove VMs from vmd(8)'s internal queue.
Edd Barrett
2017-01-13
I accidentally committed three lines from the future.
Reyk Floeter
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-09
Rename control_dispatch_vmm to control_dispatch_vmd to reflect reality.
Reyk Floeter
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2017-01-08
Reduce "vmd -v" spam a bit by not printing useless exit information. These
Mike Larkin
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-12-14
Allow to start disabled and pre-configured VMs by name, "vmctl start foo".
Reyk Floeter
2016-12-14
Allow a guest to reboot by reinitializing its state and booting again.
Reyk Floeter
2016-12-14
If a VM terminates with the result EAGAIN, close all fds except the
Reyk Floeter
2016-12-05
Add debug message to print VM's mac addresses (lladdr).
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
If -m/memory is not specified, use 512M by default.
Reyk Floeter
2016-11-26
virtio-net: Partially implement device reset
Stefan Fritsch
2016-11-26
Remove start_client_vmd.
Martijn van Duren
2016-11-25
Do not call ufs_close() if ufs_open() failed, fixes potential double-free.
Reyk Floeter
2016-11-25
sync with libsa/ufs.c
Reyk Floeter
2016-11-24
Restore the errno in vlog() as well to have the same "safe errno"
Reyk Floeter
2016-11-24
Better cast for consistency
Reyk Floeter
2016-11-24
Fix a few signedness warnings in our copy of libsa's ufs.c.
Reyk Floeter
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
2016-11-22
Don't attempt to call vm_remove() with a NULL vm: some functions like
Reyk Floeter
2016-11-22
Fix error path of config_setvm() and its callers. This unbreaks
Reyk Floeter
2016-11-22
Restore previous errno after log_warn*() to make sure that it never
Reyk Floeter
2016-11-22
There is no need for res when there is already ret.
Reyk Floeter
2016-11-22
Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.
Edd Barrett
2016-11-20
Remove some old code that isn't needed anymore.
Mike Larkin
2016-11-16
Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync
Rafael Zalamena
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-31
Pass the errno value to vfatal(), renaming it to vfatalc() to match,
Philip Guenther
2016-10-29
Simple grammar tweak: allow to specify interface options in a single line.
Reyk Floeter
2016-10-29
Separate parsing vms and switches from starting them in vmd(8).
Edd Barrett
2016-10-26
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
Mike Larkin
2016-10-20
some readability fixes for the SWITCH CONFIGURATION section,
Jason McIntyre
2016-10-18
When the guest OS gets a zero MAC address on a network interface, it should
Reyk Floeter
2016-10-17
Add the option to specify an interface group per virtual switch as well;
Reyk Floeter
2016-10-16
Prefer memcpy/memmove over bcopy
Philip Guenther
2016-10-15
Allow to add an interface to an interface group; with the group keyword.
Reyk Floeter
[next]