From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D352D1C5F14 for ; Thu, 23 Jan 2025 10:52:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737629534; cv=none; b=Dh6saJX463sT7efHWFedwi0QitT8XDM3Xbo4fo/xp9QglDrHIWd2XaAcgIKnNe9vyNcvc8XPgV+7fjbjHL60xo4wdpAe+Ev2BzdKOt6FFmyjrECmjeUE9dmXzTQPiTNqwJYzN7ZpP0SliIkzqx+9MU+Q/iF59tyIYimqsrb3gPc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737629534; c=relaxed/simple; bh=MNzOwmmdcXiJ5a9nfR2h/SLjJkFy6wLbqxPlWpv8uD0=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YjDiQFcAKASDPNxI+1pKx5IcPnl4UyWMVHPPLp5221f2LyeEVwBdj7wKIJfrp+Tv/7bptWuVt7B0BdemIH+xu5dgGWJqMbUw/4uGf27l5Kx1yO4Jr5MN90tRyV3NAkz0SAgOzY8ipluxpbCNBiNWbglABJkfnpglhaMTcSlYmUM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4YdyQD4Rsmz6M4Tp; Thu, 23 Jan 2025 18:50:12 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 93D43140119; Thu, 23 Jan 2025 18:52:09 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 23 Jan 2025 11:52:08 +0100 Date: Thu, 23 Jan 2025 10:52:07 +0000 From: Jonathan Cameron To: Mauro Carvalho Chehab CC: Igor Mammedov , "Michael S . Tsirkin" , Shiju Jose , , , Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= , Ani Sinha , Dongjiu Geng , Eduardo Habkost , "Marcel Apfelbaum" , Peter Maydell , Shannon Zhao , "Yanan Wang" , Zhao Liu , Subject: Re: [PATCH 05/11] acpi/generic_event_device: add logic to detect if HEST addr is available Message-ID: <20250123105207.00004d76@huawei.com> In-Reply-To: <556c19c1f3fa907c6cc13b62e060f6baa6faf2cf.1737560101.git.mchehab+huawei@kernel.org> References: <556c19c1f3fa907c6cc13b62e060f6baa6faf2cf.1737560101.git.mchehab+huawei@kernel.org> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500010.china.huawei.com (7.191.174.240) To frapeml500008.china.huawei.com (7.182.85.71) On Wed, 22 Jan 2025 16:46:22 +0100 Mauro Carvalho Chehab wrote: > Create a new property (x-has-hest-addr) and use it to detect if > the GHES table offsets can be calculated from the HEST address > (qemu 9.2 and upper) or via the legacy way via an offset obtained > from the hardware_errors firmware file. > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Cameron