tests/functional: Fix the running test case causes loongarch64 to hang
authorXianglai Li <lixianglai@loongson.cn>
Wed, 27 Nov 2024 01:34:38 +0000 (09:34 +0800)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Nov 2024 08:17:15 +0000 (09:17 +0100)
commit804675920158a290d3cda5caddf5a77ac29dad8c
tree65aa76f919281e8c4aa301296720a759e88d72e1
parent16595bcd0e2222f51537f57200176c05f7d988ed
tests/functional: Fix the running test case causes loongarch64 to hang

There is a bug in the process of resolving the serial port base address
in the fdt of the loongarch VM UEFI. When both serial port information
and rng-seed information are chosen in the fdt, there is a probability
that the serial port base address cannot be resolved correctly.
This problem can be fixed by updating UEFI.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2686
Signed-off-by: Xianglai Li <lixianglai@loongson.cn>
Message-ID: <20241127013438.2206426-1-lixianglai@loongson.cn>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/test_loongarch64_virt.py