aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@fastmail.com>2016-05-09 18:04:19 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2016-05-10 18:17:05 +0200
commit44ca941a677323b28366835428ec289a55f764d8 (patch)
tree1a652de0cf15bb01be024800e1c5ea46bdc8a4c3 /arch
parentx86/kvm: Add stack frame dependency to fastop() inline asm (diff)
downloadlinux-dev-44ca941a677323b28366835428ec289a55f764d8.tar.xz
linux-dev-44ca941a677323b28366835428ec289a55f764d8.zip
kvmconfig: add more virtio drivers
"make defconfig kvmconfig" is supposed to end up with usable kernel for KVM guest. In practice, it won't work for e.g. Hetzner VPS (KVM-based) unless you add these options. Signed-off-by: Andrey Utkin <andrey_utkin@fastmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/configs/kvm_guest.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/configs/kvm_guest.config b/arch/x86/configs/kvm_guest.config
index f9affcc3b9f1..9906505c998a 100644
--- a/arch/x86/configs/kvm_guest.config
+++ b/arch/x86/configs/kvm_guest.config
@@ -26,3 +26,6 @@ CONFIG_VIRTIO_NET=y
CONFIG_9P_FS=y
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
+CONFIG_SCSI_LOWLEVEL=y
+CONFIG_SCSI_VIRTIO=y
+CONFIG_VIRTIO_INPUT=y