aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2014-01-17 16:32:38 +1100
committerEli Qiao <taget@linux.vnet.ibm.com>2014-01-22 10:26:26 +0800
commit3a75ef25efd2526da6ad531d470dfcd368e2efad (patch)
tree5b7506a92dff1a970afbaee1566ad406f5b01466
parent4af1521c4cad62319cac714e6efa6d3c459609c4 (diff)
downloadpowerkvm-3a75ef25efd2526da6ad531d470dfcd368e2efad.tar.gz
PPC: KVM: fix to compile without VFIO
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> (cherry picked from commit 6a87e5da59bf1d1a4186bf27ad8aa5dc3b03dd63) Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
-rw-r--r--arch/powerpc/kvm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index 85cb1569ba071..a72ebfa0b1d6b 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -64,7 +64,7 @@ config KVM_BOOK3S_64
select KVM
select SPAPR_TCE_IOMMU if IOMMU_SUPPORT
select KVM_BOOK3S_PR_POSSIBLE if !KVM_BOOK3S_HV_POSSIBLE
- select KVM_VFIO
+ select KVM_VFIO if VFIO
---help---
Support running unmodified book3s_64 and book3s_32 guest kernels
in virtual machines on book3s_64 host processors.