KVM: ia64: Mark ia64 KVM as BROKEN
authorAvi Kivity <avi@redhat.com>
Thu, 17 May 2012 10:14:08 +0000 (13:14 +0300)
committerAvi Kivity <avi@redhat.com>
Tue, 5 Jun 2012 13:31:06 +0000 (16:31 +0300)
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 <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/ia64/kvm/Kconfig

index 9806e55..df5351e 100644 (file)
@@ -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