From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 87B7DC19776 for ; Fri, 28 Feb 2025 09:45:27 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tnwvM-0001UX-W8; Fri, 28 Feb 2025 04:44:53 -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 1tnwv8-0001QR-W3; Fri, 28 Feb 2025 04:44:39 -0500 Received: from tor.source.kernel.org ([2600:3c04::f03c:95ff:fe5e:7468]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnwv6-0005cd-VP; Fri, 28 Feb 2025 04:44:38 -0500 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 426A461F45; Fri, 28 Feb 2025 09:44:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE332C4CED6; Fri, 28 Feb 2025 09:44:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740735872; bh=JH6UA1mw+4atmhJk6yRKhgzgsoNCKH5UZqtfwPXNeG4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=H5pY+nBrl24ANrQjC3Qdl/ZqOs8EPOSyEJNqtCeLIuNO/E6Y53/ct9fzpKLqFemD6 BDDHbf5rZmszdCEbQ60RXwIqvVIHGT8ELfIsyudYnuonDbR8ovqJrRk747zmIWOxkY eTy4CwWGRlLUwjmuvBvO7dy7QTvF4wRks4qghUGEbb/dOzMKm215PWWKZ3+fCKes57 QCYxndRTOPSRTf+R3z8DNmB+Sa6z9wLhkxjMFNaRuXnufxyHaTD90UuHM4cDJpL166 x+VNHnkxHuwo9jD7SYx5JPJ+C0DN64gYDi+0RRH8Ew/2IIrNoe6UuY06/GHmeHnaRY 3EhYOtONOidoA== Date: Fri, 28 Feb 2025 10:44:22 +0100 From: Mauro Carvalho Chehab To: Jonathan Cameron Cc: Igor Mammedov , "Michael S . Tsirkin" , Shiju Jose , , , Ani Sinha , Subject: Re: [PATCH v6 17/19] tests/acpi: virt: update HEST and DSDT tables Message-ID: <20250228104400.5ac2f7b1@foz.lan> In-Reply-To: <20250228173318.00000f9d@huawei.com> References: <7a6a1a1ba78f7dac2be6b7335280c1d0b380a175.1740671863.git.mchehab+huawei@kernel.org> <20250228173318.00000f9d@huawei.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2600:3c04::f03c:95ff:fe5e:7468; envelope-from=mchehab+huawei@kernel.org; helo=tor.source.kernel.org 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.438, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_XBL=0.375, 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+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Em Fri, 28 Feb 2025 17:33:18 +0800 Jonathan Cameron escreveu: > On Thu, 27 Feb 2025 17:00:55 +0100 > Mauro Carvalho Chehab wrote: > > > - The HEST table now accept two sources; > > - The DSDT tables now have a GED error device. > > > > @@ -1,39 +1,39 @@ > > /* > > * Intel ACPI Component Architecture > > * AML/ASL+ Disassembler version 20240322 (64-bit version) > > * Copyright (c) 2000 - 2023 Intel Corporation > > * > > - * Disassembly of tests/data/acpi/aarch64/virt/HEST > > + * Disassembly of /tmp/aml-DMPE22 > This is an artifact of where you happened to get file > from so if we are being really fussy drop the change > diff in the patch description for it. I don't really care though. > > * True, but on the other hand, this is the only place at the diff saying what table the diff is against (HEST, in this case), as I had to remove the information before @@, as it was causing troubles when Igor were trying to apply the patch (plus on checkpatch). That' why I opted to keep this hunk. Regards, Mauro Thanks, Mauro