summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2017-01-21updated include paths for recently moved virtio stuffMike Larkin
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-19Export the host time to the guest, add it as a timedelta sensor in vmmci(4)Reyk Floeter
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-13Make it possible to remove VMs from vmd(8)'s internal queue.Edd Barrett
2017-01-13I accidentally committed three lines from the future.Reyk Floeter
2017-01-13Add host side of vmmci(4) to vmd(8).Reyk Floeter
2017-01-11Add imsg communication channel between vmd and invividual VMs.Reyk Floeter
2017-01-09Rename control_dispatch_vmm to control_dispatch_vmd to reflect reality.Reyk Floeter
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2017-01-08Reduce "vmd -v" spam a bit by not printing useless exit information. TheseMike Larkin
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-12-14Allow to start disabled and pre-configured VMs by name, "vmctl start foo".Reyk Floeter
2016-12-14Allow a guest to reboot by reinitializing its state and booting again.Reyk Floeter
2016-12-14If a VM terminates with the result EAGAIN, close all fds except theReyk Floeter
2016-12-05Add debug message to print VM's mac addresses (lladdr).Reyk Floeter
2016-11-30Always remove the local vm after calling terminate_vm().Reyk Floeter
2016-11-26Implement basic support for boot.conf(8) on the disk image.Reyk Floeter
2016-11-26If -m/memory is not specified, use 512M by default.Reyk Floeter
2016-11-26virtio-net: Partially implement device resetStefan Fritsch
2016-11-26Remove start_client_vmd.Martijn van Duren
2016-11-25Do not call ufs_close() if ufs_open() failed, fixes potential double-free.Reyk Floeter
2016-11-25sync with libsa/ufs.cReyk Floeter
2016-11-24Restore the errno in vlog() as well to have the same "safe errno"Reyk Floeter
2016-11-24Better cast for consistencyReyk Floeter
2016-11-24Fix a few signedness warnings in our copy of libsa's ufs.c.Reyk Floeter
2016-11-24Add support for booting the kernel from the disk image.Reyk Floeter
2016-11-22Don't attempt to call vm_remove() with a NULL vm: some functions likeReyk Floeter
2016-11-22Fix error path of config_setvm() and its callers. This unbreaksReyk Floeter
2016-11-22Restore previous errno after log_warn*() to make sure that it neverReyk Floeter
2016-11-22There is no need for res when there is already ret.Reyk Floeter
2016-11-22Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.Edd Barrett
2016-11-20Remove some old code that isn't needed anymore.Mike Larkin
2016-11-16Sync switchd(8) and vmd(8) with the latest proc.c changes. This syncRafael Zalamena
2016-11-04Pass the internal vmid or 0 to vm_register() instead of changing itReyk Floeter
2016-11-04Update the config/register/get VM methods to match the config_set/getReyk Floeter
2016-10-31Pass the errno value to vfatal(), renaming it to vfatalc() to match,Philip Guenther
2016-10-29Simple grammar tweak: allow to specify interface options in a single line.Reyk Floeter
2016-10-29Separate parsing vms and switches from starting them in vmd(8).Edd Barrett
2016-10-26vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will beMike Larkin
2016-10-20some readability fixes for the SWITCH CONFIGURATION section,Jason McIntyre
2016-10-18When the guest OS gets a zero MAC address on a network interface, it shouldReyk Floeter
2016-10-17Add the option to specify an interface group per virtual switch as well;Reyk Floeter
2016-10-16Prefer memcpy/memmove over bcopyPhilip Guenther
2016-10-15Allow to add an interface to an interface group; with the group keyword.Reyk Floeter
2016-10-12Fix functionality and semantics of vmctl load/reload/reset.Reyk Floeter
2016-10-12For correctness, always save errno when doing additional actionsReyk Floeter
2016-10-12The error case checks for saved_errno, set it accordinglyReyk Floeter