summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2017-08-20vmd: Allow only upward migrationpd
2017-08-20vmd: return VIRTIO_BLK_S_UNSUPP on any unknown vioblk command, not justMike Larkin
2017-08-20vmd: reorganize some pci config space handling code, no functional change.Mike Larkin
2017-08-18distinguish errors during vm launch and return different error codes toMike Larkin
2017-08-15vmd: fix vm id displayed by vmctl when receiving a vmpd
2017-08-14whitespace and fix a comment typoJasper Lievisse Adriaanse
2017-08-14vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmmMike Larkin
2017-08-14validate vm names before creating them; a valid name contains alphanumericJasper Lievisse Adriaanse
2017-08-13don't issue a termination command to an already stopped vmJasper Lievisse Adriaanse
2017-08-12vmd: bump virtio queue size back to 128. The problem that resulted inMike Larkin
2017-08-11Use vmd's process rdomain via getrtable() instead of 0 by default.Reyk Floeter
2017-08-10vmd: partially back out a change committed yesterday regarding guestMike Larkin
2017-08-10whitespaceMike Larkin
2017-08-09vmd: allow guest PCI interrupt line reassignment.Mike Larkin
2017-08-05vmd: report queue size of 0 when invalid queues are requested by the guestMike Larkin
2017-07-19Don't recommend using /var/vmm for VM images.Mike Larkin
2017-07-19Update vmd man page to describe we have more processes running (aside fromMike Larkin
2017-07-15Add vmctl send and vmctl receivepd
2017-07-09vmd/vmctl: Add ability to pause / unpause vmspd
2017-07-06vmd: increase the max number of disks from 2 to 4. Requires kernel rebuildMike Larkin
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-06-20Revert a previous commit that increased the virtio queue size since itMike Larkin
2017-06-12device path should be PATH_MAX. Any NAME_MAX without +1 is suspectTheo de Raadt
2017-06-07vmd: Implement simulated baudrate support in the ns8250 module. TheMike Larkin
2017-06-07vmd: properly advertise 640k base memory, not 636k. That was a holdoverMike Larkin
2017-05-30split vioblk read/write functions into start and finish as prep forTed Unangst
2017-05-30increase vmd(8) virtio queue size from 64 to 128. Also fix an oldMike Larkin
2017-05-29sync proc.c changes from relayd/httpdSebastian Benoit
2017-05-29vmd(8): prevent crashing when presented with a vm name argument toMike Larkin
2017-05-28SVM: add some exit typesMike Larkin
2017-05-27use pread and pwrite to save code and syscalls. ok mlarkinTed Unangst
2017-05-11typo, spotted by dhill.Mike Larkin
2017-05-08Adds functions to read and write state of devices in vmd.Reyk Floeter
2017-05-05VMs cannot use proc_compose() to PROC_VMM, they have to useReyk Floeter
2017-05-05Allow vmd(8) to set guest %xcr0Mike Larkin
2017-05-04Report command failure back to vmctl reload, reset, load, log verbose.Reyk Floeter
2017-05-04Report error for vmctl commands that need root privileges.Reyk Floeter
2017-05-04Add support for rdomains.Reyk Floeter
2017-05-03Sort parser tokens, no functional changeReyk Floeter
2017-05-02Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZMike Larkin
2017-05-02fix an error in i386 vmd buildMike Larkin
2017-05-02Matching vmd(8) part of previous diff (first part of vmctl send/receive).Mike Larkin
2017-04-28rename i8253 "counter" to "channel", a better name for what we areMike Larkin
2017-04-25Generate randomized MAC addresses earlier to keep them across reboots.Reyk Floeter
2017-04-25spacingReyk Floeter
2017-04-24Don't overflow the allocated DHCP response buffer.Reyk Floeter
2017-04-21Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist.Reyk Floeter
2017-04-21Add global configuration option "local prefix" to change prefix for -L.Reyk Floeter
2017-04-21vmd(8) pci emulation fix required for upcoming option rom support.Mike Larkin
2017-04-19Add support for dynamic "NAT" interfaces (-L/local interface).Reyk Floeter