tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
vmd
/
at
master
43 files
Makefile
vmd(8): import mmio decode and emulation, disabled for now.
3 years ago
atomicio.c
Adds functions to read and write state of devices in vmd.
9 years ago
atomicio.h
cleanup vmd(8) includes and header files
4 years ago
config.c
vmd(8): migrate vmd_vm.vm_ttyname to char array.
3 years ago
control.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
dhcp.c
cleanup vmd(8) includes and header files
4 years ago
dhcp.h
Add support for dynamic "NAT" interfaces (-L/local interface).
9 years ago
fw_cfg.c
vmd(8): scan pci bus to determine bootorder strings.
3 years ago
fw_cfg.h
cleanup vmd(8) includes and header files
4 years ago
i8253.c
Initialize data before passing it to get_input_data. Strictly speaking this is not necessary as all used bits of the uint32_t are zeroed. ok mlarkin
3 years ago
i8253.h
vmm(4): send all port io emulation to userland
3 years ago
i8259.c
Initialize data before passing it to get_input_data. Strictly speaking this is not necessary as all used bits of the uint32_t are zeroed. ok mlarkin
3 years ago
i8259.h
vmm(4): send all port io emulation to userland
3 years ago
loadfile.h
Add back support for -B net -b bsd.rd which emulates a PXE install and results in an autoinstall. This can be used to quickly create new OpenBSD installs. OK dv@
4 years ago
loadfile_elf.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
log.c
From a syslog perspective it does not make sense to log fatal and warn with the same severity. Switch log_warn() to LOG_ERR and keep fatal() at LOG_CRIT. OK reyk@ florian@
9 years ago
mc146818.c
vmd: Remove a warning about non-32KHz timebases
4 years ago
mc146818.h
vmd/vmctl: Add ability to pause / unpause vms
8 years ago
mmio.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
mmio.h
vmd(8): import mmio decode and emulation, disabled for now.
3 years ago
ns8250.c
vmd(8): backout ns8250 changes.
3 years ago
ns8250.h
vmd(8): simplify vcpu logic, removing uart & vionet reads
4 years ago
packet.c
cleanup vmd(8) includes and header files
4 years ago
parse.y
Move some header definitions from vmm(4) to vmd(8).
3 years ago
pci.c
vmd(8): scan pci bus to determine bootorder strings.
3 years ago
pci.h
vmd(8): scan pci bus to determine bootorder strings.
3 years ago
priv.c
Move some header definitions from vmm(4) to vmd(8).
3 years ago
proc.c
proc_ispeer() is not used anywhere anymore so remove it everywhere.
3 years ago
proc.h
vmd(8): remove unfinished user accounting.
3 years ago
vioqcow2.c
use correct logging or error calls
3 years ago
vioraw.c
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
3 years ago
vioscsi.c
avoid use of uninitialised memory ok mlarkin@
3 years ago
vioscsi.h
No need for a private #define for the INQUIRY response_format value '2'. Just use the new SID_SCSI2_RESPONSE.
5 years ago
virtio.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
virtio.h
vmd(8): implement zero-copy operations on virtqueues.
3 years ago
vm.c
vmd(8): scan pci bus to determine bootorder strings.
3 years ago
vm.conf.5
describe what qcow2 is, in sufficient simple terms
3 years ago
vm_agentx.c
Add (partial) support for agentx in vmd.
3 years ago
vmd.8
adjust Xr for fw_update to section 8; ok afresh sthen deraadt
4 years ago
vmd.c
vmd(8): migrate vmd_vm.vm_ttyname to char array.
3 years ago
vmd.h
vmd(8): migrate vmd_vm.vm_ttyname to char array.
3 years ago
vmm.c
Only open /dev/vmm once in vmd(8).
3 years ago
vmm.h
vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, avoiding multiple readregs ioctls back to vmm in case register content is needed subsequently.
7 years ago