Re: [PATCH] tests/data/acpi/virt: drop (most) duplicate files.

2023-03-02 Thread Philippe Mathieu-Daudé
On 2/3/23 08:22, Michael S. Tsirkin wrote: When virt ACPI files were added, lots of duplicates were created because we forgot that there's a no-prefix fallback: e.g. if tests/data/acpi/virt/APIC.memhp is not there then test will use tests/data/acpi/virt/APIC. Drop these. These were found with $

[PATCH] tests/data/acpi/virt: drop (most) duplicate files.

2023-03-01 Thread Michael S. Tsirkin
When virt ACPI files were added, lots of duplicates were created because we forgot that there's a no-prefix fallback: e.g. if tests/data/acpi/virt/APIC.memhp is not there then test will use tests/data/acpi/virt/APIC. Drop these. These were found with $find tests/data/acpi/ -type f -exec sha256sum