From nobody Sat Sep 6 17:03:26 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=quarantine dis=none) header.from=kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1757085216; cv=none; d=zohomail.com; s=zohoarc; b=S9mbjY9FZmoxpoMwmQG/pKQMOihrz34NTv/54bft4AoSXN9hlYP1hFc6pNCz7fJO5ErKw0aJhUs4Y8W0BhmRJziBfxsd90hpk8A7zgWfLWZNTsaCF8a3C65bZITEalM8RJ34Gm/22Zdlueq0wbaF9ez2DBgWbAvefG9IiHEY55M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1757085216; h=Content-Type: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=IF1kPYGwnMsgfLSfF6bhPcIuCIfN2AjibKtmyDcChlA=; b=BI8n92xitr07yHzS8Urfr6BHWH1lhs8jj4Qi/Ee9xVWoPMnTHFRydB88O7KA5gtelOhz4aA05+f9ZxOviPFBHmsC6VKBXgOu37hOiFxHT2RwoHAZdbc/DlFboA31GmMyeOt9V8MPhf4rs2clt5FNxH7/N88ID9AFtBY67dYDOEo= 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=quarantine dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1757085216442405.44495606018586; Fri, 5 Sep 2025 08:13:36 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1uuY5J-0007wO-9E; Fri, 05 Sep 2025 11:10:41 -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 1uuY4r-0007av-UL; Fri, 05 Sep 2025 11:10:15 -0400 Received: from tor.source.kernel.org ([172.105.4.254]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uuY4U-0005n0-Lg; Fri, 05 Sep 2025 11:10:05 -0400 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 9E63160144; Fri, 5 Sep 2025 15:09:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49339C4CEF1; Fri, 5 Sep 2025 15:09:34 +0000 (UTC) Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uuY49-0000000HEVW-471G; Fri, 05 Sep 2025 17:09:29 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757084974; bh=LBcbcxqb5VtFP9cKnqHpf4viJe4PKaiRcfE7O4rXies=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MOTxm5LRvT1BKWCWhXjK3W+6fc3HJJsL62MvmzbFmnMTiYyCiFRShtN4l173CAs+n FE2+c7zQO0pwU0SDFjpPM5kW6ULpLSH7hwX9dpp4s23Y4zSsAlXgeL/y4ViCmQ/e21 mbezirPWEv0dG8WM5S7FiYUX2LRKhkC+pUzNjXTHdKb5xnkwKOpPcYxDVNf3IyQ1cT EfJiuWCnzL0Zfe1zbw6gM9P2EsgQob+tavG+IYLFw/IqvlZKD8nkxvZzl4xXG8mZ22 mXp3oxOX9ZOv+blApFGEbLTrH+S0QlsZoW4YlBDITG02XjEuW1cU1+gF06CR7q4UFE 9waGFJ7tnMM7g== From: Mauro Carvalho Chehab To: Igor Mammedov , "Michael S . Tsirkin" Cc: Jonathan Cameron , Shiju Jose , qemu-arm@nongnu.org, qemu-devel@nongnu.org, Mauro Carvalho Chehab , Ani Sinha Subject: [PATCH v11 14/17] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x Date: Fri, 5 Sep 2025 17:09:21 +0200 Message-ID: <6f2df02a5efe0d2976e62ba909a18901567457a8.1757084668.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: References: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 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=172.105.4.254; envelope-from=mchehab+huawei@kernel.org; helo=tor.source.kernel.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=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.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: 1757085218713124100 Now that we have everything in place, enable using HEST GPA instead of etc/hardware_errors GPA. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Cameron Reviewed-by: Igor Mammedov --- hw/acpi/generic_event_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/acpi/generic_event_device.c b/hw/acpi/generic_event_device.c index e575b9404be4..e7b773d84d50 100644 --- a/hw/acpi/generic_event_device.c +++ b/hw/acpi/generic_event_device.c @@ -363,7 +363,7 @@ static const Property acpi_ged_properties[] =3D { DEFINE_PROP_LINK("bus", AcpiGedState, pcihp_state.root, TYPE_PCI_BUS, PCIBus *), DEFINE_PROP_BOOL("x-has-hest-addr", AcpiGedState, - ghes_state.use_hest_addr, false), + ghes_state.use_hest_addr, true), }; =20 static const VMStateDescription vmstate_memhp_state =3D { --=20 2.51.0