From nobody Fri Sep 12 02:17:35 2025 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=kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1676418304; cv=none; d=zohomail.com; s=zohoarc; b=jfPPMnzfyXw4mDo8TPLTI4j7JOy6XrIEbCydUjL+/1GU2lLJOlCuimPADn1tu3+oe6rsndJvMQUBxi39W0X9mErTUh+o6kHnOyFyZGzHNZIg7obr99QP2RqW0qgBT6G6/xyDRJ553zOLcpRAo2YBzTAMVruf0qg3TNn82ulaYfY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1676418304; 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=2A0Mm4jPHNz16yq3dY8tV4eD2kg9RjAUlMxXJ70nNl0=; b=j/dmoGFrxYhFBHkRRAhPTFdJVfILFPNaCBftP55Kh/JTC591meswHK+PZDfdERu2pSB7t/6w7i+lKJ8COcNV75GKh2YD8tD5zYiV2/APA1imBzfkCVDZz3SimywcSMafeQWVGi5sJ7kF4SwRoGwrreJF646X1nh9OIQ0eSgJVok= 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) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1676418304034351.0399454133453; Tue, 14 Feb 2023 15:45:04 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pS4xj-0005Md-Vk; Tue, 14 Feb 2023 18:43:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pS4xc-0005KX-Fg for qemu-devel@nongnu.org; Tue, 14 Feb 2023 18:43:45 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pS4xa-0003ml-SQ for qemu-devel@nongnu.org; Tue, 14 Feb 2023 18:43:44 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 631E461953; Tue, 14 Feb 2023 23:43:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27681C433EF; Tue, 14 Feb 2023 23:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676418220; bh=42Jxyu7MuQJSn29FeRbED62pUkX788RofzkHPycEJUI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OKS9drivMmGx6ih1KIvAS72C1jueAO4VDrtjyV8SXQXtGJlpL8VSqKNLzJzdBpCbU NmOMBunSMIDLveHPLULoSKs6WTPs+e1RNkDNutR0ZcPfndTVpsZvTWxsV3OY2zQ29S 5xZSGPXRjLBmibOQ9uu6hnJhI8PITzYGrHIWpaWmM3NfI8xigI5AFs3YvEVj6bURoi 9wTsmpZEw6HVMVmRyQrZ0xwDoZmlrx7QJDHALrrUFozgMNKCoOOlbTljBAW0SvKXjQ cLIo0u6PmuJ0S2MqggFHFrlKxRcArC+ich0DYPSyHT3S3m8HyKtGdbiCTGekh01xAA 4jIKub1sFS7WA== From: Stefano Stabellini To: peter.maydell@linaro.org Cc: sstabellini@kernel.org, qemu-devel@nongnu.org, Stefano Stabellini , =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [PULL v2 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets Date: Tue, 14 Feb 2023 15:43:28 -0800 Message-Id: <20230214234330.2107879-8-sstabellini@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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=139.178.84.217; envelope-from=sstabellini@kernel.org; helo=dfw.source.kernel.org X-Spam_score_int: -70 X-Spam_score: -7.1 X-Spam_bar: ------- X-Spam_report: (-7.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, 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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @kernel.org) X-ZM-MESSAGEID: 1676418304327100001 From: Stefano Stabellini have_xen_pci_passthrough is only used for Xen x86 VMs. Signed-off-by: Stefano Stabellini Reviewed-by: Alex Benn=C3=A9e --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index a76c855312..8292cdcec5 100644 --- a/meson.build +++ b/meson.build @@ -1471,6 +1471,8 @@ have_xen_pci_passthrough =3D get_option('xen_pci_pass= through') \ error_message: 'Xen PCI passthrough requested but Xen not enabl= ed') \ .require(targetos =3D=3D 'linux', error_message: 'Xen PCI passthrough not available on this platf= orm') \ + .require(cpu =3D=3D 'x86' or cpu =3D=3D 'x86_64', + error_message: 'Xen PCI passthrough not available on this platf= orm') \ .allowed() =20 =20 --=20 2.25.1