Commit 75755c6d authored by Wei Huang's avatar Wei Huang Committed by Christoffer Dall
Browse files

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: default avatarWei Huang <wei@redhat.com>
Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
parent 8fe2f19e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,4 +46,6 @@ config KVM_ARM_HOST
	---help---
	  Provides host support for ARM processors.

source drivers/vhost/Kconfig

endif # VIRTUALIZATION
+2 −0
Original line number Diff line number Diff line
@@ -41,4 +41,6 @@ config KVM_ARM_HOST
	---help---
	  Provides host support for ARM processors.

source drivers/vhost/Kconfig

endif # VIRTUALIZATION