diff options
author | Avi Kivity <avi@redhat.com> | 2012-05-17 13:14:08 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-06-05 16:31:06 +0300 |
commit | a6bb7929677aacfce3f864c3cdacaa7d527945d5 (patch) | |
tree | 854ec15f3fd4e004262ff1c2a68ecd89825c2b3b /arch/ia64/kvm/Kconfig | |
parent | 3f6d8c8a478dd1ab2a4944b0d65474df06ecd882 (diff) |
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 <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/ia64/kvm/Kconfig')
-rw-r--r-- | arch/ia64/kvm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |