NAME
vmmci
—
VMM control interface
SYNOPSIS
vmmci* at virtio?
DESCRIPTION
Thevmmci
driver provides a control interface for
virtual machines running inside OpenBSD
vmm(4) (virtual
machine monitor) hosts.
The driver handles shutdown and reboot requests from the
vmm(4) host by
signalling init(8) with SIGUSR2
and
SIGINT
respectively.
SEE ALSO
HISTORY
The vmmci
driver first appeared in
OpenBSD 6.1.
AUTHORS
The vmmci
driver was written by
Reyk Floeter
<reyk@openbsd.org>.