On Wed, 5 Nov 2025 21:44:46 +1000 Gavin Shan <[email protected]> wrote:
> Adds HEST blob to the whilelist, preparing for the increased GHES raw > data maximal length (ACPI_GHES_MAX_RAW_DATA_LENGTH) from 1KiB to 4KiB, > because we need to send 16 consective errors in case a problematic 64KiB > host page affects 16 4KiB guest pages. > > Signed-off-by: Gavin Shan <[email protected]> FWIW Reviewed-by: Jonathan Cameron <[email protected]> > --- > tests/qtest/bios-tables-test-allowed-diff.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h > b/tests/qtest/bios-tables-test-allowed-diff.h > index dfb8523c8b..39901c58d6 100644 > --- a/tests/qtest/bios-tables-test-allowed-diff.h > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > @@ -1 +1,2 @@ > /* List of comma-separated changed AML files to ignore */ > +"tests/data/acpi/aarch64/virt/HEST",
