From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLA6L-000527-7m for qemu-devel@nongnu.org; Mon, 29 Apr 2019 13:30:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLA6K-0006OM-C9 for qemu-devel@nongnu.org; Mon, 29 Apr 2019 13:30:01 -0400 MIME-Version: 1.0 References: <20190427141459.19728-1-philmd@redhat.com> <20190427141459.19728-3-philmd@redhat.com> In-Reply-To: <20190427141459.19728-3-philmd@redhat.com> From: Alistair Francis Date: Mon, 29 Apr 2019 10:29:28 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/3] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: qemu-arm , "qemu-devel@nongnu.org Developers" , Peter Maydell , Thomas Huth , Alistair Francis , "Edgar E. Iglesias" , Paolo Bonzini On Sat, Apr 27, 2019 at 7:17 AM Philippe Mathieu-Daud=C3=A9 wrote: > > The Xilinx I/O Module Interrupt Controller is only used by the > MicroBlaze PMU, not by the AArch64 machine. > Move it from the generic ZynqMP object list to the PMU specific. > > Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Alistair Francis Alistair > --- > hw/intc/Makefile.objs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/intc/Makefile.objs b/hw/intc/Makefile.objs > index df712c3e6c9..247e8016cb8 100644 > --- a/hw/intc/Makefile.objs > +++ b/hw/intc/Makefile.objs > @@ -3,7 +3,7 @@ common-obj-$(CONFIG_I8259) +=3D i8259_common.o i8259.o > common-obj-$(CONFIG_PL190) +=3D pl190.o > common-obj-$(CONFIG_PUV3) +=3D puv3_intc.o > common-obj-$(CONFIG_XILINX) +=3D xilinx_intc.o > -common-obj-$(CONFIG_XLNX_ZYNQMP) +=3D xlnx-pmu-iomod-intc.o > +common-obj-$(CONFIG_XLNX_ZYNQMP_PMU) +=3D xlnx-pmu-iomod-intc.o > common-obj-$(CONFIG_XLNX_ZYNQMP) +=3D xlnx-zynqmp-ipi.o > common-obj-$(CONFIG_ETRAXFS) +=3D etraxfs_pic.o > common-obj-$(CONFIG_IMX) +=3D imx_avic.o imx_gpcv2.o > -- > 2.20.1 > > 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=-6.5 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 5CAB1C004C9 for ; Mon, 29 Apr 2019 17:34:09 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2717E2147A for ; Mon, 29 Apr 2019 17:34:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="dvO7IKoZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2717E2147A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:32840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLAAK-00083d-8A for qemu-devel@archiver.kernel.org; Mon, 29 Apr 2019 13:34:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLA6L-000527-7m for qemu-devel@nongnu.org; Mon, 29 Apr 2019 13:30:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLA6K-0006OM-C9 for qemu-devel@nongnu.org; Mon, 29 Apr 2019 13:30:01 -0400 Received: from mail-lj1-x244.google.com ([2a00:1450:4864:20::244]:35827) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLA6I-0006NG-59; Mon, 29 Apr 2019 13:29:58 -0400 Received: by mail-lj1-x244.google.com with SMTP id z26so10164142ljj.2; Mon, 29 Apr 2019 10:29:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=a3DPUEIRyecRUGS47p5FmLdqBTx4B9Jqf0Eml2oDI5A=; b=dvO7IKoZ/NCO+KgP0M4oOoruQBLoRFLX1iMYIYIUw9QZYvvR51PPyysV0U0D1qWosQ sbBLKj1kOjyhx/Q1u7aSYImkJcElfBLLGNeydnYaBmQSOH0nmNYYC5qtXm6O6L7LDhIc oyebTT9bkwxWruARMnVSyPoqYFYsO1HG0N1RJzylSvk7pZK1ee0OGChereLdE9DKuzq9 DsDmuwkX6KAtxLzJArG8Rjdff9ZsVenXrLT+O6WyBAbuOkJU2O8aNPxTWqh0S68HtwMF wRB/WxbVYkOmKODoQtXqfSjw6NsJzMXv9NeUDI43v3/s5jSJ6wzCaUEDePeThR4aduvY oGnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=a3DPUEIRyecRUGS47p5FmLdqBTx4B9Jqf0Eml2oDI5A=; b=iIVi9dPT0gIhWTHN7E9kuP8zJOcFatwHR4GkyxPcj/TgXH31QBE5QUP58PPizK7l6E NKxNEZZ7rOFYpueu/DCVYUUBgkK+XdgHJoikJbnui0uqAQBOjvn/5a60Hz5kfFmZ9M04 SNoq5onJKttNX9ErT6UEuNGNMhPyMRPrlP+fISi1x3daqQwLXugADu991fzG4k4tPQZ/ AyGWsVhMBHpAUHAJtSjEmeWekPTnLG239w6jhMG6VqucFzPzCFbZlBSQFlJtC2tCLFXn ypOKCFOc+Pk8ZcplYNyCNFKovsM2APR359AecCCJQEFwnjSZQ1vqe8mPd/hwVskenMdh s3RQ== X-Gm-Message-State: APjAAAXp6AchYIdKK/WUvW35H6JI4lhIf8UA37pObuqdwsBA6My1LXpb CY3LKC6govP/IfkOAuiFh9+k29yIoVNmri+Ydrs= X-Google-Smtp-Source: APXvYqxjg+46dKjNOMsJigUvEunR5+STr7yycBYH8zZj8mniMwmerkLHCPahociWWSlRqSUzDhRCRaVhVvATCwkgP7g= X-Received: by 2002:a2e:9ed3:: with SMTP id h19mr33593853ljk.129.1556558996905; Mon, 29 Apr 2019 10:29:56 -0700 (PDT) MIME-Version: 1.0 References: <20190427141459.19728-1-philmd@redhat.com> <20190427141459.19728-3-philmd@redhat.com> In-Reply-To: <20190427141459.19728-3-philmd@redhat.com> From: Alistair Francis Date: Mon, 29 Apr 2019 10:29:28 -0700 Message-ID: To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::244 Subject: Re: [Qemu-devel] [PATCH 2/3] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Thomas Huth , Alistair Francis , "qemu-devel@nongnu.org Developers" , qemu-arm , Paolo Bonzini , "Edgar E. Iglesias" Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Message-ID: <20190429172928.PA5mGANdijq_2yZqPlU0GICPe-ycoCvZ7_sOHgwS-J8@z> On Sat, Apr 27, 2019 at 7:17 AM Philippe Mathieu-Daud=C3=A9 wrote: > > The Xilinx I/O Module Interrupt Controller is only used by the > MicroBlaze PMU, not by the AArch64 machine. > Move it from the generic ZynqMP object list to the PMU specific. > > Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Alistair Francis Alistair > --- > hw/intc/Makefile.objs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/intc/Makefile.objs b/hw/intc/Makefile.objs > index df712c3e6c9..247e8016cb8 100644 > --- a/hw/intc/Makefile.objs > +++ b/hw/intc/Makefile.objs > @@ -3,7 +3,7 @@ common-obj-$(CONFIG_I8259) +=3D i8259_common.o i8259.o > common-obj-$(CONFIG_PL190) +=3D pl190.o > common-obj-$(CONFIG_PUV3) +=3D puv3_intc.o > common-obj-$(CONFIG_XILINX) +=3D xilinx_intc.o > -common-obj-$(CONFIG_XLNX_ZYNQMP) +=3D xlnx-pmu-iomod-intc.o > +common-obj-$(CONFIG_XLNX_ZYNQMP_PMU) +=3D xlnx-pmu-iomod-intc.o > common-obj-$(CONFIG_XLNX_ZYNQMP) +=3D xlnx-zynqmp-ipi.o > common-obj-$(CONFIG_ETRAXFS) +=3D etraxfs_pic.o > common-obj-$(CONFIG_IMX) +=3D imx_avic.o imx_gpcv2.o > -- > 2.20.1 > >