Skip to content

Commit 44ca941

Browse files
andrey-utkinbonzini
authored andcommitted
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>
1 parent 4548f63 commit 44ca941

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/x86/configs/kvm_guest.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ CONFIG_VIRTIO_NET=y
2626
CONFIG_9P_FS=y
2727
CONFIG_NET_9P=y
2828
CONFIG_NET_9P_VIRTIO=y
29+
CONFIG_SCSI_LOWLEVEL=y
30+
CONFIG_SCSI_VIRTIO=y
31+
CONFIG_VIRTIO_INPUT=y

0 commit comments

Comments
 (0)