summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vmd: reorder PCI device assignment to fix Linux network interface numberingmlarkin2019-01-221-51/+51
* disable vmd/vmctl for i386pd2019-01-181-2/+2
* an alloca() snuck into the tree. We don't use alloca() in our tree unlessderaadt2019-01-101-2/+3
* unbreak vmd buildsf2019-01-102-2/+4
* When netbooting a vm using the `-B net' option, set the hostname DHCPanton2018-12-271-3/+18
* Simplify mbzero() by using mem_write with a NULL buf which does zero outclaudio2018-12-121-28/+3
* Set the com speed to 115200 like we do in our bootloader when using SeaBIOS.claudio2018-12-121-2/+2
* Implement the fw_cfg interface basics and use it to set the bootorderclaudio2018-12-105-9/+491
* No need to \n in log_debug. Part of a larger diff.claudio2018-12-101-2/+2
* When -B is used to specify a specific boot device also change the rebootclaudio2018-12-091-2/+3
* Make it possible to define the bootdevice in vmd. This information is usedclaudio2018-12-067-24/+49
* Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers aclaudio2018-12-044-8/+40
* Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.creyk2018-11-265-13/+197
* Keep a list of known vms, and reuse the VM IDs.ori2018-11-263-7/+44
* Improve error handling and logging in qcow2ori2018-11-242-124/+76
* avoid unwanted double space;jmc2018-11-211-2/+2
* Add support for "local inet6" interfaces.reyk2018-11-217-39/+262
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* add missing Pf macro; ok jmc@anton2018-10-301-3/+3
* I broke base images with my previous commit by missing a line.reyk2018-10-261-2/+3
* Fix qcow2 disk images for data sizes greater than 4 gigs.ori2018-10-241-5/+5
* The recent switch to realpath(3) for the boot string in vmd(8) brokebluhm2018-10-221-2/+3
* Add support to create and convert disk images from existing imagesreyk2018-10-195-45/+50
* Use realpath(3) on the "boot" config option as well.reyk2018-10-181-4/+10
* Prevent VM reboot loops by rate-limiting the interval a VM can reboot.reyk2018-10-153-3/+57
* Add support for qcow2 base images (external snapshots).reyk2018-10-0810-127/+245
* vmd(8): don't forget to set TXRDY in the case when the rate limiter isn'tmlarkin2018-10-041-4/+5
* Add check to ensure vioscsi pointer if validccardenas2018-10-031-2/+4
* vmd(8): avoid a divide by zero when the user specified a low baud ratemlarkin2018-10-031-3/+4
* Fix potential double-free in error pathreyk2018-10-011-2/+1
* Try to derive the qcow2 file format from an image file automatically.reyk2018-10-014-17/+49
* Add size limitation of group-name and a reference to ifconfig about itsolene2018-09-301-4/+8
* vmd: don't remove vm if sending failedpd2018-09-291-2/+19
* Support vmd-internal's vmboot with qcow2 disk images.reyk2018-09-287-33/+73
* Compress qcow2 open debug messages into a single linereyk2018-09-281-5/+8
* Fix copy-pasto to use maxmem instead of maxcpureyk2018-09-281-2/+2
* Various clean up items for disks.ccardenas2018-09-195-26/+62
* vmd: set irq and vm_id in virtio dev structs on restorepd2018-09-131-1/+8
* Be consistent in logging messages.ccardenas2018-09-111-5/+6
* Fail fast when we are unable to determine disk format.ccardenas2018-09-112-21/+34
* vmd(8) clould close file descriptor 0 as not all fd fields werebluhm2018-09-102-15/+17
* During the fork+exec implementation, daemon(3) was moved afterbluhm2018-09-103-9/+21
* Add initial qcow2 image support.ccardenas2018-09-097-27/+645
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Rework disks to have pluggable backends.ccardenas2018-08-255-34/+128
* No need to send the same nameserver twice.martijn2018-08-171-6/+1
* Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader.reyk2018-08-071-2/+2
* Fix paste error in "no read access to" debug message, tweak messages.reyk2018-08-071-5/+5
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-053-23/+4
* vmd(8): fix vmctl -b option for i386 kernels.mlarkin2018-07-172-15/+47