Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751492AbbGMNrb (ORCPT ); Mon, 13 Jul 2015 09:47:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59535 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750787AbbGMNr3 (ORCPT ); Mon, 13 Jul 2015 09:47:29 -0400 Subject: Re: [v5 15/19] KVM: eventfd: add irq bypass consumer management To: Eric Auger , Feng Wu , kvm@vger.kernel.org, linux-kernel@vger.kernel.org References: <1436780855-3617-1-git-send-email-feng.wu@intel.com> <1436780855-3617-16-git-send-email-feng.wu@intel.com> <55A3BA2D.9070707@linaro.org> Cc: alex.williamson@redhat.com, joro@8bytes.org From: Paolo Bonzini Message-ID: <55A3C16B.4040502@redhat.com> Date: Mon, 13 Jul 2015 15:47:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <55A3BA2D.9070707@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 26 13/07/2015 15:16, Eric Auger wrote: >> > >> > + irqfd->consumer.token = (void *)irqfd->eventfd; >> > + kvm_arch_irq_consumer_init(&irqfd->consumer); > what if the architecture does not implement kvm_arch_irq_consumer_init? > > Also you are using here this single function kvm_arch_irq_consumer_init > to do some irq bypass manager settings + attaching your > irqfd->arch_update cb which does not really relate to IRQ bypass > manager. I think I preferred the approach where start/top/add/del were > exposed separately ([RFC v2 5/6] KVM: introduce kvm_arch functions for > IRQ bypass). > > Why not adding another kvm_arch_irq_routing_update then, not necessarily > linked to irq bypass manager. Yes, I also preferred the dummy kvm_arch_* functions to this approach with an init function. You'd have to add dummy init functions anyway for non-ARM, non-x86 architectures. Paolo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/