[PATCH 0/3] LoongArch: Align VIRT_GED_CPUHP_ADDR

Huacai Chen posted 3 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250923143542.2391576-1-chenhuacai@kernel.org
Maintainers: Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>
include/hw/loongarch/virt.h                    |   6 +++---
tests/data/acpi/loongarch64/virt/DSDT          | Bin 4603 -> 4603 bytes
tests/data/acpi/loongarch64/virt/DSDT.memhp    | Bin 5824 -> 5824 bytes
tests/data/acpi/loongarch64/virt/DSDT.numamem  | Bin 4609 -> 4609 bytes
tests/data/acpi/loongarch64/virt/DSDT.topology | Bin 4905 -> 4905 bytes
5 files changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/3] LoongArch: Align VIRT_GED_CPUHP_ADDR
Posted by Huacai Chen 4 months, 2 weeks ago
Align VIRT_GED_CPUHP_ADDR to 4 bytes to avoid ACPI errors during boot.

Huacai Chen (3):
 bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.*
 hw/loongarch/virt: Align VIRT_GED_CPUHP_ADDR to 4 bytes
 tests/data/acpi/loongarch64: Update expected DSDT.*

Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
---
 include/hw/loongarch/virt.h                    |   6 +++---
 tests/data/acpi/loongarch64/virt/DSDT          | Bin 4603 -> 4603 bytes
 tests/data/acpi/loongarch64/virt/DSDT.memhp    | Bin 5824 -> 5824 bytes
 tests/data/acpi/loongarch64/virt/DSDT.numamem  | Bin 4609 -> 4609 bytes
 tests/data/acpi/loongarch64/virt/DSDT.topology | Bin 4905 -> 4905 bytes
 5 files changed, 3 insertions(+), 3 deletions(-)
--
2.7.0
Re: [PATCH 0/3] LoongArch: Align VIRT_GED_CPUHP_ADDR
Posted by gaosong 4 months ago
在 2025/9/23 下午10:35, Huacai Chen 写道:
> Align VIRT_GED_CPUHP_ADDR to 4 bytes to avoid ACPI errors during boot.
>
> Huacai Chen (3):
>   bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.*
>   hw/loongarch/virt: Align VIRT_GED_CPUHP_ADDR to 4 bytes
>   tests/data/acpi/loongarch64: Update expected DSDT.*
>
> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
> ---
>   include/hw/loongarch/virt.h                    |   6 +++---
>   tests/data/acpi/loongarch64/virt/DSDT          | Bin 4603 -> 4603 bytes
>   tests/data/acpi/loongarch64/virt/DSDT.memhp    | Bin 5824 -> 5824 bytes
>   tests/data/acpi/loongarch64/virt/DSDT.numamem  | Bin 4609 -> 4609 bytes
>   tests/data/acpi/loongarch64/virt/DSDT.topology | Bin 4905 -> 4905 bytes
>   5 files changed, 3 insertions(+), 3 deletions(-)
> --
> 2.7.0
Applied to loongarch-next


Thanks.
Song Gao