From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs Date: Mon, 19 Oct 2015 12:40:27 +0200 Message-ID: <5624C89B.7030300@redhat.com> References: <5624E3FE02000078000AC49D@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Jan Beulich , gleb@kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60185 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbbJSKka (ORCPT ); Mon, 19 Oct 2015 06:40:30 -0400 In-Reply-To: <5624E3FE02000078000AC49D@prv-mh.provo.novell.com> Sender: kvm-owner@vger.kernel.org List-ID: On 19/10/2015 12:37, Jan Beulich wrote: > The symbol was missing a KVM dependency. > > Signed-off-by: Jan Beulich > --- > 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 > > > Thanks, rebased and pushed to kvm/queue. Paolo