在 2025/6/4 下午5:05, Alireza Sanaee 写道:
> On Wed, 4 Jun 2025 14:55:00 +0800
> Bibo Mao <maobibo@loongson.cn> wrote:
>
>> On big endian host machine such as S390, bios-table-test fails to run.
>> And also linux kernel fails to boot.
>>
>> This patches solves these two issues.
>>
>> Bibo Mao (2):
>> hw/loongarch/virt: Fix big endian support with MCFG table
>> hw/intc/loongarch_pch: Convert to little endian with ID register
Reviewed-by: Song Gao <gaosong@loongson.cn>
Applied to loongarch. next
thanks.
Song Gao
>> hw/intc/loongarch_pch_pic.c | 2 +-
>> hw/loongarch/virt-acpi-build.c | 4 ++--
>> 2 files changed, 3 insertions(+), 3 deletions(-)
>>
>>
>> base-commit: 6322b753f798337835e205b6d805356bea582c86
> Hi Bao,
>
> Thanks for the fix.
>
> In that case, I will put a DEPEND-ON tag and resend my patchset.
>
> Alireza