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
2019-03-11
Do not unconditionally wait for read events on the pty associated with a
anton
2019-03-07
Clarify that VM names must start with a letter
kn
2019-03-01
vmd(8): remove some i386 remnants that missed the original cleanup
Mike Larkin
2019-02-20
vmd(8): initialize guest %drX registers to power-on defaults on launch
Mike Larkin
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2019-01-22
vmd: reorder PCI device assignment to fix Linux network interface numbering
Mike Larkin
2019-01-18
disable vmd/vmctl for i386
pd
2019-01-10
an alloca() snuck into the tree. We don't use alloca() in our tree unless
Theo de Raadt
2019-01-10
unbreak vmd build
Stefan Fritsch
2018-12-27
When netbooting a vm using the `-B net' option, set the hostname DHCP
anton
2018-12-12
Simplify mbzero() by using mem_write with a NULL buf which does zero out
Claudio Jeker
2018-12-12
Set the com speed to 115200 like we do in our bootloader when using SeaBIOS.
Claudio Jeker
2018-12-10
Implement the fw_cfg interface basics and use it to set the bootorder
Claudio Jeker
2018-12-10
No need to \n in log_debug. Part of a larger diff.
Claudio Jeker
2018-12-09
When -B is used to specify a specific boot device also change the reboot
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
Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c
Reyk Floeter
2018-11-26
Keep a list of known vms, and reuse the VM IDs.
ori
2018-11-24
Improve error handling and logging in qcow2
ori
2018-11-21
avoid unwanted double space;
Jason McIntyre
2018-11-21
Add support for "local inet6" interfaces.
Reyk Floeter
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-30
add missing Pf macro; ok jmc@
anton
2018-10-26
I broke base images with my previous commit by missing a line.
Reyk Floeter
2018-10-24
Fix qcow2 disk images for data sizes greater than 4 gigs.
ori
2018-10-22
The recent switch to realpath(3) for the boot string in vmd(8) broke
Alexander Bluhm
2018-10-19
Add support to create and convert disk images from existing images
Reyk Floeter
2018-10-18
Use realpath(3) on the "boot" config option as well.
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
2018-10-04
vmd(8): don't forget to set TXRDY in the case when the rate limiter isn't
Mike Larkin
2018-10-03
Add check to ensure vioscsi pointer if valid
ccardenas
2018-10-03
vmd(8): avoid a divide by zero when the user specified a low baud rate
Mike Larkin
2018-10-01
Fix potential double-free in error path
Reyk Floeter
2018-10-01
Try to derive the qcow2 file format from an image file automatically.
Reyk Floeter
2018-09-30
Add size limitation of group-name and a reference to ifconfig about it
solene
2018-09-29
vmd: don't remove vm if sending failed
pd
2018-09-28
Support vmd-internal's vmboot with qcow2 disk images.
Reyk Floeter
2018-09-28
Compress qcow2 open debug messages into a single line
Reyk Floeter
2018-09-28
Fix copy-pasto to use maxmem instead of maxcpu
Reyk Floeter
2018-09-19
Various clean up items for disks.
ccardenas
2018-09-13
vmd: set irq and vm_id in virtio dev structs on restore
pd
2018-09-11
Be consistent in logging messages.
ccardenas
2018-09-11
Fail fast when we are unable to determine disk format.
ccardenas
2018-09-10
vmd(8) clould close file descriptor 0 as not all fd fields were
Alexander Bluhm
2018-09-10
During the fork+exec implementation, daemon(3) was moved after
Alexander Bluhm
2018-09-09
Add initial qcow2 image support.
ccardenas
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-08-25
Rework disks to have pluggable backends.
ccardenas
[next]