From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A01D8C33CB1 for ; Fri, 17 Jan 2020 14:06:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 70A6E2082F for ; Fri, 17 Jan 2020 14:06:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728913AbgAQOGX convert rfc822-to-8bit (ORCPT ); Fri, 17 Jan 2020 09:06:23 -0500 Received: from out30-130.freemail.mail.aliyun.com ([115.124.30.130]:41037 "EHLO out30-130.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726587AbgAQOGX (ORCPT ); Fri, 17 Jan 2020 09:06:23 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R191e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04446;MF=gerry@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0TnywUgP_1579269963; Received: from 127.0.0.1(mailfrom:gerry@linux.alibaba.com fp:SMTPD_---0TnywUgP_1579269963) by smtp.aliyun-inc.com(127.0.0.1); Fri, 17 Jan 2020 22:06:08 +0800 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH v1 1/2] x86/msi: Enhance x86 to support platform_msi From: "Liu, Jiang" In-Reply-To: <874kwu2nih.fsf@nanos.tec.linutronix.de> Date: Fri, 17 Jan 2020 22:06:01 +0800 Cc: Zha Bin , linux-kernel@vger.kernel.org, "Michael S. Tsirkin" , jasowang@redhat.com, slp@redhat.com, virtio-dev@lists.oasis-open.org, jing2.liu@intel.com, chao.p.peng@intel.com Content-Transfer-Encoding: 8BIT Message-Id: <80399081-6B8F-405D-BD6B-572206F0CCEB@linux.alibaba.com> References: <874kwu2nih.fsf@nanos.tec.linutronix.de> To: Thomas Gleixner X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Jan 17, 2020, at 9:58 PM, Thomas Gleixner wrote: > > Zha Bin writes: > >> From: Liu Jiang >> >> The x86 platform currently only supports specific MSI/MSI-x for PCI >> devices. To enable MSI to the platform devices such as virtio-mmio >> device, this patch enhances x86 with platform MSI by leveraging the >> already built-in platform-msi driver (drivers/base/platform-msi.c) >> and makes it as a configurable option. > > Why are you trying to make this an architecture feature instead of > having a generic implementation which can work on all architectures > which support virtio-mmio? Thanks, Thomas! We are reworking to implement it as a generic irqdomain for all virtio MMIO devices. > >> Signed-off-by: Liu Jiang >> Signed-off-by: Zha Bin >> Signed-off-by: Chao Peng >> Signed-off-by: Jing Liu > > This Signed-off-by chain is invalid. > > Thanks, > > tglx