CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/13 07:37:32
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/pci : files.pci virtio_pci.c virtioreg.h
sys/arch/i386/conf: GENERIC
Added files:
sys/dev/pci : vmmci.c
Log message:
Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs
While we don't have ACPI in vmm(4), we need a simple way to shutdown
and reboot VMs gracefully but the device also allows to add more
direct communications between host and guest later.
OK mlarkin@