Selaa lähdekoodia

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>
Wei Huang 9 vuotta sitten
vanhempi
commit
75755c6d02
2 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 2 0
      arch/arm/kvm/Kconfig
  2. 2 0
      arch/arm64/kvm/Kconfig

+ 2 - 0
arch/arm/kvm/Kconfig

@@ -46,4 +46,6 @@ config KVM_ARM_HOST
 	---help---
 	---help---
 	  Provides host support for ARM processors.
 	  Provides host support for ARM processors.
 
 
+source drivers/vhost/Kconfig
+
 endif # VIRTUALIZATION
 endif # VIRTUALIZATION

+ 2 - 0
arch/arm64/kvm/Kconfig

@@ -41,4 +41,6 @@ config KVM_ARM_HOST
 	---help---
 	---help---
 	  Provides host support for ARM processors.
 	  Provides host support for ARM processors.
 
 
+source drivers/vhost/Kconfig
+
 endif # VIRTUALIZATION
 endif # VIRTUALIZATION