From: Avi Kivity Date: Thu, 17 May 2012 10:14:08 +0000 (+0300) Subject: KVM: ia64: Mark ia64 KVM as BROKEN X-Git-Tag: next-20120724~29^2~39 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a6bb7929677aacfce3f864c3cdacaa7d527945d5;p=karo-tx-linux.git KVM: ia64: Mark ia64 KVM as BROKEN Practically all patches to ia64 KVM are build fixes; numerous warnings remain; the last patch from the maintainer was committed more than three years ago. It is clear that no one is using this thing. Mark as BROKEN to ensure people don't get hit by pointless build problems. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig index 9806e55f91be..df5351e3eed7 100644 --- a/arch/ia64/kvm/Kconfig +++ b/arch/ia64/kvm/Kconfig @@ -19,6 +19,7 @@ if VIRTUALIZATION config KVM tristate "Kernel-based Virtual Machine (KVM) support" + depends on BROKEN depends on HAVE_KVM && MODULES && EXPERIMENTAL # for device assignment: depends on PCI