On Sat, 20 Sept 2025 at 15:02, Mohamed Mediouni
<moha...@unpredictable.fr> wrote:
>
> After the previous commit introducing GICv3 + GICv2m configurations,
> update the AArch64 ACPI tables.
>
> Signed-off-by: Mohamed Mediouni <moha...@unpredictable.fr>
> ---
>  tests/data/acpi/aarch64/virt/APIC              | Bin 172 -> 148 bytes
>  tests/data/acpi/aarch64/virt/APIC.acpihmatvirt | Bin 412 -> 388 bytes
>  tests/data/acpi/aarch64/virt/APIC.its_off      | Bin 164 -> 188 bytes
>  tests/data/acpi/aarch64/virt/APIC.topology     | Bin 732 -> 708 bytes
>  4 files changed, 0 insertions(+), 0 deletions(-)

This will break 'make check' during bisection. To make a
change which updates the ACPI table test data, you need
to do a three step process, as documented in the comment
at the top of tests/qtest/bios-tables-test.c, which will
result in three patches:
 * a patch which lists the tests which would otherwise
   fail in the allowed-to-fail list
 * the patch which makes the actual change to QEMU
 * a patch which updates the test binary blobs and
   empties the allowed-to-fail list

thanks
-- PMM

Reply via email to