From nobody Wed Mar 5 18:09:13 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 83DBFA944 for ; Sun, 2 Mar 2025 08:22:17 +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=1740903737; cv=none; b=kxxfxKaZ/3lDpdYnKqutTCrISC4F//UaSK6m4Y3On07AGt77KRXMJOBdCO5ke5jyDNMD4XKSmS7d/cgW2DlmiVcPTcr6W0RKrgkq1ecmWOm2MVgpHVnwR2L1mxdeRoG2OuEM1WOX3v24ZUKnm9vdgKE4/I6kKj3rSX/fKQqudqI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740903737; c=relaxed/simple; bh=Oy1d1NtjIuq8rVPzyJSOrQ/KFfdLC18cbst4NO1Tvbg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=DMofVc1N0f72KF4QpJahTwrT5hBs9LMAhNJJWBDVF6E+yK0hc5KjZ2LAfrIC7MUYgRnUVYz0XekRNTkdF2gRwxQT2GvLDu6oofmQEx7FQrtGSZ3lFdDlAEdbxaqOJVUAro0SWzp330t7XMFruCaWMdWuIdBk4kDTB0vE0M9xp1E= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dPL3OAI5; 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="dPL3OAI5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 064C5C4AF0C; Sun, 2 Mar 2025 08:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740903737; bh=Oy1d1NtjIuq8rVPzyJSOrQ/KFfdLC18cbst4NO1Tvbg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dPL3OAI5kGobdUdUiX9iD77UqxgeGSq+Cf6Z3uIzjKjtq53kWzzozZd3XMJmeaB58 FYsNugDJ5raqp4nWqjO8rQG0G0MEAwzucQstClaZbywd5r9FU4yLR/cQ6i0mmqrdtL 6+CFutkGquLPFThot1a3M5otXyi0StLi4cdD2lPaEvWCG5P3SMzqZkelqCD3mbKfwb +k31XmWj86ZPqEXIs98F6Rag9GiyFw5Jem8pp9Z9UavN3teZTHUC4d3PyOgFSiMWRO +N0iIWgbGlWd/K61k8vvfARQL5zxTs8kdJN1Jt9htx3Atr3dSmPvYi7me8Wgy5LTUM AKvGIbesZyyBg== Received: from mchehab by mail.kernel.org with local (Exim 4.98) (envelope-from ) id 1toeaU-000000043SK-3QUW; Sun, 02 Mar 2025 09:22:14 +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 v7 13/19] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables Date: Sun, 2 Mar 2025 09:22:00 +0100 Message-ID: <414fba74b2c9fb50169f7a3a3f05d87d2eb1f783.1740903110.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" We'll be adding a new GED device for HEST GPIO notification and increasing the number of entries at the HEST table. Blocklist testing HEST and DSDT tables until such changes are completed. Signed-off-by: Mauro Carvalho Chehab Acked-by: Igor Mammedov Reviewed-by: Jonathan Cameron --- tests/qtest/bios-tables-test-allowed-diff.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios= -tables-test-allowed-diff.h index dfb8523c8bf4..0a1a26543ba2 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,7 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/aarch64/virt/HEST", +"tests/data/acpi/aarch64/virt/DSDT", +"tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt", +"tests/data/acpi/aarch64/virt/DSDT.memhp", +"tests/data/acpi/aarch64/virt/DSDT.pxb", +"tests/data/acpi/aarch64/virt/DSDT.topology", --=20 2.48.1