From nobody Sat Nov 15 22:35:17 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 A12D125D207 for ; Tue, 20 May 2025 06:41:56 +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=1747723316; cv=none; b=ES3g768fPSLnRKZvbFd7RoS6uKIEkt4omN5/TddXpDDgWnvFcnvKS7LLZuefqkUm1Ot82wctBmDOFWMtq9hWwutzcqZIDRvOBUXeWQ+VSwBIA9EuyaOG4jP5kFvcGiOuRm0GgW2F4hpq9PhAwDd9BWO+hRkJgdJ0cTZjGamLDMU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747723316; c=relaxed/simple; bh=IADrYFANwdNZ1rY1HT52KolBlScr6ckE6a5syaX5oVY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=KZ7cUsoJnqRy6DqJ10WiDydYPHxqTi72Kjm33muR2TYFhJeHaMvV4tjaPo6bLWFCy2NeOf9ijLIEaKQhX9utOYfCX3zMt10cuR/8eAAQ3MOuIsA6FgeAWVyMQNxm5tJXWxWokium6NLvA5bp+L3SdJKWBD76sXDqv3ij9lG8lWI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KLKb6LBx; 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="KLKb6LBx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 206AAC113D0; Tue, 20 May 2025 06:41:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747723316; bh=IADrYFANwdNZ1rY1HT52KolBlScr6ckE6a5syaX5oVY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KLKb6LBx9+wa0kdXu9DUcgc1FxvFFGfjcLsFERtpvIswEDUtCpd7wFO6X04E+7rNI WVKNvEBC1CemouxWpUuyIYSXCGQBe7Zw082peTrq7LnDHNv7wRE7GVc5nzsS4/JQut 9aD+gUkqMOlp0iDptZjYvSekY4azAH/xA6vRhg63BCHE8UN7q2569MtVv5IIJRfvkD xkL0vi7sK0IxSrH96yJPcoqIK6Vo81sjtWxcTrXj3GQVJT11V9LhXM2sk0TYixbVVj 3OpBJNLTOK2zwpHRuducqpLAx/XGU6OmDeyaoEBGvnm7GudrWOzQI3CLeJDzpDBm2E 4aWiHjwqwAk9w== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uHGfh-00000005qtA-33Xg; Tue, 20 May 2025 08:41:53 +0200 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 v9 03/20] tests/acpi: virt: update HEST file with its current data Date: Tue, 20 May 2025 08:41:22 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 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 Reviewed-by: Jonathan Cameron --- 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.49.0