]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/loongarch/virt: Replace RSDT with XSDT table
authorBibo Mao <maobibo@loongson.cn>
Fri, 28 Feb 2025 01:44:12 +0000 (09:44 +0800)
committerBibo Mao <maobibo@loongson.cn>
Tue, 6 May 2025 01:17:32 +0000 (09:17 +0800)
commitd0897c6970b3717fe707c8d5a807fe2baf836ddd
tree2042d0e5283c48bcc2101da9ee14045eb8a19112
parent73047c825e25a18127dddb89eff0c0bf97a26aed
hw/loongarch/virt: Replace RSDT with XSDT table

XSDT table is introduced in ACPI Specification 5.0, it supports 64-bit
address in the table. There is LoongArch system support from ACPI
Specification 6.4 and later, XSDT is supported by LoongArch system.

Here replace RSDT with XSDT table.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
hw/loongarch/virt-acpi-build.c