summaryrefslogtreecommitdiff
path: root/sys-boot/linux/files/configs/kvm
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-30 12:47:30 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-30 12:47:30 +0200
commita2cfee41a7a3aefacce5db6f13e52e5540d51779 (patch)
treefb402c36c3cc07dff1ecb7a57e564510936d76c7 /sys-boot/linux/files/configs/kvm
parent09a210722e2d03129aed732ef11ed5a7f490b50d (diff)
downloadgentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.gz
gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.bz2
gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.zip
Base linux on arch configuration
Diffstat (limited to 'sys-boot/linux/files/configs/kvm')
-rw-r--r--sys-boot/linux/files/configs/kvm21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-boot/linux/files/configs/kvm b/sys-boot/linux/files/configs/kvm
deleted file mode 100644
index 4ee8445..0000000
--- a/sys-boot/linux/files/configs/kvm
+++ /dev/null
@@ -1,21 +0,0 @@
-# Kernel based virtual machine
-CONFIG_KVM=y
-CONFIG_KVM_INTEL=m
-CONFIG_KVM_AMD=m
-
-# Accelerator for virtio net
-CONFIG_VHOST_NET=m
-CONFIG_VHOST_VSOCK=m
-
-# VIRT drivers
-CONFIG_VIRT_DRIVERS=y
-CONFIG_VIRTIO_PCI=m
-CONFIG_VIRTIO_BALLOON=m
-CONFIG_VIRTIO_INPUT=m
-CONFIG_VIRTIO_MMIO=m
-
-# Memory page merging
-CONFIG_KSM=y
-
-# Virtual GPU
-CONFIG_DRM_VIRTIO_GPU=m