]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/acpi: Fill acpi table data for LoongArch
authorBibo Mao <maobibo@loongson.cn>
Thu, 12 Jun 2025 09:03:20 +0000 (17:03 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 14 Jul 2025 13:16:40 +0000 (09:16 -0400)
commit67fbf12288df10eb1ea76d4f48d6a8efa46ae65c
treec51ae7f3739a8ff2e0ede5561171e9f1e17f2646
parentc43ca0de62749286ee099baaf628b7f7b6e9844f
tests/acpi: Fill acpi table data for LoongArch

The acpi table data is filled for LoongArch virt machine with the
following command:
  tests/data/acpi/rebuild-expected-aml.sh

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Message-Id: <20250612090321.3416594-5-maobibo@loongson.cn>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
16 files changed:
tests/data/acpi/loongarch64/virt/APIC
tests/data/acpi/loongarch64/virt/APIC.topology [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/DSDT
tests/data/acpi/loongarch64/virt/DSDT.memhp [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/DSDT.numamem [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/DSDT.topology [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/FACP
tests/data/acpi/loongarch64/virt/MCFG
tests/data/acpi/loongarch64/virt/PPTT
tests/data/acpi/loongarch64/virt/PPTT.topology [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/SLIT.numamem [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/SPCR
tests/data/acpi/loongarch64/virt/SRAT
tests/data/acpi/loongarch64/virt/SRAT.memhp [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/SRAT.numamem [new file with mode: 0644]
tests/data/acpi/loongarch64/virt/SRAT.topology [new file with mode: 0644]