From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] [next-20140923] KVM: Remove KVM_VFIO Date: Wed, 24 Sep 2014 11:45:11 +0200 Message-ID: <542292A7.6000600@redhat.com> References: <1411499391.24045.13.camel@x220> <5421D82E.6090103@redhat.com> <1411546927.19525.12.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Will Deacon , Alex Williamson , kvm@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org To: Paul Bolle , Gleb Natapov , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" Return-path: In-Reply-To: <1411546927.19525.12.camel@x220> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 24/09/2014 10:22, Paul Bolle ha scritto: > There are no checks for CONFIG_KVM_VFIO and nothing depends on KVM_VFIO. > Setting KVM_VFIO has no effect. Remove that Kconfig symbol. > > Signed-off-by: Paul Bolle > --- > I choose not to mention commit 80ce1639727e ("KVM: VFIO: register > kvm_device_ops dynamically") as references to linux-next commits might > go stale and only confuse future readers. In the case of KVM, linux-commit hashes are substantially stable. I'll add back the reference. Thanks for the patch, I'll apply it. Paolo