From nobody Sun May 5 02:10:59 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1599463261; cv=none; d=zohomail.com; s=zohoarc; b=lvJHYct6kwjAtqoFrurIq9xLdq3Dk358T4sgEyH0+tIRwojthZ6CNxx67suhiy7C/R3II8633sAEh0wEAz2LjC4/RsHm/EW7FhgWheNvDpVqV8udq7AQA4c0AFfA3vMDoa5pAz8PFrQFSwlFrNyJpK2v9IitMWmRTHemLW1AP5k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1599463261; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=pXg3Y5VrcG5qZCsuDYlk1eZGTJvdRgIJxqVn15t21M4=; b=P1kOnLyboBBBYoQ6mJD7kfktD3/8HncNgjzXMRWrLvhWeGlUASAMjXDQeSEWV1i0U6ZFATd9gbrv2932HMfvpkG0o1kkoQgnu/loxfiDd7O5SOEgdAJ7oV1V7YwMpK1jvgjPvRj/cUDVxR8v1xzGaHt4srL3TkTllTYnDJfOkkE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1599463261270822.6859200771155; Mon, 7 Sep 2020 00:21:01 -0700 (PDT) Received: from localhost ([::1]:57220 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFBSW-0004Na-0J for importer@patchew.org; Mon, 07 Sep 2020 03:21:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFBQp-0001Vq-Hb for qemu-devel@nongnu.org; Mon, 07 Sep 2020 03:19:15 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:59408) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kFBQn-000159-R3 for qemu-devel@nongnu.org; Mon, 07 Sep 2020 03:19:15 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-305-T5R1zF3GNV28Dml0thRS1g-1; Mon, 07 Sep 2020 03:19:08 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EAA14640C1 for ; Mon, 7 Sep 2020 07:19:07 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-56.ams2.redhat.com [10.36.112.56]) by smtp.corp.redhat.com (Postfix) with ESMTP id 544655D9D2; Mon, 7 Sep 2020 07:19:04 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 657099A83; Mon, 7 Sep 2020 09:19:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599463153; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pXg3Y5VrcG5qZCsuDYlk1eZGTJvdRgIJxqVn15t21M4=; b=jBfSnPj47WbVn+4oxudM59udm2f99h4yqyLlPhaKxEpqVsGYC1nkk0gmAYr2k9qxbX3XY0 1B/JhSfxgYOBkQiEgSEXnsOXv7VlLgCNwEjvKTvE7tvhq0CFGxYQrpY60nJ/i4iSrdColw CqLcn7uWfuxy/QNPEzTEBvCMCthVvBE= X-MC-Unique: T5R1zF3GNV28Dml0thRS1g-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH 1/2] meson: fix module config Date: Mon, 7 Sep 2020 09:19:02 +0200 Message-Id: <20200907071903.8065-2-kraxel@redhat.com> In-Reply-To: <20200907071903.8065-1-kraxel@redhat.com> References: <20200907071903.8065-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0.0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/06 22:29:50 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.099, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=-1, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Use all config symbols not only the host ones. Needed to make sure device configs like CONFIG_QXL are used for modules too. Suggested-by: Paolo Bonzini Signed-off-by: Gerd Hoffmann --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5aaa3647305d..837061cdfff6 100644 --- a/meson.build +++ b/meson.build @@ -844,7 +844,7 @@ softmmu_mods =3D [] foreach d, list : modules foreach m, module_ss : list if enable_modules and targetos !=3D 'windows' - module_ss =3D module_ss.apply(config_host, strict: false) + module_ss =3D module_ss.apply(config_all, strict: false) sl =3D static_library(d + '-' + m, [genh, module_ss.sources()], dependencies: [modulecommon, module_ss.dependenc= ies()], pic: true) if d =3D=3D 'block' --=20 2.27.0 From nobody Sun May 5 02:10:59 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1599463209; cv=none; d=zohomail.com; s=zohoarc; b=RSICXzzbIT9oqKKUgG7zM6vTidXtJHUQiDcIiBt7kgTrYGSSPZNFIEdZlYT04+gZYCQlSl5CO0kOs1a1tW58ouZOQrWGas8xf4llTC/fwxzjie/crSOhzPsxo6+by7OEfbxaX1cyRfnWOtMQJEqiByaqKlF9FWpdCPAWIHaelns= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1599463209; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=sTCyim/spbF7X6EPjACXkEKM8E7dMk6gQvhyh3Q8p8s=; b=LmihDfIs24lKGCsM6W7hIKxE555bje32tMEr8aoQRJ8VVVWtSxAdGOruaE5Q3bBI7YxT9WBTL7m+rgJhR7vOTrzaM+xIwcp1LH0gJL1RXA7M2jCiTwWRG7f+CBJXO+h2mwiX237q6kE2cklkn/IVz2mD65w+5BHM6EsBYdU3K0o= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1599463209178256.57593297675544; Mon, 7 Sep 2020 00:20:09 -0700 (PDT) Received: from localhost ([::1]:53308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFBRe-0002jD-L2 for importer@patchew.org; Mon, 07 Sep 2020 03:20:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFBQo-0001TI-88 for qemu-devel@nongnu.org; Mon, 07 Sep 2020 03:19:14 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:46539 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kFBQl-00014e-Q6 for qemu-devel@nongnu.org; Mon, 07 Sep 2020 03:19:13 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-560-FIkWSN-1Oc2yt5ANBHhhgw-1; Mon, 07 Sep 2020 03:19:08 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5D7C280ED8E for ; Mon, 7 Sep 2020 07:19:07 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-56.ams2.redhat.com [10.36.112.56]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5472519C4F; Mon, 7 Sep 2020 07:19:04 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 6E379204A1; Mon, 7 Sep 2020 09:19:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599463150; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sTCyim/spbF7X6EPjACXkEKM8E7dMk6gQvhyh3Q8p8s=; b=LHP9M7pzDfW+jxrt1MsJ8CEMF2kcGzPouaIWIOkpLzkHLFDAM5GO/GJ+qezLxuiqcU98DV TTj4yqYa/Jv7+FsVjD6TXaR3Zy56o3MxefoPZAqp7A/3EY5OZlQNmHFvcIMwd74icrdwlG pGMPQzPlUCuoQDy+glAKWhKZgGc2Pew= X-MC-Unique: FIkWSN-1Oc2yt5ANBHhhgw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH 2/2] meson: remove duplicate qxl sources Date: Mon, 7 Sep 2020 09:19:03 +0200 Message-Id: <20200907071903.8065-3-kraxel@redhat.com> In-Reply-To: <20200907071903.8065-1-kraxel@redhat.com> References: <20200907071903.8065-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=kraxel@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/07 03:19:10 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.099, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" We should add sources to the softmmu_ss or module_ss but not both. Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- hw/display/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/display/meson.build b/hw/display/meson.build index 78adaf9db463..ef8eb093acbb 100644 --- a/hw/display/meson.build +++ b/hw/display/meson.build @@ -45,8 +45,6 @@ if config_all_devices.has_key('CONFIG_QXL') hw_display_modules +=3D {'qxl': qxl_ss} endif =20 -softmmu_ss.add(when: 'CONFIG_QXL', if_true: files('qxl.c', 'qxl-logger.c',= 'qxl-render.c')) - softmmu_ss.add(when: 'CONFIG_DPCD', if_true: files('dpcd.c')) softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx_dp.c')) =20 --=20 2.27.0