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-11-10
Consistently use _rcctl enable foo_ in examples, it's simpler and less
Landry Breuil
2019-10-25
ifname in opentap() is not optional
kn
2019-10-16
vmd(8): provide some additional info in a debug msg
Mike Larkin
2019-10-11
use sizeof(struct) not sizeof(pointer) in calloc call
Jonathan Gray
2019-09-24
vmd(8): fix memory leak in virtio network TX path.
Mike Larkin
2019-09-24
vmd(8): virtio.c whitespace removal
Mike Larkin
2019-09-07
Remove unused VMD_DISK_INVALID message type and mark it obsolete.
tobhe
2019-09-04
vmd(8): memory leak in an error path
Mike Larkin
2019-08-14
Improve the error message when supplying an invalid template to vmctl
anton
2019-07-17
vmm/vmd: Fix migration with pvclock
pd
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-28
Make vmd(8)'s ns8250 emulation more correct
Mike Larkin
2019-05-28
vmd: unset CR0_CD and CR0_NW in default flat64 register values
pd
2019-05-27
only reschedule the periodic interrupt after updating register A
Jasper Lievisse Adriaanse
2019-05-20
drop fatalx calls when claiming a new vm id; otherwise it's possible
Jasper Lievisse Adriaanse
2019-05-16
Unbreak vmctl start foo -b /bsd -d disk.img -cL
Claudio Jeker
2019-05-14
Delete some .Sx macros that were used in a wrong way.
Ingo Schwarze
2019-05-14
Add support for `boot device' to vm.conf grammar which is the `-B device'
anton
2019-05-12
vmm: add a x86 page table walker
pd
2019-05-11
report vm state through 'vmctl status'; whereas previously this would display...
Jasper Lievisse Adriaanse
2019-05-11
vm_dump_header allocated space for a signature but it was never set;
Jasper Lievisse Adriaanse
2019-05-11
add missing comment about VM_STATE_SHUTDOWN; as discussed with ccardenas@
Jasper Lievisse Adriaanse
2019-05-11
track the state of the vm (running, paused, etc) using a single bitfield inst...
Jasper Lievisse Adriaanse
2019-05-11
sync the vm state in vmd too when (un)pausing a vm, otherwise the vm process
Jasper Lievisse Adriaanse
2019-05-10
remove receive_vm prototype for the function does not exist (anymore)
Jasper Lievisse Adriaanse
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
[next]