diff options
author | Stefan Fritsch <sf@cvs.openbsd.org> | 2013-01-12 13:02:23 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@cvs.openbsd.org> | 2013-01-12 13:02:23 +0000 |
commit | fbd4435730f8e7bc8c97f5f39a95b7a8f5793c23 (patch) | |
tree | 49d4e4b5c508a6eff4797cc135a8c5b8a03696b3 /sys/arch/i386/conf | |
parent | 81cf832299e5c2e31c6bb6934d93741df73a9590 (diff) |
add viomb driver for virtio balloon device
This allows the host to request some memory back from the openbsd
guest in case of a shortage.
Patch by Dinar Talypov
OK jasper@
OK jmc@ (man page)
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 546407f4017..190677ec1c7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.742 2012/11/29 23:38:25 stsp Exp $ +# $OpenBSD: GENERIC,v 1.743 2013/01/12 13:02:22 sf Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -801,3 +801,4 @@ pseudo-device crypto 1 virtio* at pci? # Virtio PCI device vioblk* at virtio? # Virtio block device vio* at virtio? # Virtio network device +viomb* at virtio? # Virtio memory ballooning device |