From nobody Sat Nov 15 11:14:10 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=reject dis=none) header.from=unpredictable.fr ARC-Seal: i=1; a=rsa-sha256; t=1753432843; cv=none; d=zohomail.com; s=zohoarc; b=CRTEvRSB2JSGrsxX7T4Twu9QckPjX9w6p2rdPtweu/t4LD7FEzdAdh6PghWEaFLFS7RV4rH0/oy8/k9/a222+hcG8yM4IqQ32ZwJWxb7dWMzenRHMP0EZJdwaPuFD9HQ89A5G7eQpzHB5IzLxN6AAiajrCt8OfsnFx+Q+TOFSqk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1753432843; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=DekRPyqD95GZgQR0lU+JTQs/LwEyYeukO06spM11U3Q=; b=IHTRKE16dQYBWF69PGtC70UEFAajYd+SgjFjtLZLCkNs0Etc0QLcMci8CGQRautczhguAVz9jLhXDml89vmYbePGUCsHSvLd+IRIQi9jAepjEJISh7Tn/8ZkIkXdwh4LarCR7IwFzvZ1z9iqqDJRToHKFR2JlMZ20SCsrlpKp6U= 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=reject dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1753432843880344.3101412165448; Fri, 25 Jul 2025 01:40:43 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ufDtK-0005em-6Y; Fri, 25 Jul 2025 04:34:58 -0400 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 1ufDtI-0005ah-Da for qemu-devel@nongnu.org; Fri, 25 Jul 2025 04:34:56 -0400 Received: from p-west3-cluster4-host5-snip4-10.eps.apple.com ([57.103.74.201] helo=outbound.ms.icloud.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ufDtF-0003Nr-Cx for qemu-devel@nongnu.org; Fri, 25 Jul 2025 04:34:56 -0400 Received: from outbound.ms.icloud.com (unknown [127.0.0.2]) by p00-icloudmta-asmtp-us-west-3a-100-percent-2 (Postfix) with ESMTPS id 4257C180009B; Fri, 25 Jul 2025 08:34:48 +0000 (UTC) Received: from localhost.localdomain (ms-asmtp-me-k8s.p00.prod.me.com [17.57.154.37]) by p00-icloudmta-asmtp-us-west-3a-100-percent-2 (Postfix) with ESMTPSA id 5999B1800173; Fri, 25 Jul 2025 08:34:45 +0000 (UTC) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unpredictable.fr; s=sig1; bh=DekRPyqD95GZgQR0lU+JTQs/LwEyYeukO06spM11U3Q=; h=From:To:Subject:Date:Message-Id:MIME-Version:x-icloud-hme; b=MXvO0776xp6NxXJ66wmkNd+z9cPJMK9svT8dPWXOAWTnFsW8Z50Cs4QEtYLuTyQeFSfg5l+I8zZTSubnU6uoz7rVv7cvogMFhYC2zcQ8PBjTlJeDZeWIQ2mCgTVVm0MCZGhnWM2UqP6gbDpq1C4ojMrQ38o4bwtN7G/9YfslYIClt28QuanPQ0tsVjwgdQWL80kZd6dH91uOdWbXGN33y2r+dsGPtyJdYdys8yTtcq+TaGynJH9hzctcYECYLwWvNkP0KlSxoHWcN5TLNaoJR4fgRJDZYH/JHQG0w5YotcLtqsDy/yqaaMR4Om8B6CfrE93coKjYHDKQFVJVEgjmqQ== X-Client-IP: 46.189.47.18 From: Mohamed Mediouni To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Igor Mammedov , Mads Ynddal , Alexander Graf , Shannon Zhao , "Michael S. Tsirkin" , Peter Maydell , Cameron Esfahani , Roman Bolshakov , Phil Dennis-Jordan , qemu-arm@nongnu.org, Ani Sinha , Mohamed Mediouni Subject: [PATCH 3/9] target/arm: hvf: instantiate GIC early Date: Fri, 25 Jul 2025 10:34:25 +0200 Message-Id: <20250725083431.91450-4-mohamed@unpredictable.fr> X-Mailer: git-send-email 2.39.5 (Apple Git-154) In-Reply-To: <20250725083431.91450-1-mohamed@unpredictable.fr> References: <20250725083431.91450-1-mohamed@unpredictable.fr> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Proofpoint-ORIG-GUID: CBxKlz8z2sKi-nocsWnHhaH7DJm8VlV2 X-Proofpoint-GUID: CBxKlz8z2sKi-nocsWnHhaH7DJm8VlV2 X-Proofpoint-Spam-Details-Enc: AW1haW4tMjUwNzI1MDA3MiBTYWx0ZWRfX7rNyuh7Wa9WR THFETotIyHX5X6HqbJZUiHre6Z/HXmIwuIBHOYDCD2J0maMzvQvtomq34zW5qfB9PfDh5GBkBrq 9m1dbYnm5zHiuoThhuPSPyv3EaBC4PIDWCLKuN1H2jepOxNZafzzFk9z+DN7egee975qLQTVWEf 0Zv0BpoahZLKwSQ1V0oQ/mtGE5J0INm/MkIHbJTpCAKrZqGJq9NN94XKzj7NHtwhWWuC50r1KpZ Q3g0fMHzJp08wUB8cSB5jrMIO21pjZD4heprScdBxioKOh2SavupJiKSE+AtVgkNGLo3tIM5U= X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1099,Hydra:6.1.9,FMLib:17.12.80.40 definitions=2025-07-25_02,2025-07-24_01,2025-03-28_01 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 adultscore=0 mlxlogscore=616 mlxscore=0 malwarescore=0 bulkscore=0 phishscore=0 spamscore=0 clxscore=1030 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.22.0-2506270000 definitions=main-2507250072 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=57.103.74.201; envelope-from=mohamed@unpredictable.fr; helo=outbound.ms.icloud.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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 @unpredictable.fr) X-ZM-MESSAGEID: 1753432845742116600 Content-Type: text/plain; charset="utf-8" While figuring out a better spot for it, put it in hv_arch_vm_create(). Signed-off-by: Mohamed Mediouni --- target/arm/hvf/hvf.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c index edfd29de75..bb31df90b8 100644 --- a/target/arm/hvf/hvf.c +++ b/target/arm/hvf/hvf.c @@ -1001,6 +1001,21 @@ hv_return_t hvf_arch_vm_create(MachineState *ms, uin= t32_t pa_range) chosen_ipa_bit_size =3D pa_range; =20 ret =3D hv_vm_create(config); + if (hvf_irqchip_in_kernel()) { + /* + * Instantiate GIC. + * This must be done prior to the creation of any vCPU + * but past hv_vm_create() + */ + hv_gic_config_t cfg =3D hv_gic_config_create(); + hv_gic_config_set_distributor_base(cfg, 0x08000000); + hv_gic_config_set_redistributor_base(cfg, 0x080A0000); + hv_return_t err =3D hv_gic_create(cfg); + if (err !=3D HV_SUCCESS) { + error_report("error creating platform VGIC"); + goto cleanup; + } + } =20 cleanup: os_release(config); --=20 2.39.5 (Apple Git-154)