summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2017-01-13 14:37:33 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2017-01-13 14:37:33 +0000
commit800eb570931a3b91d3c5415861f3aaa7cab0d2dd (patch)
treeda8c7ea71836147d1e62a67f1f852885b32319a1 /sys/arch/amd64
parentf836dd8079c5567dce793432a1e7c1e8ec6b0101 (diff)
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@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
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