kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs
@ 2015-10-19 10:37 Jan Beulich
  2015-10-19 10:40 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2015-10-19 10:37 UTC (permalink / raw)
  To: gleb, pbonzini; +Cc: kvm

The symbol was missing a KVM dependency.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
 virt/kvm/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 4.3-rc6/virt/kvm/Kconfig
+++ 4.3-rc6-KVM_COMPAT-dependency/virt/kvm/Kconfig
@@ -46,4 +46,4 @@ config KVM_GENERIC_DIRTYLOG_READ_PROTECT
 
 config KVM_COMPAT
        def_bool y
-       depends on COMPAT && !S390
+       depends on KVM && COMPAT && !S390




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-19 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 10:37 KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs Jan Beulich
2015-10-19 10:40 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).