From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752062AbeBWSFJ (ORCPT ); Fri, 23 Feb 2018 13:05:09 -0500 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45286 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751623AbeBWSFH (ORCPT ); Fri, 23 Feb 2018 13:05:07 -0500 Subject: Re: [PATCH] kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds To: Christian Borntraeger , Sebastian Ott , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org References: From: Paolo Bonzini Message-ID: <236c47d7-1932-59cf-1eff-698e0d89b7bd@redhat.com> Date: Fri, 23 Feb 2018 19:05:05 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/02/2018 16:21, Christian Borntraeger wrote: > I can see this warnings as well and yes, kvm_arch_irq_routing_update seems to be available > for CONFIG_HAVE_KVM_EVENTFD=y and =n. > Seems that irqchip.c is compile independly from CONFIG_HAVE_KVM_EVENTFD, > > so > > Acked-by: Christian Borntraeger Queued, thanks for the review! Paolo