From nobody Fri Apr 4 07:29:44 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 7966122AE49 for ; Thu, 27 Feb 2025 11:03:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740654238; cv=none; b=g9Oh4+5Xiy2bC8hHiFxQmalncLz8OSvUo+cdwlR273hgyyeJ5gtDy44hmktctR4/mxxN+81pTTpWPApdTVwLpLoZ98UmL4fvlYZaRU+lNEhFdOtjIReV3Ss46R+UvlGLGD6m9jutmgsI9C0yay+SZP29OKQt7mJWK1s/C2MBdsg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740654238; c=relaxed/simple; bh=gFsu0KV9QuSPVXuISXEtByquD4FCrL2R+VMNFdYByDM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QwHUefbMHW5kxuWCke328p0aVH3FHgn6qzIKLV8EXxy+guADv96DPBeahyv7Ll4YXy2QepHqxMg5AobnUvnjgyt/DybHfWquYDTWJf+/gpK3Apt2xDVAip2RNOD+e8SR3Lah+YO3ITtfVymss3U1MWujxpKNAO8TqSXz7v5+ol0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dPkMgDOw; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dPkMgDOw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3A00C4CEE9; Thu, 27 Feb 2025 11:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740654238; bh=gFsu0KV9QuSPVXuISXEtByquD4FCrL2R+VMNFdYByDM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dPkMgDOw+uI3+ohzWB7EnwqZNduBZh9AYCEYe1Sq8y1bWv4/fTseshijRu3SEr2kD jsPOd7ORbG6QmaYLEuU29bqPffJcZER5pni8Gq6QDUWwTzKdMIm6w/E5ODvA8FE9vV j3R5AURzstr9PfVS64LeihabY1LPVJadsiWD6NDNaccB5BCN93v0RDxGcPx/AuvSjQ 4c46HpHpIpMb4qpUpngNfhUZvLGbAFZndmEttB7S3Ne//9Rx32aPtgLLGP000WyqaI 3TfzGeJbDxGktFpwbRt7RSTBp+Co+46zeNRhj/5MDWR1bvv8UT0QWw7Quw+z82maSB aIY8/MyNMQPYQ== Received: from mchehab by mail.kernel.org with local (Exim 4.98) (envelope-from ) id 1tnbgK-00000001mQi-0LWE; Thu, 27 Feb 2025 12:03:56 +0100 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 , linux-kernel@vger.kernel.org Subject: [PATCH v5 03/21] tests/acpi: virt: update HEST file with its current data Date: Thu, 27 Feb 2025 12:03:33 +0100 Message-ID: <5bb163b260d6a29b082d12cbae31035fa68342df.1740653898.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab Content-Type: text/plain; charset="utf-8" Now that HEST table is checked for aarch64, add the current firmware file. Signed-off-by: Mauro Carvalho Chehab Acked-by: Igor Mammedov --- tests/data/acpi/aarch64/virt/HEST | Bin 0 -> 132 bytes tests/qtest/bios-tables-test-allowed-diff.h | 1 - 2 files changed, 1 deletion(-) diff --git a/tests/data/acpi/aarch64/virt/HEST b/tests/data/acpi/aarch64/vi= rt/HEST index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4c5d8c5b5da5b3241f93cd0839e= 94272bf6b1486 100644 GIT binary patch literal 132 zcmeZp4Gw8xU|?W;66afGL literal 0 HcmV?d00001 diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios= -tables-test-allowed-diff.h index 39901c58d647..dfb8523c8bf4 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,2 +1 @@ /* List of comma-separated changed AML files to ignore */ -"tests/data/acpi/aarch64/virt/HEST", --=20 2.48.1