From 800eb570931a3b91d3c5415861f3aaa7cab0d2dd Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Fri, 13 Jan 2017 14:37:33 +0000 Subject: 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@ --- sys/arch/amd64/conf/GENERIC | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64/conf/GENERIC') diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 0895ebad348..ac06ef25676 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.438 2017/01/10 11:41:32 jsg Exp $ +# $OpenBSD: GENERIC,v 1.439 2017/01/13 14:37:32 reyk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -654,4 +654,5 @@ vio* at virtio? # Virtio network device viomb* at virtio? # Virtio memory ballooning device viornd* at virtio? # Virtio entropy device vioscsi* at virtio? # Virtio SCSI device -#viocon* at virtio? # Virtio console device +#viocon* at virtio? # Virtio console device +#vmmci* at virtio? # VMM control interface -- cgit v1.2.3