aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/Kconfig
diff options
context:
space:
mode:
authorWei Huang <wei@redhat.com>2015-10-09 10:08:43 -0500
committerChristoffer Dall <christoffer.dall@linaro.org>2015-10-22 23:01:45 +0200
commit75755c6d02df9e9b959b3066c12de5494907e3d9 (patch)
tree45cf7a995d21f7df8a5b2a669d2c5d8ab1815ca1 /arch/arm64/kvm/Kconfig
parentarm/arm64: KVM: Support edge-triggered forwarded interrupts (diff)
downloadlinux-dev-75755c6d02df9e9b959b3066c12de5494907e3d9.tar.xz
linux-dev-75755c6d02df9e9b959b3066c12de5494907e3d9.zip
arm/arm64: KVM : Enable vhost device selection under KVM config menu
vhost drivers provide guest VMs with better I/O performance and lower CPU utilization. This patch allows users to select vhost devices under KVM configuration menu on ARM. This makes vhost support on arm/arm64 on a par with other architectures (e.g. x86, ppc). Signed-off-by: Wei Huang <wei@redhat.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm64/kvm/Kconfig')
-rw-r--r--arch/arm64/kvm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig
index 5c7e920e4861..38102f5d3cbb 100644
--- a/arch/arm64/kvm/Kconfig
+++ b/arch/arm64/kvm/Kconfig
@@ -41,4 +41,6 @@ config KVM_ARM_HOST
---help---
Provides host support for ARM processors.
+source drivers/vhost/Kconfig
+
endif # VIRTUALIZATION